Skip to content

Commit 49899df

Browse files
1 parent 10fe2b2 commit 49899df

File tree

1 file changed

+88
-0
lines changed

1 file changed

+88
-0
lines changed
Lines changed: 88 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,88 @@
1+
{
2+
"schema_version": "1.4.0",
3+
"id": "GHSA-2267-xqcf-gw2m",
4+
"modified": "2025-12-30T20:52:22Z",
5+
"published": "2025-12-30T20:52:21Z",
6+
"aliases": [
7+
"CVE-2025-69210"
8+
],
9+
"summary": "FacturaScripts is Vulnerable to Stored Cross-Site Scripting (XSS) via XML File Upload",
10+
"details": "A stored cross-site scripting (XSS) vulnerability exists in the product file upload functionality.\n\nAuthenticated users can upload crafted XML files containing executable JavaScript. These files are later rendered by the application without sufficient sanitization or content-type enforcement, allowing arbitrary JavaScript execution when the file is accessed.\n\nBecause product files uploaded by regular users are visible to administrative users, this vulnerability can be leveraged to execute malicious JavaScript in an administrator’s browser session.",
11+
"severity": [
12+
{
13+
"type": "CVSS_V4",
14+
"score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N"
15+
}
16+
],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "Packagist",
21+
"name": "facturascripts/facturascripts"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "0"
29+
},
30+
{
31+
"last_affected": "2025.4"
32+
}
33+
]
34+
}
35+
]
36+
},
37+
{
38+
"package": {
39+
"ecosystem": "Packagist",
40+
"name": "facturascripts/facturascripts"
41+
},
42+
"versions": [
43+
"2025.11"
44+
]
45+
},
46+
{
47+
"package": {
48+
"ecosystem": "Packagist",
49+
"name": "facturascripts/facturascripts"
50+
},
51+
"versions": [
52+
"2025.41"
53+
]
54+
},
55+
{
56+
"package": {
57+
"ecosystem": "Packagist",
58+
"name": "facturascripts/facturascripts"
59+
},
60+
"versions": [
61+
"2025.43"
62+
]
63+
}
64+
],
65+
"references": [
66+
{
67+
"type": "WEB",
68+
"url": "https://github.com/NeoRazorX/facturascripts/security/advisories/GHSA-2267-xqcf-gw2m"
69+
},
70+
{
71+
"type": "WEB",
72+
"url": "https://github.com/NeoRazorX/facturascripts/commit/e908ade21c84bdc9d51190057482316730c66146"
73+
},
74+
{
75+
"type": "PACKAGE",
76+
"url": "https://github.com/NeoRazorX/facturascripts"
77+
}
78+
],
79+
"database_specific": {
80+
"cwe_ids": [
81+
"CWE-79"
82+
],
83+
"severity": "HIGH",
84+
"github_reviewed": true,
85+
"github_reviewed_at": "2025-12-30T20:52:21Z",
86+
"nvd_published_at": null
87+
}
88+
}

0 commit comments

Comments
 (0)