Skip to content
Merged
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,24 +1,49 @@
{
"schema_version": "1.4.0",
"id": "GHSA-5m48-vr54-vmh3",
"modified": "2022-07-26T00:01:02Z",
"modified": "2023-01-27T05:02:56Z",
"published": "2022-05-17T19:57:08Z",
"aliases": [
"CVE-2014-3643"
],
"summary": "jersey: XXE via parameter entities",
"details": "jersey: XXE via parameter entities not disabled by the jersey SAX parser",
"severity": [
{
"type": "CVSS_V3",
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N"
"score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N"
Copy link

Copilot AI Jun 19, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Double-check that the updated CVSS score (shifting from PR:N and I:N to PR:L and I:H) accurately reflects the intended vulnerability impact per the advisory and reference details.

Suggested change
"score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N"
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N"

Copilot uses AI. Check for mistakes.
}
],
"affected": [
{
"package": {
"ecosystem": "Maven",
"name": "com.sun.jersey:jersey-core"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "0"
},
{
"fixed": "1.13"
}
]
}
]
}
],
"affected": [],
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2014-3643"
},
{
"type": "WEB",
"url": "https://github.com/javaee/jersey-1.x/commit/49f1e5a6ac608ccb51939205e4739f328f2223e6"
},
{
"type": "WEB",
"url": "https://access.redhat.com/security/cve/cve-2014-3643"
Expand All @@ -27,9 +52,17 @@
"type": "WEB",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2014-3643"
},
{
"type": "PACKAGE",
"url": "https://github.com/javaee/jersey-1.x"
},
{
"type": "WEB",
"url": "https://www.oracle.com/security-alerts/cpujul2022.html"
},
{
"type": "WEB",
"url": "https://www.sourceclear.com/vulnerability-database/security/xml-external-entity-xxe/java/sid-22175"
}
],
"database_specific": {
Expand Down
Loading