Skip to content

Commit c2bd497

Browse files
feat: update advisories
1 parent 8408621 commit c2bd497

3 files changed

Lines changed: 112 additions & 3 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": "DSA-CONTRIB-2025-112",
4+
"modified": "2025-10-22T16:34:46.000Z",
5+
"published": "2025-10-22T16:34:46.000Z",
6+
"aliases": [
7+
"CVE-2025-12082"
8+
],
9+
"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.",
10+
"affected": [
11+
{
12+
"package": {
13+
"ecosystem": "Packagist",
14+
"name": "drupal/civictheme"
15+
},
16+
"severity": [],
17+
"ranges": [
18+
{
19+
"type": "ECOSYSTEM",
20+
"events": [
21+
{
22+
"introduced": "0"
23+
},
24+
{
25+
"fixed": "1.12.0"
26+
}
27+
],
28+
"database_specific": {
29+
"constraint": "<1.12.0"
30+
}
31+
}
32+
],
33+
"database_specific": {
34+
"affected_versions": "<1.12.0"
35+
}
36+
}
37+
],
38+
"references": [
39+
{
40+
"type": "WEB",
41+
"url": "https://www.drupal.org/sa-contrib-2025-112"
42+
}
43+
],
44+
"credits": [
45+
{
46+
"name": "Lee Rowlands (larowlan)",
47+
"contact": [
48+
"https://www.drupal.org/u/larowlan"
49+
]
50+
}
51+
]
52+
}
Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
{
2+
"schema_version": "1.7.0",
3+
"id": "DSA-CONTRIB-2025-113",
4+
"modified": "2025-10-22T16:35:12.000Z",
5+
"published": "2025-10-22T16:35:12.000Z",
6+
"aliases": [
7+
"CVE-2025-12083"
8+
],
9+
"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.",
10+
"affected": [
11+
{
12+
"package": {
13+
"ecosystem": "Packagist",
14+
"name": "drupal/civictheme"
15+
},
16+
"severity": [],
17+
"ranges": [
18+
{
19+
"type": "ECOSYSTEM",
20+
"events": [
21+
{
22+
"introduced": "0"
23+
},
24+
{
25+
"fixed": "1.12.0"
26+
}
27+
],
28+
"database_specific": {
29+
"constraint": "<1.12.0"
30+
}
31+
}
32+
],
33+
"database_specific": {
34+
"affected_versions": "<1.12.0"
35+
}
36+
}
37+
],
38+
"references": [
39+
{
40+
"type": "WEB",
41+
"url": "https://www.drupal.org/sa-contrib-2025-113"
42+
}
43+
],
44+
"credits": [
45+
{
46+
"name": "Adam Bramley (acbramley)",
47+
"contact": [
48+
"https://www.drupal.org/u/acbramley"
49+
]
50+
},
51+
{
52+
"name": "Lee Rowlands (larowlan)",
53+
"contact": [
54+
"https://www.drupal.org/u/larowlan"
55+
]
56+
}
57+
]
58+
}

advisories/mail_login/DSA-CONTRIB-2025-088.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"schema_version": "1.7.0",
33
"id": "DSA-CONTRIB-2025-088",
4-
"modified": "2025-07-09T16:37:40.000Z",
4+
"modified": "2025-10-20T09:41:24.000Z",
55
"published": "2025-07-09T16:37:40.000Z",
66
"aliases": [
77
"CVE-2025-7393"
@@ -45,8 +45,7 @@
4545
}
4646
],
4747
"database_specific": {
48-
"affected_versions": ">=3.0.0 <3.2.0 || >=4.0.0 <4.2.0",
49-
"patched": true
48+
"affected_versions": ">=3.0.0 <3.2.0 || >=4.0.0 <4.2.0"
5049
}
5150
}
5251
],

0 commit comments

Comments
 (0)