From ee0a01d70ae7fb6a671639e2dabb362f6e03e499 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 29 Jul 2026 18:41:32 +0000 Subject: [PATCH] feat: update advisories --- .../DRUPAL-CONTRIB-2026-091.json | 42 +++++++++++++++ advisories/tca/DRUPAL-CONTRIB-2026-090.json | 52 +++++++++++++++++++ 2 files changed, 94 insertions(+) create mode 100644 advisories/disable_login/DRUPAL-CONTRIB-2026-091.json create mode 100644 advisories/tca/DRUPAL-CONTRIB-2026-090.json diff --git a/advisories/disable_login/DRUPAL-CONTRIB-2026-091.json b/advisories/disable_login/DRUPAL-CONTRIB-2026-091.json new file mode 100644 index 00000000..f3728349 --- /dev/null +++ b/advisories/disable_login/DRUPAL-CONTRIB-2026-091.json @@ -0,0 +1,42 @@ +{ + "schema_version": "1.7.0", + "id": "DRUPAL-CONTRIB-2026-091", + "modified": "2026-07-29T17:11:14.000Z", + "published": "2026-07-29T17:11:14.000Z", + "aliases": [ + "CVE-2026-18260" + ], + "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)", + "affected": [ + { + "package": { + "ecosystem": "Packagist:https://packages.drupal.org/8", + "name": "drupal/disable_login" + }, + "severity": [], + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + } + ], + "database_specific": { + "constraint": "*" + } + } + ], + "database_specific": { + "affected_versions": "*" + } + } + ], + "references": [ + { + "type": "WEB", + "url": "https://www.drupal.org/sa-contrib-2026-091" + } + ], + "credits": [] +} diff --git a/advisories/tca/DRUPAL-CONTRIB-2026-090.json b/advisories/tca/DRUPAL-CONTRIB-2026-090.json new file mode 100644 index 00000000..0edd367c --- /dev/null +++ b/advisories/tca/DRUPAL-CONTRIB-2026-090.json @@ -0,0 +1,52 @@ +{ + "schema_version": "1.7.0", + "id": "DRUPAL-CONTRIB-2026-090", + "modified": "2026-07-29T17:08:33.000Z", + "published": "2026-07-29T17:08:33.000Z", + "aliases": [ + "CVE-2026-18259" + ], + "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.", + "affected": [ + { + "package": { + "ecosystem": "Packagist:https://packages.drupal.org/8", + "name": "drupal/tca" + }, + "severity": [], + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "3.1.2" + } + ], + "database_specific": { + "constraint": "<3.1.2" + } + } + ], + "database_specific": { + "affected_versions": "<3.1.2" + } + } + ], + "references": [ + { + "type": "WEB", + "url": "https://www.drupal.org/sa-contrib-2026-090" + } + ], + "credits": [ + { + "name": "Robin (robincs)", + "contact": [ + "https://www.drupal.org/u/robincs" + ] + } + ] +}