From d091b5999beacc6f28ef6c641d4e0f93ed5fbc34 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 17 Dec 2025 18:05:47 +0000 Subject: [PATCH] feat: update advisories --- .../DRUPAL-CONTRIB-2025-126.json | 80 +++++++++++++++++++ 1 file changed, 80 insertions(+) create mode 100644 advisories/http_client_manager/DRUPAL-CONTRIB-2025-126.json diff --git a/advisories/http_client_manager/DRUPAL-CONTRIB-2025-126.json b/advisories/http_client_manager/DRUPAL-CONTRIB-2025-126.json new file mode 100644 index 00000000..0a6f4030 --- /dev/null +++ b/advisories/http_client_manager/DRUPAL-CONTRIB-2025-126.json @@ -0,0 +1,80 @@ +{ + "schema_version": "1.7.0", + "id": "DRUPAL-CONTRIB-2025-126", + "modified": "2025-12-17T17:47:13.000Z", + "published": "2025-12-17T17:47:13.000Z", + "aliases": [ + "CVE-2025-14840" + ], + "details": "Http Client Manager introduces a new Guzzle based plugin which allows you to manage HTTP clients using Guzzle Service Descriptions via YAML, JSON or PHP files, in a simple and efficient way. The modules allows administrators to configure HTTP requests as part of Event Condition Action (ECA) automation.\n\nThe module does not sufficiently maintain separation of data from request operations, potentially leading to information disclosure in very uncommon situations.", + "affected": [ + { + "package": { + "ecosystem": "Packagist:https://packages.drupal.org/8", + "name": "drupal/http_client_manager" + }, + "severity": [], + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "9.3.13" + } + ], + "database_specific": { + "constraint": "<9.3.13" + } + }, + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "10.0.0" + }, + { + "fixed": "10.0.2" + } + ], + "database_specific": { + "constraint": ">=10.0.0 <10.0.2" + } + }, + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "11.0.0" + }, + { + "fixed": "11.0.1" + } + ], + "database_specific": { + "constraint": ">=11.0.0 <11.0.1" + } + } + ], + "database_specific": { + "affected_versions": "<9.3.13 || >=10.0.0 <10.0.2 || >=11.0.0 <11.0.1" + } + } + ], + "references": [ + { + "type": "WEB", + "url": "https://www.drupal.org/sa-contrib-2025-126" + } + ], + "credits": [ + { + "name": "mxh", + "contact": [ + "https://www.drupal.org/u/mxh" + ] + } + ] +}