Skip to content

Commit 9b7ae60

Browse files
feat: update advisories (#223)
🤖 beep boop - looks like there's some changes to the advisories! - https://www.drupal.org/SA-CONTRIB-2026-038 Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
1 parent fff0799 commit 9b7ae60

1 file changed

Lines changed: 52 additions & 0 deletions

File tree

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
{
2+
"schema_version": "1.7.0",
3+
"id": "DRUPAL-CONTRIB-2026-038",
4+
"modified": "2026-05-27T18:32:18.000Z",
5+
"published": "2026-05-27T18:32:18.000Z",
6+
"aliases": [
7+
"CVE-2026-9726"
8+
],
9+
"details": "The Basket module enables e-commerce and checkout functionality for Drupal sites.\n\nThe module does not sufficiently sanitize user-supplied data before passing it to PHP's unserialize().\n\nAn attacker can supply a crafted payload and trigger PHP Object Injection. If a viable gadget chain exists in the site codebase or installed dependencies, this can result in arbitrary PHP code execution.",
10+
"affected": [
11+
{
12+
"package": {
13+
"ecosystem": "Packagist:https://packages.drupal.org/8",
14+
"name": "drupal/basket"
15+
},
16+
"severity": [],
17+
"ranges": [
18+
{
19+
"type": "ECOSYSTEM",
20+
"events": [
21+
{
22+
"introduced": "0"
23+
},
24+
{
25+
"fixed": "2.1.17"
26+
}
27+
],
28+
"database_specific": {
29+
"constraint": "<2.1.17"
30+
}
31+
}
32+
],
33+
"database_specific": {
34+
"affected_versions": "<2.1.17"
35+
}
36+
}
37+
],
38+
"references": [
39+
{
40+
"type": "WEB",
41+
"url": "https://www.drupal.org/sa-contrib-2026-038"
42+
}
43+
],
44+
"credits": [
45+
{
46+
"name": "Drew Webber (mcdruid)",
47+
"contact": [
48+
"https://www.drupal.org/u/mcdruid"
49+
]
50+
}
51+
]
52+
}

0 commit comments

Comments
 (0)