Skip to content

Commit 61c5d9c

Browse files
1 parent 2769bee commit 61c5d9c

File tree

1 file changed

+61
-5
lines changed

1 file changed

+61
-5
lines changed

advisories/unreviewed/2022/05/GHSA-c35g-jr5f-h83p/GHSA-c35g-jr5f-h83p.json renamed to advisories/github-reviewed/2022/05/GHSA-c35g-jr5f-h83p/GHSA-c35g-jr5f-h83p.json

Lines changed: 61 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-c35g-jr5f-h83p",
4-
"modified": "2022-05-13T01:28:46Z",
4+
"modified": "2023-08-03T23:06:53Z",
55
"published": "2022-05-13T01:28:46Z",
66
"aliases": [
77
"CVE-2017-5591"
88
],
9+
"summary": "SleekXMPP and Slixmpp Incorrect Implementation of Message Carbons ",
910
"details": "An incorrect implementation of \"XEP-0280: Message Carbons\" in multiple XMPP clients allows a remote attacker to impersonate any user, including contacts, in the vulnerable application's display. This allows for various kinds of social engineering attacks. This CVE is for SleekXMPP up to 1.3.1 and Slixmpp all versions up to 1.2.3, as bundled in poezio (0.8 - 0.10) and other products.",
1011
"severity": [
1112
{
@@ -14,17 +15,72 @@
1415
}
1516
],
1617
"affected": [
17-
18+
{
19+
"package": {
20+
"ecosystem": "PyPI",
21+
"name": "slixmpp"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "0"
29+
},
30+
{
31+
"fixed": "1.2.4"
32+
}
33+
]
34+
}
35+
],
36+
"database_specific": {
37+
"last_known_affected_version_range": "<= 1.2.3"
38+
}
39+
},
40+
{
41+
"package": {
42+
"ecosystem": "PyPI",
43+
"name": "SleekXMPP"
44+
},
45+
"ranges": [
46+
{
47+
"type": "ECOSYSTEM",
48+
"events": [
49+
{
50+
"introduced": "0"
51+
},
52+
{
53+
"fixed": "1.3.2"
54+
}
55+
]
56+
}
57+
],
58+
"database_specific": {
59+
"last_known_affected_version_range": "<= 1.3.1"
60+
}
61+
}
1862
],
1963
"references": [
2064
{
2165
"type": "ADVISORY",
2266
"url": "https://nvd.nist.gov/vuln/detail/CVE-2017-5591"
2367
},
68+
{
69+
"type": "WEB",
70+
"url": "https://github.com/fritzy/SleekXMPP/issues/442"
71+
},
72+
{
73+
"type": "WEB",
74+
"url": "https://github.com/fritzy/SleekXMPP/commit/285495d5ee2427d93d961ceedcd1829383e5196d"
75+
},
2476
{
2577
"type": "WEB",
2678
"url": "https://github.com/poezio/slixmpp/commit/22664ee7b86c8e010f312b66d12590fb47160ad8"
2779
},
80+
{
81+
"type": "PACKAGE",
82+
"url": "https://github.com/poezio/slixmpp"
83+
},
2884
{
2985
"type": "WEB",
3086
"url": "https://rt-solutions.de/en/2017/02/CVE-2017-5589_xmpp_carbons/"
@@ -44,11 +100,11 @@
44100
],
45101
"database_specific": {
46102
"cwe_ids": [
47-
"CWE-20"
103+
"CWE-940"
48104
],
49105
"severity": "MODERATE",
50-
"github_reviewed": false,
51-
"github_reviewed_at": null,
106+
"github_reviewed": true,
107+
"github_reviewed_at": "2023-08-03T23:06:53Z",
52108
"nvd_published_at": "2017-02-09T20:59:00Z"
53109
}
54110
}

0 commit comments

Comments
 (0)