Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,19 +1,40 @@
{
"schema_version": "1.4.0",
"id": "GHSA-jx49-fphc-w293",
"modified": "2026-03-19T12:30:33Z",
"modified": "2026-03-19T12:30:41Z",
"published": "2026-03-19T12:30:32Z",
"aliases": [
"CVE-2026-3511"
],
"summary": "Improper Restriction of XML External Entity Reference in slovensko-digital/autogram",
"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.",
"severity": [
{
"type": "CVSS_V3",
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:N"
}
],
"affected": [],
"affected": [
{
"package": {
"ecosystem": "Maven",
"name": "digital.slovensko.autogram"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "0"
},
{
"fixed": "2.7.2"
}
]
}
]
}
],
"references": [
{
"type": "ADVISORY",
Expand All @@ -23,6 +44,10 @@
"type": "WEB",
"url": "https://blog.binary.house/2026/03/pripadova-studia-ako-sme-s-claude-code.html"
},
{
"type": "PACKAGE",
"url": "https://github.com/slovensko-digital/autogram"
},
{
"type": "WEB",
"url": "https://github.com/slovensko-digital/autogram/releases/tag/v2.7.2"
Expand Down
Loading