Skip to content

Commit 5128516

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

2 files changed

Lines changed: 94 additions & 0 deletions

File tree

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
{
2+
"schema_version": "1.7.0",
3+
"id": "DRUPAL-CONTRIB-2026-091",
4+
"modified": "2026-07-29T17:11:14.000Z",
5+
"published": "2026-07-29T17:11:14.000Z",
6+
"aliases": [
7+
"CVE-2026-18260"
8+
],
9+
"details": "The security team is marking this project unsupported. There is a known security issue with the project that has not been fixed by the maintainer. If you would like to maintain this project, please read: [https://www.drupal.org/node/251466#s-becoming-owner-maintainer-or-co-mai...](https://www.drupal.org/node/251466#s-becoming-owner-maintainer-or-co-maintainer-of-a-project-that-is-unsupported-for-security-reasons)",
10+
"affected": [
11+
{
12+
"package": {
13+
"ecosystem": "Packagist:https://packages.drupal.org/8",
14+
"name": "drupal/disable_login"
15+
},
16+
"severity": [],
17+
"ranges": [
18+
{
19+
"type": "ECOSYSTEM",
20+
"events": [
21+
{
22+
"introduced": "0"
23+
}
24+
],
25+
"database_specific": {
26+
"constraint": "*"
27+
}
28+
}
29+
],
30+
"database_specific": {
31+
"affected_versions": "*"
32+
}
33+
}
34+
],
35+
"references": [
36+
{
37+
"type": "WEB",
38+
"url": "https://www.drupal.org/sa-contrib-2026-091"
39+
}
40+
],
41+
"credits": []
42+
}
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-090",
4+
"modified": "2026-07-29T17:08:33.000Z",
5+
"published": "2026-07-29T17:08:33.000Z",
6+
"aliases": [
7+
"CVE-2026-18259"
8+
],
9+
"details": "The Token Content Access module enables site administrators to provide access to content using access tokens.\n\nThe module does not sufficiently protect access token comparison in some cases. This could allow a persistent attacker to use a timing attack to guess a valid access token and bypass access restrictions for content protected by this module.\n\nThis vulnerability is mitigated by the fact that an attacker must know or discover a URL for content protected by Token Content Access, and exploiting the issue requires measuring timing differences in token comparison responses.",
10+
"affected": [
11+
{
12+
"package": {
13+
"ecosystem": "Packagist:https://packages.drupal.org/8",
14+
"name": "drupal/tca"
15+
},
16+
"severity": [],
17+
"ranges": [
18+
{
19+
"type": "ECOSYSTEM",
20+
"events": [
21+
{
22+
"introduced": "0"
23+
},
24+
{
25+
"fixed": "3.1.2"
26+
}
27+
],
28+
"database_specific": {
29+
"constraint": "<3.1.2"
30+
}
31+
}
32+
],
33+
"database_specific": {
34+
"affected_versions": "<3.1.2"
35+
}
36+
}
37+
],
38+
"references": [
39+
{
40+
"type": "WEB",
41+
"url": "https://www.drupal.org/sa-contrib-2026-090"
42+
}
43+
],
44+
"credits": [
45+
{
46+
"name": "Robin (robincs)",
47+
"contact": [
48+
"https://www.drupal.org/u/robincs"
49+
]
50+
}
51+
]
52+
}

0 commit comments

Comments
 (0)