Skip to content

Commit 8e7e70c

Browse files
Merge pull request #5735 from github/joshbressers-GHSA-5m48-vr54-vmh3
2 parents eb50065 + 9662348 commit 8e7e70c

1 file changed

Lines changed: 36 additions & 3 deletions

File tree

advisories/unreviewed/2022/05/GHSA-5m48-vr54-vmh3/GHSA-5m48-vr54-vmh3.json

Lines changed: 36 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,49 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-5m48-vr54-vmh3",
4-
"modified": "2022-07-26T00:01:02Z",
4+
"modified": "2023-01-27T05:02:56Z",
55
"published": "2022-05-17T19:57:08Z",
66
"aliases": [
77
"CVE-2014-3643"
88
],
9+
"summary": "jersey: XXE via parameter entities",
910
"details": "jersey: XXE via parameter entities not disabled by the jersey SAX parser",
1011
"severity": [
1112
{
1213
"type": "CVSS_V3",
13-
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N"
14+
"score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N"
15+
}
16+
],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "Maven",
21+
"name": "com.sun.jersey:jersey-core"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "0"
29+
},
30+
{
31+
"fixed": "1.13"
32+
}
33+
]
34+
}
35+
]
1436
}
1537
],
16-
"affected": [],
1738
"references": [
1839
{
1940
"type": "ADVISORY",
2041
"url": "https://nvd.nist.gov/vuln/detail/CVE-2014-3643"
2142
},
43+
{
44+
"type": "WEB",
45+
"url": "https://github.com/javaee/jersey-1.x/commit/49f1e5a6ac608ccb51939205e4739f328f2223e6"
46+
},
2247
{
2348
"type": "WEB",
2449
"url": "https://access.redhat.com/security/cve/cve-2014-3643"
@@ -27,9 +52,17 @@
2752
"type": "WEB",
2853
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2014-3643"
2954
},
55+
{
56+
"type": "PACKAGE",
57+
"url": "https://github.com/javaee/jersey-1.x"
58+
},
3059
{
3160
"type": "WEB",
3261
"url": "https://www.oracle.com/security-alerts/cpujul2022.html"
62+
},
63+
{
64+
"type": "WEB",
65+
"url": "https://www.sourceclear.com/vulnerability-database/security/xml-external-entity-xxe/java/sid-22175"
3366
}
3467
],
3568
"database_specific": {

0 commit comments

Comments
 (0)