Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
52 changes: 52 additions & 0 deletions advisories/civictheme/DSA-CONTRIB-2025-112.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
{
"schema_version": "1.7.0",
"id": "DSA-CONTRIB-2025-112",
"modified": "2025-10-22T16:34:46.000Z",
"published": "2025-10-22T16:34:46.000Z",
"aliases": [
"CVE-2025-12082"
],
"details": "CivicTheme is a design system and theme framework used to build content-rich Drupal websites. It includes editorial workflows, structured content types, and flexible theming components.\n\nThe theme doesn't sufficiently check access to entities when they are displayed as reference cards used in manual lists, which leads to an information disclosure vulnerability\n\nSpecifically, when unpublished or archived nodes (CivicTheme Page and Event) are referenced via card components and placed into manually curated lists or blocks, a referenced card is rendered on the page for users who do not have permission to view unpublished content. The referenced node itself is correctly checked for permission, but the information in the card component (title, thumbnail, tags) discloses information that the user does not have access to view.\n\nThis results in:\n\n* Draft or never-published Event node data being visible to anonymous users on cards.\n* Archived content persisting in curated content lists.\n\nThis disclosure bypasses editorial expectations and may expose sensitive or internal-only content unintentionally. It does not require complex interaction or elevated permissions. It is triggered by standard reference configurations and view templates.",
"affected": [
{
"package": {
"ecosystem": "Packagist",
"name": "drupal/civictheme"
},
"severity": [],
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "0"
},
{
"fixed": "1.12.0"
}
],
"database_specific": {
"constraint": "<1.12.0"
}
}
],
"database_specific": {
"affected_versions": "<1.12.0"
}
}
],
"references": [
{
"type": "WEB",
"url": "https://www.drupal.org/sa-contrib-2025-112"
}
],
"credits": [
{
"name": "Lee Rowlands (larowlan)",
"contact": [
"https://www.drupal.org/u/larowlan"
]
}
]
}
58 changes: 58 additions & 0 deletions advisories/civictheme/DSA-CONTRIB-2025-113.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
{
"schema_version": "1.7.0",
"id": "DSA-CONTRIB-2025-113",
"modified": "2025-10-22T16:35:12.000Z",
"published": "2025-10-22T16:35:12.000Z",
"aliases": [
"CVE-2025-12083"
],
"details": "CivicTheme is a design system and theme framework used to build content-rich Drupal websites. It includes editorial workflows, structured content types, and flexible theming components.\n\nCivicTheme does not sufficiently filter field data before rendering them in Twig templates. This combined with multiple instances of the Twig `raw` filter throughout CivicTheme components, allows for the injection of malicious scripts in browser contexts.\n\nAdditionally, CivicTheme fails to filter markup from SVGs embedded within the web page allowing potentially malicious scripts to be injected.\n\nThis vulnerability is mitigated by an attacker needing permission to create or edit content within a CivicTheme site.\n\nCivicTheme with its default permissions restricts the creation of content to content author and content approver roles.",
"affected": [
{
"package": {
"ecosystem": "Packagist",
"name": "drupal/civictheme"
},
"severity": [],
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "0"
},
{
"fixed": "1.12.0"
}
],
"database_specific": {
"constraint": "<1.12.0"
}
}
],
"database_specific": {
"affected_versions": "<1.12.0"
}
}
],
"references": [
{
"type": "WEB",
"url": "https://www.drupal.org/sa-contrib-2025-113"
}
],
"credits": [
{
"name": "Adam Bramley (acbramley)",
"contact": [
"https://www.drupal.org/u/acbramley"
]
},
{
"name": "Lee Rowlands (larowlan)",
"contact": [
"https://www.drupal.org/u/larowlan"
]
}
]
}
5 changes: 2 additions & 3 deletions advisories/mail_login/DSA-CONTRIB-2025-088.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"schema_version": "1.7.0",
"id": "DSA-CONTRIB-2025-088",
"modified": "2025-07-09T16:37:40.000Z",
"modified": "2025-10-20T09:41:24.000Z",
"published": "2025-07-09T16:37:40.000Z",
"aliases": [
"CVE-2025-7393"
Expand Down Expand Up @@ -45,8 +45,7 @@
}
],
"database_specific": {
"affected_versions": ">=3.0.0 <3.2.0 || >=4.0.0 <4.2.0",
"patched": true

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Unifex note that we're no longer patching this, and the advisory affected ranges have not changed meaning this patch has been applied upstream 🎉

we should do a PR removing it from our patch file

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yep. I was going to comment, but figured with this being a script made PR I'd do that in a standalone update. It's item number 2 on my TODO today :)

"affected_versions": ">=3.0.0 <3.2.0 || >=4.0.0 <4.2.0"
}
}
],
Expand Down