Skip to content

Commit 348fec6

Browse files
feat: update advisories (#139)
🤖 beep boop - looks like there's some changes to the advisories! Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
1 parent bc78d31 commit 348fec6

1 file changed

Lines changed: 55 additions & 0 deletions

File tree

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
{
2+
"schema_version": "1.7.0",
3+
"id": "DSA-CONTRIB-2025-114",
4+
"modified": "2025-10-29T17:14:34.000Z",
5+
"published": "2025-10-29T16:44:39.000Z",
6+
"aliases": [
7+
"CVE-2025-12466"
8+
],
9+
"details": "This module introduces an OAuth 2.0 authorization server, which can be configured to protect your Drupal instance with access tokens, or allow clients to request new access tokens and refresh them.\n\nThe module doesn't sufficiently respect granted scopes, it affects all access checks that are based on roles. For example: routes that have the `_role` requirement, can be bypassed with an access token.\n\nThis vulnerability is mitigated by the fact that an attacker must have the access token in possession and the user related to the token must have the associated (role requirement) roles assigned.",
10+
"affected": [
11+
{
12+
"package": {
13+
"ecosystem": "Packagist",
14+
"name": "drupal/simple_oauth"
15+
},
16+
"severity": [],
17+
"ranges": [
18+
{
19+
"type": "ECOSYSTEM",
20+
"events": [
21+
{
22+
"introduced": "6.0.1"
23+
},
24+
{
25+
"fixed": "6.0.7"
26+
}
27+
],
28+
"database_specific": {
29+
"constraint": ">6.0.0 <6.0.7",
30+
"warnings": [
31+
"the > operator should be avoided as it does not provide a concrete version"
32+
]
33+
}
34+
}
35+
],
36+
"database_specific": {
37+
"affected_versions": ">6.0.0 <6.0.7"
38+
}
39+
}
40+
],
41+
"references": [
42+
{
43+
"type": "WEB",
44+
"url": "https://www.drupal.org/sa-contrib-2025-114"
45+
}
46+
],
47+
"credits": [
48+
{
49+
"name": "coffeemakr",
50+
"contact": [
51+
"https://www.drupal.org/u/coffeemakr"
52+
]
53+
}
54+
]
55+
}

0 commit comments

Comments
 (0)