Skip to content

Commit 10b5170

Browse files
feat: update advisories
1 parent 562de22 commit 10b5170

2 files changed

Lines changed: 9 additions & 6 deletions

File tree

advisories/commerce_realex/DRUPAL-CONTRIB-2026-058.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"schema_version": "1.7.0",
33
"id": "DRUPAL-CONTRIB-2026-058",
4-
"modified": "2026-06-24T18:40:07.000Z",
4+
"modified": "2026-06-25T07:10:08.000Z",
55
"published": "2026-06-24T18:40:07.000Z",
66
"aliases": [
77
"CVE-2026-13238"

advisories/tealiumiq/DRUPAL-CONTRIB-2026-064.json

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"schema_version": "1.7.0",
33
"id": "DRUPAL-CONTRIB-2026-064",
4-
"modified": "2026-06-24T18:49:32.000Z",
5-
"published": "2026-06-24T18:49:32.000Z",
4+
"modified": "2026-06-26T15:56:05.000Z",
5+
"published": "2026-06-26T15:27:49.000Z",
66
"aliases": [
77
"CVE-2026-13244"
88
],
9-
"details": "The security team is marking the Tealium iQ Tag Management module for Drupal 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)",
9+
"details": "The Tealium iQ Tag Management module provides Drupal integration with Tealium iQ.\n\n`tealiumiq` stores some data as PHP-serialized strings. In some situations, malicious data can be written directly to the field. This can lead to an Object Injection vulnerability when the data are unserialized.\n\nThis vulnerability is mitigated by the fact that an attacker must have permission to edit a content entity with an attached `tealiumiq` field. In addition, the core `jsonapi` module must be enabled with the option \"Accept all JSON:API create, read, update, and delete operations\", which is not the default, or the attacker needs some other way to edit field values directly.\n\n**Note:** This project was marked as Unsupported by the Drupal Security Team on 2026-06-24 but a fix was released and the project restored on 2026-06-26.",
1010
"affected": [
1111
{
1212
"package": {
@@ -20,15 +20,18 @@
2020
"events": [
2121
{
2222
"introduced": "0"
23+
},
24+
{
25+
"fixed": "2.4.0"
2326
}
2427
],
2528
"database_specific": {
26-
"constraint": "*"
29+
"constraint": "<2.4.0"
2730
}
2831
}
2932
],
3033
"database_specific": {
31-
"affected_versions": "*"
34+
"affected_versions": "<2.4.0"
3235
}
3336
}
3437
],

0 commit comments

Comments
 (0)