BlackTreeIndependent security intelligence
← Back to the CVE catalogue
Full vulnerability report · 2025
CVE-2025-9086High confidence

Out of bounds read for cookie path

curl · curl

7.5HighCVSS 3.1
Recommended action
Within 7 days

High technical severity with public exploit material referenced by a structured source; prioritise exposed affected systems while verifying vendor guidance.

Patch available
Direct vendor intelligence

Authoritative vendor CSAF and VEX advisories

Structured product status and remediation from the issuing vendor. Product-state explanations are always visible; large lists can be searched or downloaded.

3 current
CVE-2025-9086 · CSAF 2.0 · revision 3 · finalRed Hat Product Securitycurl: libcurl: Curl out of bounds read for cookie path
14 known affected

The vendor explicitly identifies these products as affected by this CVE.

  • curl as a component of Red Hat Enterprise Linux 6
  • curl.src as a component of Red Hat Enterprise Linux 6
  • libcurl as a component of Red Hat Enterprise Linux 6
  • libcurl-devel as a component of Red Hat Enterprise Linux 6
  • curl as a component of Red Hat Enterprise Linux 7
  • curl.src as a component of Red Hat Enterprise Linux 7
  • libcurl as a component of Red Hat Enterprise Linux 7
  • libcurl-devel as a component of Red Hat Enterprise Linux 7
  • curl as a component of Red Hat JBoss Core Services
  • openshift/ose-rhel-coreos-8 as a component of Red Hat OpenShift Container Platform 4
  • openshift/ose-rhel-coreos-9 as a component of Red Hat OpenShift Container Platform 4
  • devspaces-tech-preview/idea-rhel9 as a component of Red Hat OpenShift Dev Spaces
Summary
An out of bounds read flaw has been discovered in the curl project. Under specific conditions the path comparison logic makes curl read outside a heap buffer boundary. This bug either causes a crash or it potentially makes the comparison come to the wrong conclusion and lets the clear-text site override the contents of the secure cookie, contrary to expectations and depending on the memory contents immediately following the single-byte allocation that holds the path.
Remediation
For details on how to apply this update, which includes the changes described in this advisory, refer to: https://access.redhat.com/articles/11258
SSA-253495 · CSAF 2.0 · revision 1 · interimSiemens ProductCERTSSA-253495: Multiple Vulnerabilities in SINEC OS before V4.0
1 known affected

The vendor explicitly identifies these products as affected by this CVE.

  • RUGGEDCOM RST2428P (6GK6242-6PA00)
Summary
1. A cookie is set using the `secure` keyword for `https://target` 2. curl is redirected to or otherwise made to speak with `http://target` (same hostname, but using clear text HTTP) using the same cookie set 3. The same cookie name is set - but with just a slash as path (`path=\"/\",`). Since this site is not secure, the cookie *should* just be ignored. 4. A bug in the path comparison logic makes curl read outside a heap buffer boundary The bug either causes a crash or it potentially makes the comparison come to the wrong conclusion and lets the clear-text site override the contents of the secure cookie, contrary to expectations and depending on the memory contents immediately following the single-byte allocation that holds the path. The presumed and correct behavior would be to plainly ignore the second set of the cookie since it was already set as secure on a secure host so overriding it on an insecure host should not be okay.
Remediation
Update to V4.0 or later version
SSA-089022 · CSAF 2.0 · revision 2 · interimSiemens ProductCERTSSA-089022: Multiple Vulnerabilities in Third-Party Components in SINEC OS before V3.3
16 known affected

The vendor explicitly identifies these products as affected by this CVE.

  • RUGGEDCOM RST2428P (6GK6242-6PA00)
  • SCALANCE XC-300/XR-300/XC-400/XR-500WG/XR-500 family
  • SCALANCE XCH328 (6GK5328-4TS01-2EC2)
  • SCALANCE XCM324 (6GK5324-8TS01-2AC2)
  • SCALANCE XCM328 (6GK5328-4TS01-2AC2)
  • SCALANCE XCM332 (6GK5332-0GA01-2AC2)
  • SCALANCE XRH334 (24 V DC, 8xFO, CC) (6GK5334-2TS01-2ER3)
  • SCALANCE XRM334 (230 V AC, 12xFO) (6GK5334-3TS01-3AR3)
  • SCALANCE XRM334 (230 V AC, 8xFO) (6GK5334-2TS01-3AR3)
  • SCALANCE XRM334 (230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-3AR3)
  • SCALANCE XRM334 (24 V DC, 12xFO) (6GK5334-3TS01-2AR3)
  • SCALANCE XRM334 (24 V DC, 8xFO) (6GK5334-2TS01-2AR3)
Summary
1. A cookie is set using the `secure` keyword for `https://target` 2. curl is redirected to or otherwise made to speak with `http://target` (same hostname, but using clear text HTTP) using the same cookie set 3. The same cookie name is set - but with just a slash as path (`path='/'`). Since this site is not secure, the cookie *should* just be ignored. 4. A bug in the path comparison logic makes curl read outside a heap buffer boundary The bug either causes a crash or it potentially makes the comparison come to the wrong conclusion and lets the clear-text site override the contents of the secure cookie, contrary to expectations and depending on the memory contents immediately following the single-byte allocation that holds the path. The presumed and correct behavior would be to plainly ignore the second set of the cookie since it was already set as secure on a secure host so overriding it on an insecure host should not be okay.
Remediation
Update to V3.3 or later version
Optional official sources

National CERT insights
?CERT means Computer Emergency Response Team; CSIRT is the closely related term Computer Security Incident Response Team.

Select the national-authority views to include. The exact source language is shown on each matched advisory. Your choice is remembered on this device and encoded in the shareable URL.

Official European source

ENISA European Vulnerability Database

Official EUVD identifiers, advisory evidence and known-exploited context. Missing fields are not treated as evidence of low risk.

1 current
ENISA EUVD identifier

EUVD-2025-29014

No EUVD known-exploited evidence

ENISA has published the identifier mapping but no EUVD description has been stored yet.

EUVD state
Present in the current official mapping
Known exploitation
Not present in the current ENISA EUVD known-exploited dataset. This is not proof of no exploitation.
ENISA score
Not supplied in the stored EUVD record
Advisory evidence
No linked advisory details stored yet
Recommended actionWithin 7 days

High technical severity with public exploit material referenced by a structured source; prioritise exposed affected systems while verifying vendor guidance.

Patch available
01

What, why and how

1. A cookie is set using the `secure` keyword for `https://target` 2. curl is redirected to or otherwise made to speak with `http://target` (same hostname, but using clear text HTTP) using the same cookie set 3. The same cookie name is set - but with just a slash as path (`path=\"/\",`). Since this site is not secure, the cookie *should* just be ignored. 4. A bug in the path comparison logic makes curl read outside a heap buffer boundary The bug either causes a crash or it potentially makes the comparison come to the wrong conclusion and lets the clear-text site override the contents of the secure cookie, contrary to expectations and depending on the memory contents immediately following the single-byte allocation that holds the path. The presumed and correct behavior would be to plainly ignore the second set of the cookie since it was already set as secure on a secure host so overriding it on an insecure host should not be okay.

What

1. A cookie is set using the `secure` keyword for `https://target` 2. curl is redirected to or otherwise made to speak with `http://target` (same hostname, but using clear text HTTP) using the same cookie set 3. The same cookie name is set - but with just a slash as path (`path=\"/\",`). Since this site is not secure, the cookie *should* just be ignored. 4. A bug in the path comparison logic makes curl read outside a heap buffer boundary The bug either causes a crash or it potentially makes the comparison come to the wrong conclusion and lets the clear-text site override the contents of the secure cookie, contrary to expectations and depending on the memory contents immediately following the single-byte allocation that holds the path. The presumed and correct behavior would be to plainly ignore the second set of the cookie since it was already set as secure on a secure host so overriding it on an insecure host should not be okay.

Why

The product reads data past the end, or before the beginning, of the intended buffer.

How

An attacker operating through a network path may attempt exploitation without authentication or user interaction. If successful, the issue may disrupt the affected service.

What

1. A cookie is set using the `secure` keyword for `https://target` 2. curl is redirected to or otherwise made to speak with `http://target` (same hostname, but using clear text HTTP) using the same cookie set 3. The same cookie name is set - but with just a slash as path (`path=\"/\",`). Since this site is not secure, the cookie *should* just be ignored. 4. A bug in the path comparison logic makes curl read outside a heap buffer boundary The bug either causes a crash or it potentially makes the comparison come to the wrong conclusion and lets the clear-text site override the contents of the secure cookie, contrary to expectations and depending on the memory contents immediately following the single-byte allocation that holds the path. The presumed and correct behavior would be to plainly ignore the second set of the cookie since it was already set as secure on a secure host so overriding it on an insecure host should not be okay.

Why

The product reads data past the end, or before the beginning, of the intended buffer.

How

An attacker operating through a network path may attempt exploitation without authentication or user interaction. If successful, the issue may disrupt the affected service.

02

Exploit reality and attack path

CVSS severity, EPSS forecast probability, public exploit material and CISA-confirmed exploitation are separate signals.

Observed exploitation
?Confirmed exploitation and public exploit material are separate signals. Attacks can occur without public proof-of-concept or exploit code.
No confirmed evidence

No CISA KEV match was present at the last successful refresh. This means no confirmation from that source, not proof of no exploitation.

Public PoC / exploit material
?Confirmed exploitation and public exploit material are separate signals. Attacks can occur without public proof-of-concept or exploit code.
Reference recorded

A structured CVE source labels at least one public reference as exploit material. BlackTree has not independently validated that it is safe, reliable or weaponised.

Likely attack path
a network path → Out-of-bounds Read → disrupt the affected service
Attack surface
Network
Privileges required
None: unauthenticated exploitation is possible
User interaction
None
Attack complexity
Low: no specialised conditions are recorded
Security boundary
Unchanged: impact remains within the vulnerable component's security authority
Weakness
?CWE means Common Weakness Enumeration: a standard category for the underlying weakness.
CWE-125

CWE-125: Out-of-bounds Read. The product reads data past the end, or before the beginning, of the intended buffer.

CVSS vector
?CVSS means Common Vulnerability Scoring System. The vector records the metric values used to calculate technical severity.
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H

Common Vulnerability Scoring System 3.1: the compact vector below is decoded into plain language.

AVNetworkAttack vector: The vulnerable component can be reached over a network.ACLowAttack complexity: No specialised conditions are required beyond attacker-controlled input.PRNonePrivileges required: The attacker does not need an account or existing privileges.UINoneUser interaction: No action by another user is required.SUnchangedScope: The security impact remains within the vulnerable component's authority.CNoneConfidentiality impact: No direct loss is represented by this metric.INoneIntegrity impact: No direct loss is represented by this metric.AHighAvailability impact: A successful attack can cause a major loss.
Post-exploitation / living off the land
No specific living-off-the-land technique is confirmed in the structured sources. Monitor normal administration tools for activity inconsistent with the affected service's baseline.
NetworkUnauthenticatedDenial of serviceCWE-125Public exploit reference
A

Official authority intelligence

Only matched European and national findings are included. Language selectors and unavailable sources are omitted.

BSI · German · WID-SEC-W-2025-2838Apple macOS: Mehrere Schwachstellen

Ein Angreifer kann mehrere Schwachstellen in Apple macOS ausnutzen, um seine Privilegien zu erhöhen, um Informationen offenzulegen, um einen Denial of Service Angriff durchzuführen, um Sicherheitsvorkehrungen zu umgehen, und um beliebigen Programmcode auszuführen.

Official advisory
BSI · German · WID-SEC-W-2026-2253IBM Security Verify Access: Mehrere Schwachstellen

Ein Angreifer kann mehrere Schwachstellen in IBM Security Verify Access ausnutzen, um erweiterte Berechtigungen zu erlangen, beliebigen Code auszuführen, Sicherheitsmaßnahmen zu umgehen, Daten zu manipulieren, sensible Informationen offenzulegen und andere, nicht näher bezeichnete Angriffe durchzuführen.

Official advisory
BSI · German · WID-SEC-W-2026-2189Dell PowerProtect Data Domain: Mehrere Schwachstellen

Ein Angreifer kann mehrere Schwachstellen in Dell PowerProtect Data Domain ausnutzen, um seine Privilegien zu erhöhen um beliebigen Programmcode auszuführen, um Sicherheitsvorkehrungen zu umgehen, um einen Denial of Service Angriff durchzuführen, um einen Cross-Site Scripting Angriff durchzuführen, um Informationen offenzulegen, und um Dateien zu manipulieren.

Official advisory
BSI · German · WID-SEC-W-2026-1194Oracle Communications: Mehrere Schwachstellen

Ein entfernter, anonymer oder authentisierter Angreifer kann mehrere Schwachstellen in Oracle Communications ausnutzen, um die Vertraulichkeit, Integrität und Verfügbarkeit zu gefährden.

Official advisory
BSI · German · WID-SEC-W-2026-0783IBM QRadar SIEM: Mehrere Schwachstellen

Ein Angreifer kann mehrere Schwachstellen in IBM QRadar SIEM ausnutzen, um beliebigen Programmcode auszuführen, um Informationen offenzulegen, um einen Denial of Service Angriff durchzuführen, um einen Cross-Site Scripting Angriff durchzuführen, und um Dateien zu manipulieren.

Official advisory
BSI · German · WID-SEC-W-2026-0168Oracle MySQL: Mehrere Schwachstellen

Ein entfernter, anonymer oder authentisierter Angreifer kann mehrere Schwachstellen in Oracle MySQL ausnutzen, um die Vertraulichkeit, Integrität und Verfügbarkeit zu gefährden.

Official advisory
BSI · German · WID-SEC-W-2026-0167Oracle PeopleSoft: Mehrere Schwachstellen

Ein entfernter, anonymer oder authentisierter Angreifer kann mehrere Schwachstellen in Oracle PeopleSoft ausnutzen, um die Vertraulichkeit, Integrität und Verfügbarkeit zu gefährden.

Official advisory
BSI · German · WID-SEC-W-2026-0154Oracle Commerce: Mehrere Schwachstellen

Ein entfernter, anonymer oder authentisierter Angreifer kann mehrere Schwachstellen in Oracle Commerce ausnutzen, um die Vertraulichkeit, Integrität und Verfügbarkeit zu gefährden.

Official advisory
BSI · German · WID-SEC-W-2025-2836Apple iOS und iPadOS: Mehrere Schwachstellen

Ein Angreifer kann mehrere Schwachstellen in Apple iOS und Apple iPadOS ausnutzen, um sich erhöhte Berechtigungen zu verschaffen – inklusive Root-Rechten –, um Denial-of-Service-Angriffe oder Speicherbeschädigungen durchzuführen, um Spoofing-Angriffe durchzuführen, um Informationen offenzulegen, um beliebigen Code auszuführen oder um andere, nicht näher spezifizierte Angriffe durchzuführen.

Official advisory
BSI · German · WID-SEC-W-2025-2360Oracle Communications Applications: Mehrere Schwachstellen

Ein entfernter, anonymer oder authentisierter Angreifer kann mehrere Schwachstellen in Oracle Communications Applications ausnutzen, um die Vertraulichkeit, Integrität und Verfügbarkeit zu gefährden.

Official advisory
BSI · German · WID-SEC-W-2026-1730Xerox FreeFlow Print Server: Mehrere Schwachstellen ermöglichen nicht spezifizierten Angriff

Ein Angreifer kann mehrere Schwachstellen in Xerox FreeFlow Print Server ausnutzen, um einen nicht näher spezifizierten Angriff durchzuführen.

Official advisory
BSI · German · WID-SEC-W-2026-1202Oracle Hyperion: Mehrere Schwachstellen

Ein entfernter, anonymer oder authentisierter Angreifer kann mehrere Schwachstellen in Oracle Hyperion ausnutzen, um die Vertraulichkeit, Integrität und Verfügbarkeit zu gefährden.

Official advisory
BSI · German · WID-SEC-W-2025-2023cURL: Mehrere Schwachstellen ermöglichen Manipulation von Dateien

Ein entfernter, anonymer Angreifer kann mehrere Schwachstellen in cURL ausnutzen, um Dateien zu manipulieren.

Official advisory
CERT-FR · French · CERTFR-2026-AVI-0627Multiples vulnérabilités dans les produits Splunk

ERecord?id=CVE-2025-69229 Référence CVE CVE-2025-69277 https://www.cve.org/CVERecord?id=CVE-2025-69277 Référence CVE CVE-2025-69418 https://www.cve.org/CVERecord?id=CVE-2025-69418 Référence CVE CVE-2025-69419 https://www.cve.org/CVERecord?id=CVE-2025-69419 Référence CVE CVE-2025-69420 https://www.cve.org/CVERecord?id=CVE-2025-69420 Référence CVE CVE-2025-69421 https://www.cve.org/CVERecord?id=CVE-2025-69421 Référence CVE CVE-2025-7338 https://www.cve.org/CVERecord?id=CVE-2025-7338 Référence CVE CVE-2025-8194 https://www.cve.org/CVERecord?id=CVE-2025-8194 Référence CVE CVE-2025-8291 https://www.cve.org/CVERecord?id=CVE-2025-8291 Référence CVE CVE-2025-9086 https://www.cve.org/CVERecord?id=CVE-2025-9086 Référence CVE CVE-2025-9232 https://www.cve.org/CVERecord?id=CVE-2025-9232 Référence CVE CVE-2025-9820 https://www.cve.org/CVERecord?id=CVE-2025-9820 Référence CVE CVE-2026-0865 https://www.cve.org/CVERecord?id=CVE-2026-0865 Référence CVE CVE-2026-0965 https://www.cve.org/CVERecord?id=CVE-2026-0965 Référence CVE CVE-2026-0967 https://www.cve.org/CVERecord?id=CVE-2026-0967 Référence CVE CVE-2026-0968 https://www.cve.org/CVERecord?id=CVE-2026-0968 Référence CVE CVE-2026-1225 https://www.cve.org/CVERecord?id=CVE-2026-1225 Référence CVE CVE-2026-1584 https://www.cve.org/CVERecord?id=CVE-2026-1584 Ré

Official advisory
CERT-FR · French · CERTFR-2026-AVI-0631Vulnérabilité dans Stormshield Network Security

Une vulnérabilité a été découverte dans Stormshield Network Security (SNS). Elle permet à un attaquant de provoquer un déni de service à distance.

Official advisory
CERT-FR · French · CERTFR-2026-AVI-0539Multiples vulnérabilités dans Juniper Networks Secure Analytics

De multiples vulnérabilités ont été découvertes dans Juniper Networks Secure Analytics. Elles permettent à un attaquant de provoquer un déni de service à distance et un problème de sécurité non spécifié par l'éditeur.

Official advisory
CERT-FR · French · CERTFR-2026-AVI-0327Multiples vulnérabilités dans les produits IBM

Record?id=CVE-2025-6545 Référence CVE CVE-2025-6547 https://www.cve.org/CVERecord?id=CVE-2025-6547 Référence CVE CVE-2025-66418 https://www.cve.org/CVERecord?id=CVE-2025-66418 Référence CVE CVE-2025-66453 https://www.cve.org/CVERecord?id=CVE-2025-66453 Référence CVE CVE-2025-66471 https://www.cve.org/CVERecord?id=CVE-2025-66471 Référence CVE CVE-2025-66675 https://www.cve.org/CVERecord?id=CVE-2025-66675 Référence CVE CVE-2025-68301 https://www.cve.org/CVERecord?id=CVE-2025-68301 Référence CVE CVE-2025-68349 https://www.cve.org/CVERecord?id=CVE-2025-68349 Référence CVE CVE-2025-8916 https://www.cve.org/CVERecord?id=CVE-2025-8916 Référence CVE CVE-2025-9086 https://www.cve.org/CVERecord?id=CVE-2025-9086 Référence CVE CVE-2025-9287 https://www.cve.org/CVERecord?id=CVE-2025-9287 Référence CVE CVE-2025-9288 https://www.cve.org/CVERecord?id=CVE-2025-9288 Référence CVE CVE-2026-0865 https://www.cve.org/CVERecord?id=CVE-2026-0865 Référence CVE CVE-2026-1188 https://www.cve.org/CVERecord?id=CVE-2026-1188 Référence CVE CVE-2026-1264 https://www.cve.org/CVERecord?id=CVE-2026-1264 Référence CVE CVE-2026-1299 https://www.cve.org/CVERecord?id=CVE-2026-1299 Référence CVE CVE-2026-21441 https://www.cve.org/CVERecord?id=CVE-2026-21441 Référence CVE CVE-2026-21925 https://www.cve.org/CVERecord?id=CVE-2026-2192

Official advisory
CERT-FR · French · CERTFR-2026-AVI-0281Multiples vulnérabilités dans les produits Splunk

org/CVERecord?id=CVE-2025-69419 Référence CVE CVE-2025-69420 https://www.cve.org/CVERecord?id=CVE-2025-69420 Référence CVE CVE-2025-69421 https://www.cve.org/CVERecord?id=CVE-2025-69421 Référence CVE CVE-2025-6965 https://www.cve.org/CVERecord?id=CVE-2025-6965 Référence CVE CVE-2025-8114 https://www.cve.org/CVERecord?id=CVE-2025-8114 Référence CVE CVE-2025-8291 https://www.cve.org/CVERecord?id=CVE-2025-8291 Référence CVE CVE-2025-8556 https://www.cve.org/CVERecord?id=CVE-2025-8556 Référence CVE CVE-2025-8885 https://www.cve.org/CVERecord?id=CVE-2025-8885 Référence CVE CVE-2025-8916 https://www.cve.org/CVERecord?id=CVE-2025-8916 Référence CVE CVE-2025-9086 https://www.cve.org/CVERecord?id=CVE-2025-9086 Référence CVE CVE-2025-9230 https://www.cve.org/CVERecord?id=CVE-2025-9230 Référence CVE CVE-2025-9231 https://www.cve.org/CVERecord?id=CVE-2025-9231 Référence CVE CVE-2025-9232 https://www.cve.org/CVERecord?id=CVE-2025-9232 Référence CVE CVE-2025-9714 https://www.cve.org/CVERecord?id=CVE-2025-9714 Référence CVE CVE-2025-9820 https://www.cve.org/CVERecord?id=CVE-2025-9820 Référence CVE CVE-2025-9951 https://www.cve.org/CVERecord?id=CVE-2025-9951 Référence CVE CVE-2026-20162 https://www.cve.org/CVERecord?id=CVE-2026-20162 Référence CVE CVE-2026-20163 https://www.cve.org/CVERecord?id=CVE-2026-2016

Official advisory
CERT-FR · French · CERTFR-2026-AVI-0218Multiples vulnérabilités dans les produits VMware

.cve.org/CVERecord?id=CVE-2025-8534 Référence CVE CVE-2025-8713 https://www.cve.org/CVERecord?id=CVE-2025-8713 Référence CVE CVE-2025-8714 https://www.cve.org/CVERecord?id=CVE-2025-8714 Référence CVE CVE-2025-8715 https://www.cve.org/CVERecord?id=CVE-2025-8715 Référence CVE CVE-2025-8732 https://www.cve.org/CVERecord?id=CVE-2025-8732 Référence CVE CVE-2025-8851 https://www.cve.org/CVERecord?id=CVE-2025-8851 Référence CVE CVE-2025-8869 https://www.cve.org/CVERecord?id=CVE-2025-8869 Référence CVE CVE-2025-8941 https://www.cve.org/CVERecord?id=CVE-2025-8941 Référence CVE CVE-2025-8959 https://www.cve.org/CVERecord?id=CVE-2025-8959 Référence CVE CVE-2025-9086 https://www.cve.org/CVERecord?id=CVE-2025-9086 Référence CVE CVE-2025-9165 https://www.cve.org/CVERecord?id=CVE-2025-9165 Référence CVE CVE-2025-9230 https://www.cve.org/CVERecord?id=CVE-2025-9230 Référence CVE CVE-2025-9231 https://www.cve.org/CVERecord?id=CVE-2025-9231 Référence CVE CVE-2025-9714 https://www.cve.org/CVERecord?id=CVE-2025-9714 Référence CVE CVE-2025-9900 https://www.cve.org/CVERecord?id=CVE-2025-9900 Référence CVE CVE-2026-0672 https://www.cve.org/CVERecord?id=CVE-2026-0672 Référence CVE CVE-2026-0861 https://www.cve.org/CVERecord?id=CVE-2026-0861 Référence CVE CVE-2026-0865 https://www.cve.org/CVERecord?id=CVE-2026-0865 Ré

Official advisory
CERT-FR · French · CERTFR-2026-AVI-0199Multiples vulnérabilités dans les produits VMware

.cve.org/CVERecord?id=CVE-2025-6965 Référence CVE CVE-2025-7425 https://www.cve.org/CVERecord?id=CVE-2025-7425 Référence CVE CVE-2025-8058 https://www.cve.org/CVERecord?id=CVE-2025-8058 Référence CVE CVE-2025-8194 https://www.cve.org/CVERecord?id=CVE-2025-8194 Référence CVE CVE-2025-8291 https://www.cve.org/CVERecord?id=CVE-2025-8291 Référence CVE CVE-2025-8556 https://www.cve.org/CVERecord?id=CVE-2025-8556 Référence CVE CVE-2025-8732 https://www.cve.org/CVERecord?id=CVE-2025-8732 Référence CVE CVE-2025-8916 https://www.cve.org/CVERecord?id=CVE-2025-8916 Référence CVE CVE-2025-8941 https://www.cve.org/CVERecord?id=CVE-2025-8941 Référence CVE CVE-2025-9086 https://www.cve.org/CVERecord?id=CVE-2025-9086 Référence CVE CVE-2025-9230 https://www.cve.org/CVERecord?id=CVE-2025-9230 Référence CVE CVE-2025-9232 https://www.cve.org/CVERecord?id=CVE-2025-9232 Référence CVE CVE-2025-9714 https://www.cve.org/CVERecord?id=CVE-2025-9714 Référence CVE CVE-2026-0672 https://www.cve.org/CVERecord?id=CVE-2026-0672 Référence CVE CVE-2026-0861 https://www.cve.org/CVERecord?id=CVE-2026-0861 Référence CVE CVE-2026-0865 https://www.cve.org/CVERecord?id=CVE-2026-0865 Référence CVE CVE-2026-0915 https://www.cve.org/CVERecord?id=CVE-2026-0915 Référence CVE CVE-2026-0988 https://www.cve.org/CVERecord?id=CVE-2026-0988 Ré

Official advisory
CERT-FR · French · CERTFR-2026-AVI-0112Multiples vulnérabilités dans les produits VMware

.cve.org/CVERecord?id=CVE-2025-7339 Référence CVE CVE-2025-7424 https://www.cve.org/CVERecord?id=CVE-2025-7424 Référence CVE CVE-2025-8291 https://www.cve.org/CVERecord?id=CVE-2025-8291 Référence CVE CVE-2025-8713 https://www.cve.org/CVERecord?id=CVE-2025-8713 Référence CVE CVE-2025-8714 https://www.cve.org/CVERecord?id=CVE-2025-8714 Référence CVE CVE-2025-8715 https://www.cve.org/CVERecord?id=CVE-2025-8715 Référence CVE CVE-2025-8885 https://www.cve.org/CVERecord?id=CVE-2025-8885 Référence CVE CVE-2025-8916 https://www.cve.org/CVERecord?id=CVE-2025-8916 Référence CVE CVE-2025-8959 https://www.cve.org/CVERecord?id=CVE-2025-8959 Référence CVE CVE-2025-9086 https://www.cve.org/CVERecord?id=CVE-2025-9086 Référence CVE CVE-2025-9230 https://www.cve.org/CVERecord?id=CVE-2025-9230 Référence CVE CVE-2025-9231 https://www.cve.org/CVERecord?id=CVE-2025-9231 Référence CVE CVE-2025-9232 https://www.cve.org/CVERecord?id=CVE-2025-9232 Référence CVE CVE-2026-1484 https://www.cve.org/CVERecord?id=CVE-2026-1484 Référence CVE CVE-2026-1485 https://www.cve.org/CVERecord?id=CVE-2026-1485 Référence CVE CVE-2026-1489 https://www.cve.org/CVERecord?id=CVE-2026-1489 Référence CVE CVE-2026-21441 https://www.cve.org/CVERecord?id=CVE-2026-21441 Référence CVE CVE-2026-24842 https://www.cve.org/CVERecord?id=CVE-2026-2484

Official advisory
CERT-FR · French · CERTFR-2026-AVI-0109Multiples vulnérabilités dans les produits IBM

Record?id=CVE-2025-5889 Référence CVE CVE-2025-64720 https://www.cve.org/CVERecord?id=CVE-2025-64720 Référence CVE CVE-2025-6493 https://www.cve.org/CVERecord?id=CVE-2025-6493 Référence CVE CVE-2025-65018 https://www.cve.org/CVERecord?id=CVE-2025-65018 Référence CVE CVE-2025-66221 https://www.cve.org/CVERecord?id=CVE-2025-66221 Référence CVE CVE-2025-66293 https://www.cve.org/CVERecord?id=CVE-2025-66293 Référence CVE CVE-2025-66418 https://www.cve.org/CVERecord?id=CVE-2025-66418 Référence CVE CVE-2025-66471 https://www.cve.org/CVERecord?id=CVE-2025-66471 Référence CVE CVE-2025-7783 https://www.cve.org/CVERecord?id=CVE-2025-7783 Référence CVE CVE-2025-9086 https://www.cve.org/CVERecord?id=CVE-2025-9086 Référence CVE CVE-2026-21441 https://www.cve.org/CVERecord?id=CVE-2026-21441 Référence CVE CVE-2026-21925 https://www.cve.org/CVERecord?id=CVE-2026-21925 Référence CVE CVE-2026-21945 https://www.cve.org/CVERecord?id=CVE-2026-21945 Gestion détaillée du document le 30 janvier 2026 Version initiale Alertes Avis Bulletins d’actualités Mentions légales Conditions générales À propos Contact cyber.gouv.fr service-public.fr legifrance.gouv.fr info.gouv.fr france.fr info.gouv.fr/risques Premier Ministre / Secrétariat Général de la Défense et de la Sécurité Nationale / Agence nationale de la sécurité des

Official advisory
CERT-FR · French · CERTFR-2026-AVI-0101Multiples vulnérabilités dans les produits Siemens

e.org/CVERecord?id=CVE-2025-39865 Référence CVE CVE-2025-4138 https://www.cve.org/CVERecord?id=CVE-2025-4138 Référence CVE CVE-2025-4330 https://www.cve.org/CVERecord?id=CVE-2025-4330 Référence CVE CVE-2025-4373 https://www.cve.org/CVERecord?id=CVE-2025-4373 Référence CVE CVE-2025-4435 https://www.cve.org/CVERecord?id=CVE-2025-4435 Référence CVE CVE-2025-4516 https://www.cve.org/CVERecord?id=CVE-2025-4516 Référence CVE CVE-2025-4517 https://www.cve.org/CVERecord?id=CVE-2025-4517 Référence CVE CVE-2025-59375 https://www.cve.org/CVERecord?id=CVE-2025-59375 Référence CVE CVE-2025-6141 https://www.cve.org/CVERecord?id=CVE-2025-6141 Référence CVE CVE-2025-9086 https://www.cve.org/CVERecord?id=CVE-2025-9086 Référence CVE CVE-2025-9230 https://www.cve.org/CVERecord?id=CVE-2025-9230 Référence CVE CVE-2025-9231 https://www.cve.org/CVERecord?id=CVE-2025-9231 Référence CVE CVE-2025-9232 https://www.cve.org/CVERecord?id=CVE-2025-9232 Gestion détaillée du document le 29 janvier 2026 Version initiale Alertes Avis Bulletins d’actualités Mentions légales Conditions générales À propos Contact cyber.gouv.fr service-public.fr legifrance.gouv.fr info.gouv.fr france.fr info.gouv.fr/risques Premier Ministre / Secrétariat Général de la Défense et de la Sécurité Nationale / Agence nationale de la sécurité des systèm

Official advisory
CERT-FR · French · CERTFR-2026-AVI-0071Multiples vulnérabilités dans Oracle PeopleSoft

De multiples vulnérabilités ont été découvertes dans Oracle PeopleSoft. Certaines d'entre elles permettent à un attaquant de provoquer une exécution de code arbitraire à distance, un déni de service à distance et une atteinte à la confidentialité des données.

Official advisory
CERT-FR · French · CERTFR-2026-AVI-0070Multiples vulnérabilités dans Oracle MySQL

De multiples vulnérabilités ont été découvertes dans Oracle MySQL. Elles permettent à un attaquant de provoquer un déni de service à distance, une atteinte à la confidentialité des données et une atteinte à l'intégrité des données.

Official advisory
CERT-FR · French · CERTFR-2025-AVI-1110Multiples vulnérabilités dans les produits Apple

ord?id=CVE-2025-46282 Référence CVE CVE-2025-46283 https://www.cve.org/CVERecord?id=CVE-2025-46283 Référence CVE CVE-2025-46285 https://www.cve.org/CVERecord?id=CVE-2025-46285 Référence CVE CVE-2025-46287 https://www.cve.org/CVERecord?id=CVE-2025-46287 Référence CVE CVE-2025-46288 https://www.cve.org/CVERecord?id=CVE-2025-46288 Référence CVE CVE-2025-46289 https://www.cve.org/CVERecord?id=CVE-2025-46289 Référence CVE CVE-2025-46291 https://www.cve.org/CVERecord?id=CVE-2025-46291 Référence CVE CVE-2025-46292 https://www.cve.org/CVERecord?id=CVE-2025-46292 Référence CVE CVE-2025-5918 https://www.cve.org/CVERecord?id=CVE-2025-5918 Référence CVE CVE-2025-9086 https://www.cve.org/CVERecord?id=CVE-2025-9086 Gestion détaillée du document le 15 décembre 2025 Version initiale Alertes Avis Bulletins d’actualités Mentions légales Conditions générales À propos Contact cyber.gouv.fr service-public.fr legifrance.gouv.fr info.gouv.fr france.fr info.gouv.fr/risques Premier Ministre / Secrétariat Général de la Défense et de la Sécurité Nationale / Agence nationale de la sécurité des systèmes d'information

Official advisory
CERT-FR · French · CERTFR-2025-AVI-1108Multiples vulnérabilités dans les produits IBM

De multiples vulnérabilités ont été découvertes dans les produits IBM. Certaines d'entre elles permettent à un attaquant de provoquer un déni de service à distance, une atteinte à la confidentialité des données et une atteinte à l'intégrité des données.

Official advisory
CERT-FR · French · CERTFR-2025-AVI-1057Multiples vulnérabilités dans les produits VMware

rg/CVERecord?id=CVE-2025-6141 Référence CVE CVE-2025-6170 https://www.cve.org/CVERecord?id=CVE-2025-6170 Référence CVE CVE-2025-62372 https://www.cve.org/CVERecord?id=CVE-2025-62372 Référence CVE CVE-2025-62426 https://www.cve.org/CVERecord?id=CVE-2025-62426 Référence CVE CVE-2025-65106 https://www.cve.org/CVERecord?id=CVE-2025-65106 Référence CVE CVE-2025-6965 https://www.cve.org/CVERecord?id=CVE-2025-6965 Référence CVE CVE-2025-7709 https://www.cve.org/CVERecord?id=CVE-2025-7709 Référence CVE CVE-2025-8194 https://www.cve.org/CVERecord?id=CVE-2025-8194 Référence CVE CVE-2025-8732 https://www.cve.org/CVERecord?id=CVE-2025-8732 Référence CVE CVE-2025-9086 https://www.cve.org/CVERecord?id=CVE-2025-9086 Référence CVE CVE-2025-9230 https://www.cve.org/CVERecord?id=CVE-2025-9230 Référence CVE CVE-2025-9231 https://www.cve.org/CVERecord?id=CVE-2025-9231 Référence CVE CVE-2025-9232 https://www.cve.org/CVERecord?id=CVE-2025-9232 Référence CVE CVE-2025-9714 https://www.cve.org/CVERecord?id=CVE-2025-9714 Gestion détaillée du document le 02 décembre 2025 Version initiale Alertes Avis Bulletins d’actualités Mentions légales Conditions générales À propos Contact cyber.gouv.fr service-public.fr legifrance.gouv.fr info.gouv.fr france.fr info.gouv.fr/risques Premier Ministre / Secrétariat Général de la Défe

Official advisory
CERT-FR · French · CERTFR-2025-AVI-0969Multiples vulnérabilités dans les produits VMware

.cve.org/CVERecord?id=CVE-2025-8713 Référence CVE CVE-2025-8714 https://www.cve.org/CVERecord?id=CVE-2025-8714 Référence CVE CVE-2025-8715 https://www.cve.org/CVERecord?id=CVE-2025-8715 Référence CVE CVE-2025-8732 https://www.cve.org/CVERecord?id=CVE-2025-8732 Référence CVE CVE-2025-8851 https://www.cve.org/CVERecord?id=CVE-2025-8851 Référence CVE CVE-2025-8885 https://www.cve.org/CVERecord?id=CVE-2025-8885 Référence CVE CVE-2025-8916 https://www.cve.org/CVERecord?id=CVE-2025-8916 Référence CVE CVE-2025-8941 https://www.cve.org/CVERecord?id=CVE-2025-8941 Référence CVE CVE-2025-8961 https://www.cve.org/CVERecord?id=CVE-2025-8961 Référence CVE CVE-2025-9086 https://www.cve.org/CVERecord?id=CVE-2025-9086 Référence CVE CVE-2025-9092 https://www.cve.org/CVERecord?id=CVE-2025-9092 Référence CVE CVE-2025-9165 https://www.cve.org/CVERecord?id=CVE-2025-9165 Référence CVE CVE-2025-9230 https://www.cve.org/CVERecord?id=CVE-2025-9230 Référence CVE CVE-2025-9231 https://www.cve.org/CVERecord?id=CVE-2025-9231 Référence CVE CVE-2025-9232 https://www.cve.org/CVERecord?id=CVE-2025-9232 Référence CVE CVE-2025-9288 https://www.cve.org/CVERecord?id=CVE-2025-9288 Référence CVE CVE-2025-9340 https://www.cve.org/CVERecord?id=CVE-2025-9340 Référence CVE CVE-2025-9341 https://www.cve.org/CVERecord?id=CVE-2025-9341 Ré

Official advisory
CERT-FR · French · CERTFR-2025-AVI-0958Multiples vulnérabilités dans Tenable Identity Exposure

De multiples vulnérabilités ont été découvertes dans Tenable Identity Exposure. Certaines d'entre elles permettent à un attaquant de provoquer une élévation de privilèges, un déni de service à distance et une atteinte à la confidentialité des données.

Official advisory
CERT-FR · French · CERTFR-2025-AVI-0775Multiples vulnérabilités dans Curl

De multiples vulnérabilités ont été découvertes dans Curl. Elles permettent à un attaquant de provoquer un déni de service à distance, une atteinte à l'intégrité des données et un contournement de la politique de sécurité.

Official advisory
NCSC-NL · Dutch · NCSC-2026-0032Kwetsbaarheden verholpen in Oracle MySQL

Recent updates to curl and MySQL Enterprise Backup address critical vulnerabilities, including cookie path issues and denial of service risks in various software versions.

Official advisory
NCSC-NL · Dutch · NCSC-2026-0023Kwetsbaarheden verholpen in Oracle PeopleSoft

Recent updates to curl and MySQL Enterprise Backup address critical vulnerabilities, including cookie path issues and denial of service risks in various software versions.

Official advisory
NCSC-NL · Dutch · NCSC-2026-0020Kwetsbaarheden verholpen in Oracle Commerce

Recent updates to curl and MySQL Enterprise Backup address critical vulnerabilities, including cookie path issues and denial of service risks in various software versions.

Official advisory
NCSC-NL · Dutch · NCSC-2025-0397Kwetsbaarheden verholpen in Apple iOS en iPadOS

Recent updates to curl and Apple Software address multiple vulnerabilities, including out-of-bounds reads, cookie path issues, and denial of service risks in various versions of affected products.

Official advisory
NCSC-NL · Dutch · NCSC-2025-0396Kwetsbaarheden verholpen in Apple macOS

Recent updates to curl and Apple Software address multiple vulnerabilities, including out-of-bounds reads, cookie path issues, and denial of service risks in various versions of affected products.

Official advisory
NCSC-NL · Dutch · NCSC-2025-0330Kwetsbaarheden verholpen in Oracle Communications producten

The curl update 8.14.1 addresses security vulnerabilities, including out-of-bounds reads, proxy cache poisoning, and a bug allowing insecure sites to override secure cookies, alongside a denial of service vulnerability in Oracle Communications Unified Inventory Management.

Official advisory
03

Patch and workaround

Operational remediation based on structured source evidence.

Status
?Patch availability is based on structured fixed-version fields and authoritative update references. If no fix is verified, check the vendor advisory before making a change.
Patch available
Affected
curl as a component of Red Hat Enterprise Linux 6; curl.src as a component of Red Hat Enterprise Linux 6; libcurl as a component of Red Hat Enterprise Linux 6; libcurl-devel as a component of Red Hat Enterprise Linux 6; curl as a component of Red Hat Enterprise Linux 7; curl.src as a component of Red Hat Enterprise Linux 7; libcurl as a component of Red Hat Enterprise Linux 7; libcurl-devel as a component of Red Hat Enterprise Linux 7; curl as a component of Red Hat JBoss Core Services; openshift/ose-rhel-coreos-8 as a component of Red Hat OpenShift Container Platform 4; openshift/ose-rhel-coreos-9 as a component of Red Hat OpenShift Container Platform 4; devspaces-tech-preview/idea-rhel9 as a component of Red Hat OpenShift Dev Spaces; devspaces/code-rhel9 as a component of Red Hat OpenShift Dev Spaces; rhtpa/rhtpa-trustification-service-rhel9 as a component of Red Hat Trusted Profile Analyzer
Fixed
curl-debuginfo-0:8.12.1-2.el10_1.2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10); curl-debuginfo-0:8.12.1-2.el10_1.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10); curl-debuginfo-0:8.12.1-2.el10_1.2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10); curl-debuginfo-0:8.12.1-2.el10_1.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10); curl-debugsource-0:8.12.1-2.el10_1.2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10); curl-debugsource-0:8.12.1-2.el10_1.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10); curl-debugsource-0:8.12.1-2.el10_1.2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10); curl-debugsource-0:8.12.1-2.el10_1.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10); libcurl-debuginfo-0:8.12.1-2.el10_1.2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10); libcurl-debuginfo-0:8.12.1-2.el10_1.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10); libcurl-debuginfo-0:8.12.1-2.el10_1.2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10); libcurl-debuginfo-0:8.12.1-2.el10_1.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10); libcurl-devel-0:8.12.1-2.el10_1.2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10); libcurl-devel-0:8.12.1-2.el10_1.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10); libcurl-devel-0:8.12.1-2.el10_1.2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10); libcurl-devel-0:8.12.1-2.el10_1.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10); libcurl-minimal-debuginfo-0:8.12.1-2.el10_1.2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10); libcurl-minimal-debuginfo-0:8.12.1-2.el10_1.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10); libcurl-minimal-debuginfo-0:8.12.1-2.el10_1.2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10); libcurl-minimal-debuginfo-0:8.12.1-2.el10_1.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10); curl-debuginfo-0:7.76.1-31.el9_6.2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6); curl-debuginfo-0:7.76.1-31.el9_6.2.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6); curl-debuginfo-0:7.76.1-31.el9_6.2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6); curl-debuginfo-0:7.76.1-31.el9_6.2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6); curl-debuginfo-0:7.76.1-31.el9_6.2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6); curl-debugsource-0:7.76.1-31.el9_6.2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6); curl-debugsource-0:7.76.1-31.el9_6.2.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6); curl-debugsource-0:7.76.1-31.el9_6.2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6); curl-debugsource-0:7.76.1-31.el9_6.2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6); curl-debugsource-0:7.76.1-31.el9_6.2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6); and 289 more
Action
For details on how to apply this update, which includes the changes described in this advisory, refer to: https://access.redhat.com/articles/11258
Workaround
No verified workaround is recorded. If business-safe, reduce exposure to the affected interface and allow only trusted sources until authoritative guidance is available.
04

Evidence and provenance

Published 12 Sept 2025 · Last source change 2 Jun 2026, 12:59 UTC · CWE-125 · Out-of-bounds Read

CVE recordCVE.org · 5.2
CVSS sourceCISA ADP
EPSS source
?The date BlackTree first stored a score for this CVE from the daily FIRST EPSS feed.
FIRST · tracked since 2026-08-14
European sourceENISA EUVD · EUVD-2025-29014
Product sourceVendor CSAF · Red Hat Product Security
Remediation sourceVendor CSAF · Red Hat Product Security
CWE sourceCNA
NVD statusNVD modified after enrichment

Core structured fields are present and their contributing authorities are shown above.

Material change intelligence

What changed after publication

View recent updates →
  1. Affected versionsThe structured affected or fixed version information changed.
    Before
    curl as a component of Red Hat Enterprise Linux 6; curl.src as a component of Red Hat Enterprise Linux 6; libcurl as a component of Red Hat Enterprise Linux 6; libcurl-devel as a component of Red Hat Enterprise Linux 6; curl as a component of Red Hat Enterprise Linux 7; curl.src as a component of Red Hat Enterprise Linux 7; libcurl as a component of Red Hat Enterprise Linux 7; libcurl-devel as a component of Red Hat Enterprise Linux 7; curl as a component of Red Hat JBoss Core Services; openshift/ose-rhel-coreos-9 as a component of Red Hat OpenShift Container Platform 4; devspaces-tech-preview/idea-rhel9 as a component of Red Hat OpenShift Dev Spaces; devspaces/code-rhel9 as a component of Red Hat OpenShift Dev Spaces; rhtpa/rhtpa-trustification-service-rhel9 as a component of Red Hat Trusted Profile Analyzer · Fixed: curl-debuginfo-0:8.12.1-2.el10_1.2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10); curl-debuginfo-0:8.12.1-2.el10_1.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10); curl-debuginfo-0:8.12.1-2.el10_1.2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10); curl-debuginfo-0:8.12.1-2.el10_1.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10); curl-debugsource-0:8.12.1-2.el10_1.2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10); curl-debugsource-0:8.12.1-2.el10_1.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10); curl-debugsource-0:8.12.1-2.el10_1.2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10); curl-debugsource-0:8.12.1-2.el10_1.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10); libcurl-debuginfo-0:8.12.1-2.el10_1.2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10); libcurl-debuginfo-0:8.12.1-2.el10_1.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10); libcurl-debuginfo-0:8.12.1-2.el10_1.2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10); libcurl-debuginfo-0:8.12.1-2.el10_1.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10); libcurl-devel-0:8.12.1-2.el10_1.2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10); libcurl-devel-0:8.12.1-2.el10_1.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10); libcurl-devel-0:8.12.1-2.el10_1.2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10); libcurl-devel-0:8.12.1-2.el10_1.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10); libcurl-minimal-debuginfo-0:8.12.1-2.el10_1.2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10); libcurl-minimal-debuginfo-0:8.12.1-2.el10_1.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10); libcurl-minimal-debuginfo-0:8.12.1-2.el10_1.2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10); libcurl-minimal-debuginfo-0:8.12.1-2.el10_1.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10); curl-debuginfo-0:7.76.1-31.el9_6.2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6); curl-debuginfo-0:7.76.1-31.el9_6.2.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6); curl-debuginfo-0:7.76.1-31.el9_6.2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6); curl-debuginfo-0:7.76.1-31.el9_6.2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6); curl-debuginfo-0:7.76.1-31.el9_6.2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6); curl-debugsource-0:7.76.1-31.el9_6.2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6); curl-debugsource-0:7.76.1-31.el9_6.2.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6); curl-debugsource-0:7.76.1-31.el9_6.2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6); curl-debugsource-0:7.76.1-31.el9_6.2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6); curl-debugsource-0:7.76.1-31.el9_6.2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6); and 289 more
    After
    curl as a component of Red Hat Enterprise Linux 6; curl.src as a component of Red Hat Enterprise Linux 6; libcurl as a component of Red Hat Enterprise Linux 6; libcurl-devel as a component of Red Hat Enterprise Linux 6; curl as a component of Red Hat Enterprise Linux 7; curl.src as a component of Red Hat Enterprise Linux 7; libcurl as a component of Red Hat Enterprise Linux 7; libcurl-devel as a component of Red Hat Enterprise Linux 7; curl as a component of Red Hat JBoss Core Services; openshift/ose-rhel-coreos-8 as a component of Red Hat OpenShift Container Platform 4; openshift/ose-rhel-coreos-9 as a component of Red Hat OpenShift Container Platform 4; devspaces-tech-preview/idea-rhel9 as a component of Red Hat OpenShift Dev Spaces; devspaces/code-rhel9 as a component of Red Hat OpenShift Dev Spaces; rhtpa/rhtpa-trustification-service-rhel9 as a component of Red Hat Trusted Profile Analyzer · Fixed: curl-debuginfo-0:8.12.1-2.el10_1.2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10); curl-debuginfo-0:8.12.1-2.el10_1.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10); curl-debuginfo-0:8.12.1-2.el10_1.2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10); curl-debuginfo-0:8.12.1-2.el10_1.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10); curl-debugsource-0:8.12.1-2.el10_1.2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10); curl-debugsource-0:8.12.1-2.el10_1.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10); curl-debugsource-0:8.12.1-2.el10_1.2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10); curl-debugsource-0:8.12.1-2.el10_1.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10); libcurl-debuginfo-0:8.12.1-2.el10_1.2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10); libcurl-debuginfo-0:8.12.1-2.el10_1.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10); libcurl-debuginfo-0:8.12.1-2.el10_1.2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10); libcurl-debuginfo-0:8.12.1-2.el10_1.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10); libcurl-devel-0:8.12.1-2.el10_1.2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10); libcurl-devel-0:8.12.1-2.el10_1.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10); libcurl-devel-0:8.12.1-2.el10_1.2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10); libcurl-devel-0:8.12.1-2.el10_1.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10); libcurl-minimal-debuginfo-0:8.12.1-2.el10_1.2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 10); libcurl-minimal-debuginfo-0:8.12.1-2.el10_1.2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 10); libcurl-minimal-debuginfo-0:8.12.1-2.el10_1.2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 10); libcurl-minimal-debuginfo-0:8.12.1-2.el10_1.2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 10); curl-debuginfo-0:7.76.1-31.el9_6.2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6); curl-debuginfo-0:7.76.1-31.el9_6.2.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6); curl-debuginfo-0:7.76.1-31.el9_6.2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6); curl-debuginfo-0:7.76.1-31.el9_6.2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6); curl-debuginfo-0:7.76.1-31.el9_6.2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6); curl-debugsource-0:7.76.1-31.el9_6.2.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6); curl-debugsource-0:7.76.1-31.el9_6.2.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6); curl-debugsource-0:7.76.1-31.el9_6.2.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6); curl-debugsource-0:7.76.1-31.el9_6.2.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6); curl-debugsource-0:7.76.1-31.el9_6.2.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.6); and 289 more
    Red Hat Product Security
Material fields only · duplicate refreshes suppressed · history retained for the configured operational retention period
Technical terms and abbreviations used in this report
CVE
Common Vulnerabilities and Exposures: the public identifier for one disclosed vulnerability.
CVSS
Common Vulnerability Scoring System: a technical severity framework; it is not patching priority by itself.
EPSS
Exploit Prediction Scoring System: FIRST's estimate of the probability that exploitation activity will be observed in the next 30 days; it is a forecast, not confirmation.
CWE
Common Weakness Enumeration: the standard category describing the underlying software or hardware weakness.
CNA
CVE Numbering Authority: an organisation authorised to assign and publish CVE records.
CISA ADP
Cybersecurity and Infrastructure Security Agency Authorized Data Publisher: structured enrichment added to a CVE record.
NVD
National Vulnerability Database: NIST's enrichment service for CVE records.
CERT / CSIRT
A computer security incident response team that publishes warnings or coordinates incident response.
PoC
Proof of concept: public material that demonstrates or helps reproduce exploitation.
CSAF
Common Security Advisory Framework: a machine-readable format for security advisories.
LoTL
Living off the land: abuse of legitimate tools or system functions during an attack.
Free version - for non-commercial use only.CVE-2025-9086 · cve.blacktree.nl