-
Notifications
You must be signed in to change notification settings - Fork 2
feat: update advisories #133
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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" | ||
| ] | ||
| } | ||
| ] | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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" | ||
| ] | ||
| } | ||
| ] | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
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
affectedranges have not changed meaning this patch has been applied upstream 🎉we should do a PR removing it from our patch file
There was a problem hiding this comment.
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 :)