Skip to content

Commit 78a4ebe

Browse files
committed
1 parent 71d0080 commit 78a4ebe

File tree

1 file changed

+27
-2
lines changed

1 file changed

+27
-2
lines changed

advisories/unreviewed/2026/03/GHSA-jx49-fphc-w293/GHSA-jx49-fphc-w293.json

Lines changed: 27 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,40 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-jx49-fphc-w293",
4-
"modified": "2026-03-19T12:30:33Z",
4+
"modified": "2026-03-19T12:30:41Z",
55
"published": "2026-03-19T12:30:32Z",
66
"aliases": [
77
"CVE-2026-3511"
88
],
9+
"summary": "Improper Restriction of XML External Entity Reference in slovensko-digital/autogram",
910
"details": "Improper Restriction of XML External Entity Reference vulnerability in XMLUtils.java in Slovensko.Digital Autogram allows remote unauthenticated attacker to conduct SSRF (Server Side Request Forgery) attacks and obtain unauthorized access to local files on filesystems running the vulnerable application. Successful exploitation requires the victim to visit a specially crafted website that sends request containing a specially crafted XML document to /sign endpoint of the local HTTP server run by the application.",
1011
"severity": [
1112
{
1213
"type": "CVSS_V3",
1314
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:N"
1415
}
1516
],
16-
"affected": [],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "Maven",
21+
"name": "digital.slovensko.autogram"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "0"
29+
},
30+
{
31+
"fixed": "2.7.2"
32+
}
33+
]
34+
}
35+
]
36+
}
37+
],
1738
"references": [
1839
{
1940
"type": "ADVISORY",
@@ -23,6 +44,10 @@
2344
"type": "WEB",
2445
"url": "https://blog.binary.house/2026/03/pripadova-studia-ako-sme-s-claude-code.html"
2546
},
47+
{
48+
"type": "PACKAGE",
49+
"url": "https://github.com/slovensko-digital/autogram"
50+
},
2651
{
2752
"type": "WEB",
2853
"url": "https://github.com/slovensko-digital/autogram/releases/tag/v2.7.2"

0 commit comments

Comments
 (0)