Skip to content

Commit 2dead6f

Browse files
1 parent 04a4d48 commit 2dead6f

1 file changed

Lines changed: 48 additions & 4 deletions

File tree

advisories/unreviewed/2025/06/GHSA-8j8w-wwqc-x596/GHSA-8j8w-wwqc-x596.json renamed to advisories/github-reviewed/2025/06/GHSA-8j8w-wwqc-x596/GHSA-8j8w-wwqc-x596.json

Lines changed: 48 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,59 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-8j8w-wwqc-x596",
4-
"modified": "2025-06-02T18:30:43Z",
4+
"modified": "2025-06-06T22:17:35Z",
55
"published": "2025-06-02T06:30:32Z",
66
"aliases": [
77
"CVE-2025-49113"
88
],
9+
"summary": "Roundcube Webmail Vulnerable to Authenticated RCE via PHP Object Deserialization",
910
"details": "Roundcube Webmail before 1.5.10 and 1.6.x before 1.6.11 allows remote code execution by authenticated users because the _from parameter in a URL is not validated in program/actions/settings/upload.php, leading to PHP Object Deserialization.",
1011
"severity": [
1112
{
1213
"type": "CVSS_V3",
1314
"score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H"
1415
}
1516
],
16-
"affected": [],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "Packagist",
21+
"name": "roundcube/roundcubemail"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "0"
29+
}
30+
]
31+
}
32+
],
33+
"database_specific": {
34+
"last_known_affected_version_range": "< 1.5.10"
35+
}
36+
},
37+
{
38+
"package": {
39+
"ecosystem": "Packagist",
40+
"name": "roundcube/roundcubemail"
41+
},
42+
"ranges": [
43+
{
44+
"type": "ECOSYSTEM",
45+
"events": [
46+
{
47+
"introduced": "1.6.0"
48+
}
49+
]
50+
}
51+
],
52+
"database_specific": {
53+
"last_known_affected_version_range": "< 1.6.11"
54+
}
55+
}
56+
],
1757
"references": [
1858
{
1959
"type": "ADVISORY",
@@ -39,6 +79,10 @@
3979
"type": "WEB",
4080
"url": "https://fearsoff.org/research/roundcube"
4181
},
82+
{
83+
"type": "PACKAGE",
84+
"url": "https://github.com/roundcube/roundcubemail"
85+
},
4286
{
4387
"type": "WEB",
4488
"url": "https://github.com/roundcube/roundcubemail/releases/tag/1.5.10"
@@ -61,8 +105,8 @@
61105
"CWE-502"
62106
],
63107
"severity": "CRITICAL",
64-
"github_reviewed": false,
65-
"github_reviewed_at": null,
108+
"github_reviewed": true,
109+
"github_reviewed_at": "2025-06-06T22:17:35Z",
66110
"nvd_published_at": "2025-06-02T05:15:53Z"
67111
}
68112
}

0 commit comments

Comments
 (0)