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

This flaw allows an attacker to insert cookies at will into a running program using libcurl, if the specific series of conditions are met

curl · curl

3.7LowCVSS 3.1
Recommended action
Scheduled

Low technical severity with no CISA KEV confirmation; remediate through the normal risk-based patch cycle unless local exposure raises the priority.

Patch available
Distribution package intelligence

Ubuntu vendor package status

Canonical’s release and source-package findings are shown separately from local repository availability.

1 package state
Repository candidate not checked

A published vendor fix does not prove that a matching update is enabled and installable on a particular asset. Confirm the local package candidate before scheduling remediation.

Ubuntu releaseSource packageVendor stateFixed versionEvidence
Ubuntu 24.04 LTSnoble · standard archivecurlVendor fix publishedCanonical reports that a fixed source package version has been published. Repository candidate availability is not checked by BlackTree.8.2.1-1ubuntu3.1Canonical record ↗Source updated 10 Sept 2026
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.

4 current
SSA-082556 · CSAF 2.0 · revision 7 · interimSiemens ProductCERTSSA-082556: Vulnerabilities in the additional GNU/Linux subsystem of the SIMATIC S7-1500 CPU 1518(F)-4 PN/DP MFP V3.1.5
5 known affected

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

  • SIMATIC S7-1500 CPU 1518-4 PN/DP MFP (6ES7518-4AX00-1AB0) >= V3.1.5
  • SIMATIC S7-1500 CPU 1518-4 PN/DP MFP (6ES7518-4AX00-1AC0) >= V3.1.5
  • SIMATIC S7-1500 CPU 1518F-4 PN/DP MFP (6ES7518-4FX00-1AB0) >= V3.1.5
  • SIMATIC S7-1500 CPU 1518F-4 PN/DP MFP (6ES7518-4FX00-1AC0) >= V3.1.5
  • SIPLUS S7-1500 CPU 1518-4 PN/DP MFP (6AG1518-4AX00-4AC0) >= V3.1.5
Summary
This flaw allows an attacker to insert cookies at will into a running program using libcurl, if the specific series of conditions are met. libcurl performs transfers. In its API, an application creates "easy handles" that are the individual handles for single transfers. libcurl provides a function call that duplicates en easy handle called [curl_easy_duphandle](https://curl.se/libcurl/c/curl_easy_duphandle.html). If a transfer has cookies enabled when the handle is duplicated, the cookie-enable state is also cloned - but without cloning the actual cookies. If the source handle did not read any cookies from a specific file on disk, the cloned version of the handle would instead store the file name as `none` (using the four ASCII letters, no quotes). Subsequent use of the cloned handle that does not explicitly set a source to load cookies from would then inadvertently load cookies from a file named `none` - if such a file exists and is readable in the current directory of the program using libcurl. And if using the correct file format of course.
Remediation
Limit access to the interactive shell of the additional GNU/Linux subssytem to trusted personnel only.
SSA-832273 · CSAF 2.0 · revision 12 · finalSiemens ProductCERTSSA-832273: Multiple Vulnerabilities in Fortigate NGFW Before V7.4.3 on RUGGEDCOM APE1808 Devices
1 known affected

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

  • RUGGEDCOM APE1808
Summary
This flaw allows an attacker to insert cookies at will into a running program using libcurl, if the specific series of conditions are met. libcurl performs transfers. In its API, an application creates "easy handles" that are the individual handles for single transfers. libcurl provides a function call that duplicates en easy handle called [curl_easy_duphandle](https://curl.se/libcurl/c/curl_easy_duphandle.html). If a transfer has cookies enabled when the handle is duplicated, the cookie-enable state is also cloned - but without cloning the actual cookies. If the source handle did not read any cookies from a specific file on disk, the cloned version of the handle would instead store the file name as `none` (using the four ASCII letters, no quotes). Subsequent use of the cloned handle that does not explicitly set a source to load cookies from would then inadvertently load cookies from a file named `none` - if such a file exists and is readable in the current directory of the program using libcurl. And if using the correct file format of course.
Remediation
Update Fortigate NGFW to V7.4.3. Contact customer support to receive patch and update information.
SSA-093430 · CSAF 2.0 · revision 2 · interimSiemens ProductCERTSSA-093430: Multiple Vulnerabilities in SIMATIC RTLS Locating Manager before V3.0
7 known affected

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

  • SIMATIC RTLS Locating Manager (6GT2780-0DA00)
  • SIMATIC RTLS Locating Manager (6GT2780-0DA10)
  • SIMATIC RTLS Locating Manager (6GT2780-0DA20)
  • SIMATIC RTLS Locating Manager (6GT2780-0DA30)
  • SIMATIC RTLS Locating Manager (6GT2780-1EA10)
  • SIMATIC RTLS Locating Manager (6GT2780-1EA20)
  • SIMATIC RTLS Locating Manager (6GT2780-1EA30)
Summary
This flaw allows an attacker to insert cookies at will into a running program using libcurl, if the specific series of conditions are met. libcurl performs transfers. In its API, an application creates "easy handles" that are the individual handles for single transfers. libcurl provides a function call that duplicates en easy handle called [curl_easy_duphandle](https://curl.se/libcurl/c/curl_easy_duphandle.html). If a transfer has cookies enabled when the handle is duplicated, the cookie-enable state is also cloned - but without cloning the actual cookies. If the source handle did not read any cookies from a specific file on disk, the cloned version of the handle would instead store the file name as `none` (using the four ASCII letters, no quotes). Subsequent use of the cloned handle that does not explicitly set a source to load cookies from would then inadvertently load cookies from a file named `none` - if such a file exists and is readable in the current directory of the program using libcurl. And if using the correct file format of course.
Remediation
Update to V3.0.1.1 or later version The update is available from Siemens Online Software Delivery (OSD).
SSA-943925 · CSAF 2.0 · revision 2 · interimSiemens ProductCERTSSA-943925: Multiple Vulnerabilities in SINEC NMS before V2.0 SP1
1 known affected

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

  • SINEC NMS
Summary
This flaw allows an attacker to insert cookies at will into a running program using libcurl, if the specific series of conditions are met. libcurl performs transfers. In its API, an application creates "easy handles" that are the individual handles for single transfers. libcurl provides a function call that duplicates en easy handle called [curl_easy_duphandle](https://curl.se/libcurl/c/curl_easy_duphandle.html). If a transfer has cookies enabled when the handle is duplicated, the cookie-enable state is also cloned - but without cloning the actual cookies. If the source handle did not read any cookies from a specific file on disk, the cloned version of the handle would instead store the file name as `none` (using the four ASCII letters, no quotes). Subsequent use of the cloned handle that does not explicitly set a source to load cookies from would then inadvertently load cookies from a file named `none` - if such a file exists and is readable in the current directory of the program using libcurl. And if using the correct file format of course.
Remediation
Update to V2.0 SP1 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-2023-42345

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 actionScheduled

Low technical severity with no CISA KEV confirmation; remediate through the normal risk-based patch cycle unless local exposure raises the priority.

Patch available
01

What, why and how

This flaw allows an attacker to insert cookies at will into a running program using libcurl, if the specific series of conditions are met. libcurl performs transfers. In its API, an application creates "easy handles" that are the individual handles for single transfers. libcurl provides a function call that duplicates en easy handle called [curl_easy_duphandle](https://curl.se/libcurl/c/curl_easy_duphandle.html). If a transfer has cookies enabled when the handle is duplicated, the cookie-enable state is also cloned - but without cloning the actual cookies. If the source handle did not read any cookies from a specific file on disk, the cloned version of the handle would instead store the file name as `none` (using the four ASCII letters, no quotes). Subsequent use of the cloned handle that does not explicitly set a source to load cookies from would then inadvertently load cookies from a file named `none` - if such a file exists and is readable in the current directory of the program using libcurl. And if using the correct file format of course.

What

This flaw allows an attacker to insert cookies at will into a running program using libcurl, if the specific series of conditions are met. libcurl performs transfers. In its API, an application creates "easy handles" that are the individual handles for single transfers. libcurl provides a function call that duplicates en easy handle called [curl_easy_duphandle](https://curl.se/libcurl/c/curl_easy_duphandle.html). If a transfer has cookies enabled when the handle is duplicated, the cookie-enable state is also cloned - but without cloning the actual cookies. If the source handle did not read any cookies from a specific file on disk, the cloned version of the handle would instead store the file name as `none` (using the four ASCII letters, no quotes). Subsequent use of the cloned handle that does not explicitly set a source to load cookies from would then inadvertently load cookies from a file named `none` - if such a file exists and is readable in the current directory of the program using libcurl. And if using the correct file format of course.

Why

The current structured CVE record identifies a security weakness, but the root cause requires confirmation in the linked vendor material.

How

An attacker operating through a network path may attempt exploitation without authentication or user interaction. If successful, the issue may cause the confidentiality, integrity or availability impact described by the vendor.

What

This flaw allows an attacker to insert cookies at will into a running program using libcurl, if the specific series of conditions are met. libcurl performs transfers. In its API, an application creates "easy handles" that are the individual handles for single transfers. libcurl provides a function call that duplicates en easy handle called [curl_easy_duphandle](https://curl.se/libcurl/c/curl_easy_duphandle.html). If a transfer has cookies enabled when the handle is duplicated, the cookie-enable state is also cloned - but without cloning the actual cookies. If the source handle did not read any cookies from a specific file on disk, the cloned version of the handle would instead store the file name as `none` (using the four ASCII letters, no quotes). Subsequent use of the cloned handle that does not explicitly set a source to load cookies from would then inadvertently load cookies from a file named `none` - if such a file exists and is readable in the current directory of the program using libcurl. And if using the correct file format of course.

Why

The current structured CVE record identifies a security weakness, but the root cause requires confirmation in the linked vendor material.

How

An attacker operating through a network path may attempt exploitation without authentication or user interaction. If successful, the issue may cause the confidentiality, integrity or availability impact described by the vendor.

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.
None recorded

No exploit-tagged reference or CISA SSVC proof-of-concept state is currently recorded. Research may still exist outside the structured feeds.

Likely attack path
a network path → vulnerable operation → cause the confidentiality, integrity or availability impact described by the vendor
Attack surface
Network
Privileges required
None: unauthenticated exploitation is possible
User interaction
None
Attack complexity
High: exploitation depends on specific conditions
Security boundary
Unchanged: impact remains within the vulnerable component's security authority
Weakness
?CWE means Common Weakness Enumeration.
CWE not yet assigned
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:H/PR:N/UI:N/S:U/C:N/I:L/A:N

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.ACHighAttack complexity: Successful exploitation depends on specific conditions outside the attacker's direct control.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.ILowIntegrity impact: A successful attack can cause a limited loss.ANoneAvailability impact: No direct loss is represented by this metric.
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.
NetworkUnauthenticated
A

Official authority intelligence

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

BSI · German · WID-SEC-W-2026-0180Dell Data Protection Advisor: Mehrere Schwachstellen

Ein Angreifer kann mehrere Schwachstellen in Dell Data Protection Advisor ausnutzen, um beliebigen Code auszuführen, einen Denial-of-Service-Zustand zu erzeugen, Sicherheitsmaßnahmen zu umgehen und nicht näher spezifizierte Angriffe zu starten.

Official advisory
BSI · German · WID-SEC-W-2024-1226Red Hat OpenShift: Mehrere Schwachstellen

Ein Angreifer kann mehrere Schwachstellen in Red Hat OpenShift ausnutzen, um Dateien zu manipulieren, einen Denial-of-Service-Zustand zu verursachen, beliebigen Code auszuführen, vertrauliche Informationen offenzulegen, seine Privilegien zu erweitern oder um weitere nicht spezifizierte Angriffe auszuführen.

Official advisory
BSI · German · WID-SEC-W-2024-1086IBM QRadar SIEM: Mehrere Schwachstellen

Ein Angreifer kann mehrere Schwachstellen in IBM QRadar SIEM ausnutzen, um beliebigen Code auszuführen, Sicherheitsmaßnahmen zu umgehen, einen Denial-of-Service-Zustand herbeizuführen, vertrauliche Informationen offenzulegen, Dateien zu manipulieren, seine Privilegien zu erweitern, einen Cross-Site-Scripting (XSS)-Angriff durchzuführen oder einen nicht spezifizierten Angriff auszuführen.

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

Ein entfernter anonymer Angreifer kann mehrere Schwachstellen in Apple iOS und Apple iPadOS ausnutzen, um beliebigen Code auszuführen oder vertrauliche Informationen offenzulegen.

Official advisory
BSI · German · WID-SEC-W-2024-0175Apple macOS: Mehrere Schwachstellen

Ein entfernter anonymer Angreifer kann mehrere Schwachstellen in Apple macOS ausnutzen, um beliebigen Code auszuführen, Sicherheitsmaßnahmen zu umgehen oder vertrauliche Informationen offenzulegen.

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

Ein lokaler Angreifer kann mehrere Schwachstellen in Dell PowerProtect Data Domain ausnutzen, um seine Privilegien zu erhöhen, Informationen offenzulegen und um nicht näher beschriebene Auswirkungen zu erzielen.

Official advisory
BSI · German · WID-SEC-W-2023-2570cURL: Mehre Schwachstellen

Ein Angreifer kann mehrere Schwachstellen in cURL und libcurl ausnutzen, um einen nicht näher spezifizierten Angriff zu starten.

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

ecord?id=CVE-2023-33285 Référence CVE CVE-2023-34410 https://www.cve.org/CVERecord?id=CVE-2023-34410 Référence CVE CVE-2023-3576 https://www.cve.org/CVERecord?id=CVE-2023-3576 Référence CVE CVE-2023-3618 https://www.cve.org/CVERecord?id=CVE-2023-3618 Référence CVE CVE-2023-36632 https://www.cve.org/CVERecord?id=CVE-2023-36632 Référence CVE CVE-2023-36660 https://www.cve.org/CVERecord?id=CVE-2023-36660 Référence CVE CVE-2023-37369 https://www.cve.org/CVERecord?id=CVE-2023-37369 Référence CVE CVE-2023-38197 https://www.cve.org/CVERecord?id=CVE-2023-38197 Référence CVE CVE-2023-38545 https://www.cve.org/CVERecord?id=CVE-2023-38545 Référence CVE CVE-2023-38546 https://www.cve.org/CVERecord?id=CVE-2023-38546 Référence CVE CVE-2023-39615 https://www.cve.org/CVERecord?id=CVE-2023-39615 Référence CVE CVE-2023-39804 https://www.cve.org/CVERecord?id=CVE-2023-39804 Référence CVE CVE-2023-39810 https://www.cve.org/CVERecord?id=CVE-2023-39810 Référence CVE CVE-2023-40403 https://www.cve.org/CVERecord?id=CVE-2023-40403 Référence CVE CVE-2023-40745 https://www.cve.org/CVERecord?id=CVE-2023-40745 Référence CVE CVE-2023-41175 https://www.cve.org/CVERecord?id=CVE-2023-41175 Référence CVE CVE-2023-4156 https://www.cve.org/CVERecord?id=CVE-2023-4156 Référence CVE CVE-2023-42366 https://www.cve.org/CVERecord?id=CV

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

VERecord?id=CVE-2023-2975 Référence CVE CVE-2023-3006 https://www.cve.org/CVERecord?id=CVE-2023-3006 Référence CVE CVE-2023-31082 https://www.cve.org/CVERecord?id=CVE-2023-31082 Référence CVE CVE-2023-31085 https://www.cve.org/CVERecord?id=CVE-2023-31085 Référence CVE CVE-2023-3446 https://www.cve.org/CVERecord?id=CVE-2023-3446 Référence CVE CVE-2023-36054 https://www.cve.org/CVERecord?id=CVE-2023-36054 Référence CVE CVE-2023-36632 https://www.cve.org/CVERecord?id=CVE-2023-36632 Référence CVE CVE-2023-3817 https://www.cve.org/CVERecord?id=CVE-2023-3817 Référence CVE CVE-2023-38545 https://www.cve.org/CVERecord?id=CVE-2023-38545 Référence CVE CVE-2023-38546 https://www.cve.org/CVERecord?id=CVE-2023-38546 Référence CVE CVE-2023-39615 https://www.cve.org/CVERecord?id=CVE-2023-39615 Référence CVE CVE-2023-40217 https://www.cve.org/CVERecord?id=CVE-2023-40217 Référence CVE CVE-2023-4039 https://www.cve.org/CVERecord?id=CVE-2023-4039 Référence CVE CVE-2023-4387 https://www.cve.org/CVERecord?id=CVE-2023-4387 Référence CVE CVE-2023-45322 https://www.cve.org/CVERecord?id=CVE-2023-45322 Référence CVE CVE-2023-45853 https://www.cve.org/CVERecord?id=CVE-2023-45853 Référence CVE CVE-2023-46218 https://www.cve.org/CVERecord?id=CVE-2023-46218 Référence CVE CVE-2023-4641 https://www.cve.org/CVERecord?id=CVE-2

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

ord?id=CVE-2023-38037 Référence CVE CVE-2023-38039 https://www.cve.org/CVERecord?id=CVE-2023-38039 Référence CVE CVE-2023-3817 https://www.cve.org/CVERecord?id=CVE-2023-3817 Référence CVE CVE-2023-38469 https://www.cve.org/CVERecord?id=CVE-2023-38469 Référence CVE CVE-2023-38470 https://www.cve.org/CVERecord?id=CVE-2023-38470 Référence CVE CVE-2023-38471 https://www.cve.org/CVERecord?id=CVE-2023-38471 Référence CVE CVE-2023-38472 https://www.cve.org/CVERecord?id=CVE-2023-38472 Référence CVE CVE-2023-38473 https://www.cve.org/CVERecord?id=CVE-2023-38473 Référence CVE CVE-2023-38545 https://www.cve.org/CVERecord?id=CVE-2023-38545 Référence CVE CVE-2023-38546 https://www.cve.org/CVERecord?id=CVE-2023-38546 Référence CVE CVE-2023-38633 https://www.cve.org/CVERecord?id=CVE-2023-38633 Référence CVE CVE-2023-3896 https://www.cve.org/CVERecord?id=CVE-2023-3896 Référence CVE CVE-2023-39318 https://www.cve.org/CVERecord?id=CVE-2023-39318 Référence CVE CVE-2023-39319 https://www.cve.org/CVERecord?id=CVE-2023-39319 Référence CVE CVE-2023-39323 https://www.cve.org/CVERecord?id=CVE-2023-39323 Référence CVE CVE-2023-39325 https://www.cve.org/CVERecord?id=CVE-2023-39325 Référence CVE CVE-2023-39326 https://www.cve.org/CVERecord?id=CVE-2023-39326 Référence CVE CVE-2023-39327 https://www.cve.org/CVERecord?id=CV

Official advisory
CERT-FR · French · CERTFR-2025-AVI-0864Multiples vulnérabilités dans VMware Tanzu

/CVERecord?id=CVE-2023-2650 Référence CVE CVE-2023-26604 https://www.cve.org/CVERecord?id=CVE-2023-26604 Référence CVE CVE-2023-27043 https://www.cve.org/CVERecord?id=CVE-2023-27043 Référence CVE CVE-2023-29383 https://www.cve.org/CVERecord?id=CVE-2023-29383 Référence CVE CVE-2023-2953 https://www.cve.org/CVERecord?id=CVE-2023-2953 Référence CVE CVE-2023-2975 https://www.cve.org/CVERecord?id=CVE-2023-2975 Référence CVE CVE-2023-3446 https://www.cve.org/CVERecord?id=CVE-2023-3446 Référence CVE CVE-2023-36054 https://www.cve.org/CVERecord?id=CVE-2023-36054 Référence CVE CVE-2023-3817 https://www.cve.org/CVERecord?id=CVE-2023-3817 Référence CVE CVE-2023-38546 https://www.cve.org/CVERecord?id=CVE-2023-38546 Référence CVE CVE-2023-39323 https://www.cve.org/CVERecord?id=CVE-2023-39323 Référence CVE CVE-2023-39325 https://www.cve.org/CVERecord?id=CVE-2023-39325 Référence CVE CVE-2023-39326 https://www.cve.org/CVERecord?id=CVE-2023-39326 Référence CVE CVE-2023-39804 https://www.cve.org/CVERecord?id=CVE-2023-39804 Référence CVE CVE-2023-4016 https://www.cve.org/CVERecord?id=CVE-2023-4016 Référence CVE CVE-2023-40217 https://www.cve.org/CVERecord?id=CVE-2023-40217 Référence CVE CVE-2023-4039 https://www.cve.org/CVERecord?id=CVE-2023-4039 Référence CVE CVE-2023-44487 https://www.cve.org/CVERecord?id=CVE-

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

d?id=CVE-2023-31439 Référence CVE CVE-2023-31484 https://www.cve.org/CVERecord?id=CVE-2023-31484 Référence CVE CVE-2023-31486 https://www.cve.org/CVERecord?id=CVE-2023-31486 Référence CVE CVE-2023-34055 https://www.cve.org/CVERecord?id=CVE-2023-34055 Référence CVE CVE-2023-34969 https://www.cve.org/CVERecord?id=CVE-2023-34969 Référence CVE CVE-2023-35116 https://www.cve.org/CVERecord?id=CVE-2023-35116 Référence CVE CVE-2023-36054 https://www.cve.org/CVERecord?id=CVE-2023-36054 Référence CVE CVE-2023-36632 https://www.cve.org/CVERecord?id=CVE-2023-36632 Référence CVE CVE-2023-37769 https://www.cve.org/CVERecord?id=CVE-2023-37769 Référence CVE CVE-2023-38546 https://www.cve.org/CVERecord?id=CVE-2023-38546 Référence CVE CVE-2023-39017 https://www.cve.org/CVERecord?id=CVE-2023-39017 Référence CVE CVE-2023-39325 https://www.cve.org/CVERecord?id=CVE-2023-39325 Référence CVE CVE-2023-39615 https://www.cve.org/CVERecord?id=CVE-2023-39615 Référence CVE CVE-2023-3978 https://www.cve.org/CVERecord?id=CVE-2023-3978 Référence CVE CVE-2023-39810 https://www.cve.org/CVERecord?id=CVE-2023-39810 Référence CVE CVE-2023-4016 https://www.cve.org/CVERecord?id=CVE-2023-4016 Référence CVE CVE-2023-40217 https://www.cve.org/CVERecord?id=CVE-2023-40217 Référence CVE CVE-2023-4039 https://www.cve.org/CVERecord?id=CVE-2

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

curité Splunk SVD-2025-0713 du 30 juillet 2025 https://advisory.splunk.com/advisories/SVD-2025-0713 Bulletin de sécurité Splunk SVD-2025-0714 du 30 juillet 2025 https://advisory.splunk.com/advisories/SVD-2025-0714 Bulletin de sécurité Splunk SVD-2025-0715 du 30 juillet 2025 https://advisory.splunk.com/advisories/SVD-2025-0715 Référence CVE CVE-2022-33987 https://www.cve.org/CVERecord?id=CVE-2022-33987 Référence CVE CVE-2022-42898 https://www.cve.org/CVERecord?id=CVE-2022-42898 Référence CVE CVE-2023-38039 https://www.cve.org/CVERecord?id=CVE-2023-38039 Référence CVE CVE-2023-38545 https://www.cve.org/CVERecord?id=CVE-2023-38545 Référence CVE CVE-2023-38546 https://www.cve.org/CVERecord?id=CVE-2023-38546 Référence CVE CVE-2023-5590 https://www.cve.org/CVERecord?id=CVE-2023-5590 Référence CVE CVE-2024-12254 https://www.cve.org/CVERecord?id=CVE-2024-12254 Référence CVE CVE-2024-26458 https://www.cve.org/CVERecord?id=CVE-2024-26458 Référence CVE CVE-2024-26461 https://www.cve.org/CVERecord?id=CVE-2024-26461 Référence CVE CVE-2024-31141 https://www.cve.org/CVERecord?id=CVE-2024-31141 Référence CVE CVE-2024-37370 https://www.cve.org/CVERecord?id=CVE-2024-37370 Référence CVE CVE-2024-37371 https://www.cve.org/CVERecord?id=CVE-2024-37371 Référence CVE CVE-2024-40635 https://www.cve.org/CVERecord?id=CV

Official advisory
CERT-FR · French · CERTFR-2025-AVI-0582Multiples vulnérabilités dans les produits Palo Alto Networks

cord?id=CVE-2020-9283 Référence CVE CVE-2021-20305 https://www.cve.org/CVERecord?id=CVE-2021-20305 Référence CVE CVE-2021-27918 https://www.cve.org/CVERecord?id=CVE-2021-27918 Référence CVE CVE-2022-1962 https://www.cve.org/CVERecord?id=CVE-2022-1962 Référence CVE CVE-2022-28131 https://www.cve.org/CVERecord?id=CVE-2022-28131 Référence CVE CVE-2022-30633 https://www.cve.org/CVERecord?id=CVE-2022-30633 Référence CVE CVE-2023-27536 https://www.cve.org/CVERecord?id=CVE-2023-27536 Référence CVE CVE-2023-28321 https://www.cve.org/CVERecord?id=CVE-2023-28321 Référence CVE CVE-2023-28322 https://www.cve.org/CVERecord?id=CVE-2023-28322 Référence CVE CVE-2023-38546 https://www.cve.org/CVERecord?id=CVE-2023-38546 Référence CVE CVE-2023-3978 https://www.cve.org/CVERecord?id=CVE-2023-3978 Référence CVE CVE-2023-46218 https://www.cve.org/CVERecord?id=CVE-2023-46218 Référence CVE CVE-2024-1086 https://www.cve.org/CVERecord?id=CVE-2024-1086 Référence CVE CVE-2024-34155 https://www.cve.org/CVERecord?id=CVE-2024-34155 Référence CVE CVE-2025-0139 https://www.cve.org/CVERecord?id=CVE-2025-0139 Référence CVE CVE-2025-0140 https://www.cve.org/CVERecord?id=CVE-2025-0140 Référence CVE CVE-2025-0141 https://www.cve.org/CVERecord?id=CVE-2025-0141 Référence CVE CVE-2025-5958 https://www.cve.org/CVERecord?id=CVE-2025-59

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

(6GK5334-3TS01-4AR3) versions antérieures à V3.2 SCALANCE XRM334 (2x230 V AC, 8xFO) (6GK5334-2TS01-4AR3) versions antérieures à V3.1 SCALANCE XRM334 (2x230 V AC, 8xFO) (6GK5334-2TS01-4AR3) versions antérieures à V3.2 SCALANCE XRM334 (2x230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-4AR3) versions antérieures à V3.1 SCALANCE XRM334 (2x230V AC, 2x10G, 24xSFP, 8xSFP+) (6GK5334-5TS01-4AR3) versions antérieures à V3.2 SIMATIC S7-1500 versions supérieures ou égales àV3.1.5 pour les vulnérabilités CVE-2021-41617, CVE-2023-4527, CVE-2023-4806, CVE-2023-4911, CVE-2023-5363, CVE-2023-6246, CVE-2023-6779, CVE-2023-6780, CVE-2023-28531, CVE-2023-38545, CVE-2023-38546, CVE-2023-44487, CVE-2023-46218, CVE-2023-46219, CVE-2023-48795, CVE-2023-51384, CVE-2023-51385, CVE-2023-52927, CVE-2024-2961, CVE-2024-6119, CVE-2024-6387, CVE-2024-12133, CVE-2024-12243, CVE-2024-24855, CVE-2024-26596, CVE-2024-28085, CVE-2024-33599, CVE-2024-33600, CVE-2024-33601, CVE-2024-33602, CVE-2024-34397, CVE-2024-37370, CVE-2024-37371, CVE-2024-45490, CVE-2024-45491, CVE-2024-45492, CVE-2024-50246, CVE-2024-53166, CVE-2024-57977, CVE-2024-57996, CVE-2024-58005, CVE-2025-4373, CVE-2025-4598, CVE-2025-21701, CVE-2025-21702, CVE-2025-21712, CVE-2025-21724, CVE-2025-21728, CVE-2025-21745, CVE-2025-21756, CVE-2025-21758, CVE-2025-2176

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

ecord?id=CVE-2023-28708 Référence CVE CVE-2023-28746 https://www.cve.org/CVERecord?id=CVE-2023-28746 Référence CVE CVE-2023-2953 https://www.cve.org/CVERecord?id=CVE-2023-2953 Référence CVE CVE-2023-31356 https://www.cve.org/CVERecord?id=CVE-2023-31356 Référence CVE CVE-2023-3446 https://www.cve.org/CVERecord?id=CVE-2023-3446 Référence CVE CVE-2023-36328 https://www.cve.org/CVERecord?id=CVE-2023-36328 Référence CVE CVE-2023-36632 https://www.cve.org/CVERecord?id=CVE-2023-36632 Référence CVE CVE-2023-37920 https://www.cve.org/CVERecord?id=CVE-2023-37920 Référence CVE CVE-2023-38325 https://www.cve.org/CVERecord?id=CVE-2023-38325 Référence CVE CVE-2023-38546 https://www.cve.org/CVERecord?id=CVE-2023-38546 Référence CVE CVE-2023-39325 https://www.cve.org/CVERecord?id=CVE-2023-39325 Référence CVE CVE-2023-42465 https://www.cve.org/CVERecord?id=CVE-2023-42465 Référence CVE CVE-2023-44487 https://www.cve.org/CVERecord?id=CVE-2023-44487 Référence CVE CVE-2023-45284 https://www.cve.org/CVERecord?id=CVE-2023-45284 Référence CVE CVE-2023-45288 https://www.cve.org/CVERecord?id=CVE-2023-45288 Référence CVE CVE-2023-46218 https://www.cve.org/CVERecord?id=CVE-2023-46218 Référence CVE CVE-2023-4692 https://www.cve.org/CVERecord?id=CVE-2023-4692 Référence CVE CVE-2023-4693 https://www.cve.org/CVERecord?id=CVE

Official advisory
CERT-FR · French · CERTFR-2024-AVI-0630Multiples vulnérabilités dans IBM QRadar

rg/CVERecord?id=CVE-2023-0361 Référence CVE CVE-2023-0842 https://www.cve.org/CVERecord?id=CVE-2023-0842 Référence CVE CVE-2023-32233 https://www.cve.org/CVERecord?id=CVE-2023-32233 Référence CVE CVE-2023-3341 https://www.cve.org/CVERecord?id=CVE-2023-3341 Référence CVE CVE-2023-3446 https://www.cve.org/CVERecord?id=CVE-2023-3446 Référence CVE CVE-2023-35001 https://www.cve.org/CVERecord?id=CVE-2023-35001 Référence CVE CVE-2023-3609 https://www.cve.org/CVERecord?id=CVE-2023-3609 Référence CVE CVE-2023-36632 https://www.cve.org/CVERecord?id=CVE-2023-36632 Référence CVE CVE-2023-3817 https://www.cve.org/CVERecord?id=CVE-2023-3817 Référence CVE CVE-2023-38546 https://www.cve.org/CVERecord?id=CVE-2023-38546 Référence CVE CVE-2023-39615 https://www.cve.org/CVERecord?id=CVE-2023-39615 Référence CVE CVE-2023-40217 https://www.cve.org/CVERecord?id=CVE-2023-40217 Référence CVE CVE-2023-42282 https://www.cve.org/CVERecord?id=CVE-2023-42282 Référence CVE CVE-2023-45133 https://www.cve.org/CVERecord?id=CVE-2023-45133 Référence CVE CVE-2023-4806 https://www.cve.org/CVERecord?id=CVE-2023-4806 Référence CVE CVE-2023-4813 https://www.cve.org/CVERecord?id=CVE-2023-4813 Référence CVE CVE-2023-48795 https://www.cve.org/CVERecord?id=CVE-2023-48795 Référence CVE CVE-2023-51385 https://www.cve.org/CVERecord?id=CVE-

Official advisory
CERT-FR · French · CERTFR-2024-AVI-0506Multiples vulnérabilités dans Juniper Secure Analytics

g/CVERecord?id=CVE-2023-35823 Référence CVE CVE-2023-35824 https://www.cve.org/CVERecord?id=CVE-2023-35824 Référence CVE CVE-2023-3609 https://www.cve.org/CVERecord?id=CVE-2023-3609 Référence CVE CVE-2023-3611 https://www.cve.org/CVERecord?id=CVE-2023-3611 Référence CVE CVE-2023-37453 https://www.cve.org/CVERecord?id=CVE-2023-37453 Référence CVE CVE-2023-3758 https://www.cve.org/CVERecord?id=CVE-2023-3758 Référence CVE CVE-2023-3772 https://www.cve.org/CVERecord?id=CVE-2023-3772 Référence CVE CVE-2023-3812 https://www.cve.org/CVERecord?id=CVE-2023-3812 Référence CVE CVE-2023-38409 https://www.cve.org/CVERecord?id=CVE-2023-38409 Référence CVE CVE-2023-38546 https://www.cve.org/CVERecord?id=CVE-2023-38546 Référence CVE CVE-2023-39189 https://www.cve.org/CVERecord?id=CVE-2023-39189 Référence CVE CVE-2023-39192 https://www.cve.org/CVERecord?id=CVE-2023-39192 Référence CVE CVE-2023-39193 https://www.cve.org/CVERecord?id=CVE-2023-39193 Référence CVE CVE-2023-39194 https://www.cve.org/CVERecord?id=CVE-2023-39194 Référence CVE CVE-2023-39198 https://www.cve.org/CVERecord?id=CVE-2023-39198 Référence CVE CVE-2023-39615 https://www.cve.org/CVERecord?id=CVE-2023-39615 Référence CVE CVE-2023-40283 https://www.cve.org/CVERecord?id=CVE-2023-40283 Référence CVE CVE-2023-40546 https://www.cve.org/CVERecord?id=

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

CVERecord?id=CVE-2023-34241 Référence CVE CVE-2023-35823 https://www.cve.org/CVERecord?id=CVE-2023-35823 Référence CVE CVE-2023-35824 https://www.cve.org/CVERecord?id=CVE-2023-35824 Référence CVE CVE-2023-3609 https://www.cve.org/CVERecord?id=CVE-2023-3609 Référence CVE CVE-2023-3611 https://www.cve.org/CVERecord?id=CVE-2023-3611 Référence CVE CVE-2023-36478 https://www.cve.org/CVERecord?id=CVE-2023-36478 Référence CVE CVE-2023-3772 https://www.cve.org/CVERecord?id=CVE-2023-3772 Référence CVE CVE-2023-3812 https://www.cve.org/CVERecord?id=CVE-2023-3812 Référence CVE CVE-2023-38325 https://www.cve.org/CVERecord?id=CVE-2023-38325 Référence CVE CVE-2023-38546 https://www.cve.org/CVERecord?id=CVE-2023-38546 Référence CVE CVE-2023-40283 https://www.cve.org/CVERecord?id=CVE-2023-40283 Référence CVE CVE-2023-4128 https://www.cve.org/CVERecord?id=CVE-2023-4128 Référence CVE CVE-2023-4132 https://www.cve.org/CVERecord?id=CVE-2023-4132 Référence CVE CVE-2023-4155 https://www.cve.org/CVERecord?id=CVE-2023-4155 Référence CVE CVE-2023-4206 https://www.cve.org/CVERecord?id=CVE-2023-4206 Référence CVE CVE-2023-4207 https://www.cve.org/CVERecord?id=CVE-2023-4207 Référence CVE CVE-2023-4208 https://www.cve.org/CVERecord?id=CVE-2023-4208 Référence CVE CVE-2023-42753 https://www.cve.org/CVERecord?id=CVE-2023-427

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

.org/CVERecord?id=CVE-2023-0465 Référence CVE CVE-2023-0466 https://www.cve.org/CVERecord?id=CVE-2023-0466 Référence CVE CVE-2023-1255 https://www.cve.org/CVERecord?id=CVE-2023-1255 Référence CVE CVE-2023-2650 https://www.cve.org/CVERecord?id=CVE-2023-2650 Référence CVE CVE-2023-2975 https://www.cve.org/CVERecord?id=CVE-2023-2975 Référence CVE CVE-2023-3446 https://www.cve.org/CVERecord?id=CVE-2023-3446 Référence CVE CVE-2023-38039 https://www.cve.org/CVERecord?id=CVE-2023-38039 Référence CVE CVE-2023-3817 https://www.cve.org/CVERecord?id=CVE-2023-3817 Référence CVE CVE-2023-38545 https://www.cve.org/CVERecord?id=CVE-2023-38545 Référence CVE CVE-2023-38546 https://www.cve.org/CVERecord?id=CVE-2023-38546 Référence CVE CVE-2023-4043 https://www.cve.org/CVERecord?id=CVE-2023-4043 Référence CVE CVE-2023-44483 https://www.cve.org/CVERecord?id=CVE-2023-44483 Référence CVE CVE-2023-46219 https://www.cve.org/CVERecord?id=CVE-2023-46219 Référence CVE CVE-2023-4807 https://www.cve.org/CVERecord?id=CVE-2023-4807 Référence CVE CVE-2024-0853 https://www.cve.org/CVERecord?id=CVE-2024-0853 Référence CVE CVE-2024-21063 https://www.cve.org/CVERecord?id=CVE-2024-21063 Référence CVE CVE-2024-21065 https://www.cve.org/CVERecord?id=CVE-2024-21065 Référence CVE CVE-2024-21070 https://www.cve.org/CVERecord?id=CVE-20

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

ord?id=CVE-2023-28486 Référence CVE CVE-2023-28487 https://www.cve.org/CVERecord?id=CVE-2023-28487 Référence CVE CVE-2023-32681 https://www.cve.org/CVERecord?id=CVE-2023-32681 Référence CVE CVE-2023-3341 https://www.cve.org/CVERecord?id=CVE-2023-3341 Référence CVE CVE-2023-33850 https://www.cve.org/CVERecord?id=CVE-2023-33850 Référence CVE CVE-2023-34966 https://www.cve.org/CVERecord?id=CVE-2023-34966 Référence CVE CVE-2023-34967 https://www.cve.org/CVERecord?id=CVE-2023-34967 Référence CVE CVE-2023-34968 https://www.cve.org/CVERecord?id=CVE-2023-34968 Référence CVE CVE-2023-37920 https://www.cve.org/CVERecord?id=CVE-2023-37920 Référence CVE CVE-2023-38546 https://www.cve.org/CVERecord?id=CVE-2023-38546 Référence CVE CVE-2023-39615 https://www.cve.org/CVERecord?id=CVE-2023-39615 Référence CVE CVE-2023-4091 https://www.cve.org/CVERecord?id=CVE-2023-4091 Référence CVE CVE-2023-42465 https://www.cve.org/CVERecord?id=CVE-2023-42465 Référence CVE CVE-2023-42669 https://www.cve.org/CVERecord?id=CVE-2023-42669 Référence CVE CVE-2023-42794 https://www.cve.org/CVERecord?id=CVE-2023-42794 Référence CVE CVE-2023-42795 https://www.cve.org/CVERecord?id=CVE-2023-42795 Référence CVE CVE-2023-43642 https://www.cve.org/CVERecord?id=CVE-2023-43642 Référence CVE CVE-2023-43804 https://www.cve.org/CVERecord?id=CV

Official advisory
CERT-FR · French · CERTFR-2024-AVI-0297Multiples vulnérabilités dans Juniper

ecord?id=CVE-2023-29491 Référence CVE CVE-2023-32681 https://www.cve.org/CVERecord?id=CVE-2023-32681 Référence CVE CVE-2023-32731 https://www.cve.org/CVERecord?id=CVE-2023-32731 Référence CVE CVE-2023-32732 https://www.cve.org/CVERecord?id=CVE-2023-32732 Référence CVE CVE-2023-3446 https://www.cve.org/CVERecord?id=CVE-2023-3446 Référence CVE CVE-2023-3592 https://www.cve.org/CVERecord?id=CVE-2023-3592 Référence CVE CVE-2023-36054 https://www.cve.org/CVERecord?id=CVE-2023-36054 Référence CVE CVE-2023-38408 https://www.cve.org/CVERecord?id=CVE-2023-38408 Référence CVE CVE-2023-38545 https://www.cve.org/CVERecord?id=CVE-2023-38545 Référence CVE CVE-2023-38546 https://www.cve.org/CVERecord?id=CVE-2023-38546 Référence CVE CVE-2023-3978 https://www.cve.org/CVERecord?id=CVE-2023-3978 Référence CVE CVE-2023-39975 https://www.cve.org/CVERecord?id=CVE-2023-39975 Référence CVE CVE-2023-40217 https://www.cve.org/CVERecord?id=CVE-2023-40217 Référence CVE CVE-2023-41913 https://www.cve.org/CVERecord?id=CVE-2023-41913 Référence CVE CVE-2023-43804 https://www.cve.org/CVERecord?id=CVE-2023-43804 Référence CVE CVE-2023-44487 https://www.cve.org/CVERecord?id=CVE-2023-44487 Référence CVE CVE-2023-46218 https://www.cve.org/CVERecord?id=CVE-2023-46218 Référence CVE CVE-2023-4785 https://www.cve.org/CVERecord?id=CVE

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

d?id=CVE-2023-33305 Référence CVE CVE-2023-33306 https://www.cve.org/CVERecord?id=CVE-2023-33306 Référence CVE CVE-2023-33307 https://www.cve.org/CVERecord?id=CVE-2023-33307 Référence CVE CVE-2023-33308 https://www.cve.org/CVERecord?id=CVE-2023-33308 Référence CVE CVE-2023-36555 https://www.cve.org/CVERecord?id=CVE-2023-36555 Référence CVE CVE-2023-36639 https://www.cve.org/CVERecord?id=CVE-2023-36639 Référence CVE CVE-2023-36641 https://www.cve.org/CVERecord?id=CVE-2023-36641 Référence CVE CVE-2023-37935 https://www.cve.org/CVERecord?id=CVE-2023-37935 Référence CVE CVE-2023-38545 https://www.cve.org/CVERecord?id=CVE-2023-38545 Référence CVE CVE-2023-38546 https://www.cve.org/CVERecord?id=CVE-2023-38546 Référence CVE CVE-2023-40718 https://www.cve.org/CVERecord?id=CVE-2023-40718 Référence CVE CVE-2023-41675 https://www.cve.org/CVERecord?id=CVE-2023-41675 Référence CVE CVE-2023-41841 https://www.cve.org/CVERecord?id=CVE-2023-41841 Référence CVE CVE-2023-44250 https://www.cve.org/CVERecord?id=CVE-2023-44250 Référence CVE CVE-2023-44487 https://www.cve.org/CVERecord?id=CVE-2023-44487 Référence CVE CVE-2023-45793 https://www.cve.org/CVERecord?id=CVE-2023-45793 Référence CVE CVE-2023-47537 https://www.cve.org/CVERecord?id=CVE-2023-47537 Référence CVE CVE-2023-49125 https://www.cve.org/CVERecord?id=

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

ecord?id=CVE-2023-34462 Référence CVE CVE-2023-3611 https://www.cve.org/CVERecord?id=CVE-2023-3611 Référence CVE CVE-2023-36665 https://www.cve.org/CVERecord?id=CVE-2023-36665 Référence CVE CVE-2023-37276 https://www.cve.org/CVERecord?id=CVE-2023-37276 Référence CVE CVE-2023-3776 https://www.cve.org/CVERecord?id=CVE-2023-3776 Référence CVE CVE-2023-37920 https://www.cve.org/CVERecord?id=CVE-2023-37920 Référence CVE CVE-2023-38003 https://www.cve.org/CVERecord?id=CVE-2023-38003 Référence CVE CVE-2023-38325 https://www.cve.org/CVERecord?id=CVE-2023-38325 Référence CVE CVE-2023-38545 https://www.cve.org/CVERecord?id=CVE-2023-38545 Référence CVE CVE-2023-38546 https://www.cve.org/CVERecord?id=CVE-2023-38546 Référence CVE CVE-2023-38552 https://www.cve.org/CVERecord?id=CVE-2023-38552 Référence CVE CVE-2023-38719 https://www.cve.org/CVERecord?id=CVE-2023-38719 Référence CVE CVE-2023-38720 https://www.cve.org/CVERecord?id=CVE-2023-38720 Référence CVE CVE-2023-38727 https://www.cve.org/CVERecord?id=CVE-2023-38727 Référence CVE CVE-2023-38728 https://www.cve.org/CVERecord?id=CVE-2023-38728 Référence CVE CVE-2023-38740 https://www.cve.org/CVERecord?id=CVE-2023-38740 Référence CVE CVE-2023-39318 https://www.cve.org/CVERecord?id=CVE-2023-39318 Référence CVE CVE-2023-39319 https://www.cve.org/CVERecord?id=

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

Record?id=CVE-2023-3611 Référence CVE CVE-2023-36617 https://www.cve.org/CVERecord?id=CVE-2023-36617 Référence CVE CVE-2023-36664 https://www.cve.org/CVERecord?id=CVE-2023-36664 Référence CVE CVE-2023-3776 https://www.cve.org/CVERecord?id=CVE-2023-3776 Référence CVE CVE-2023-37920 https://www.cve.org/CVERecord?id=CVE-2023-37920 Référence CVE CVE-2023-38039 https://www.cve.org/CVERecord?id=CVE-2023-38039 Référence CVE CVE-2023-3817 https://www.cve.org/CVERecord?id=CVE-2023-3817 Référence CVE CVE-2023-38199 https://www.cve.org/CVERecord?id=CVE-2023-38199 Référence CVE CVE-2023-38545 https://www.cve.org/CVERecord?id=CVE-2023-38545 Référence CVE CVE-2023-38546 https://www.cve.org/CVERecord?id=CVE-2023-38546 Référence CVE CVE-2023-38559 https://www.cve.org/CVERecord?id=CVE-2023-38559 Référence CVE CVE-2023-3863 https://www.cve.org/CVERecord?id=CVE-2023-3863 Référence CVE CVE-2023-39417 https://www.cve.org/CVERecord?id=CVE-2023-39417 Référence CVE CVE-2023-39418 https://www.cve.org/CVERecord?id=CVE-2023-39418 Référence CVE CVE-2023-40283 https://www.cve.org/CVERecord?id=CVE-2023-40283 Référence CVE CVE-2023-41080 https://www.cve.org/CVERecord?id=CVE-2023-41080 Référence CVE CVE-2023-4128 https://www.cve.org/CVERecord?id=CVE-2023-4128 Référence CVE CVE-2023-4194 https://www.cve.org/CVERecord?id=CVE-2

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

8 Bulletin de sécurité Apple HT214059 du 22 janvier 2024 https://support.apple.com/en-us/HT214059 Bulletin de sécurité Apple HT214061 du 22 janvier 2024 https://support.apple.com/en-us/HT214061 Bulletin de sécurité Apple HT214062 du 22 janvier 2024 https://support.apple.com/en-us/HT214062 Bulletin de sécurité Apple HT214063 du 22 janvier 2024 https://support.apple.com/en-us/HT214063 Bulletin de sécurité Apple HT214070 du 31 janvier 2024 https://support.apple.com/en-us/HT214070 Référence CVE CVE-2023-38039 https://www.cve.org/CVERecord?id=CVE-2023-38039 Référence CVE CVE-2023-38545 https://www.cve.org/CVERecord?id=CVE-2023-38545 Référence CVE CVE-2023-38546 https://www.cve.org/CVERecord?id=CVE-2023-38546 Référence CVE CVE-2023-40528 https://www.cve.org/CVERecord?id=CVE-2023-40528 Référence CVE CVE-2023-42887 https://www.cve.org/CVERecord?id=CVE-2023-42887 Référence CVE CVE-2023-42888 https://www.cve.org/CVERecord?id=CVE-2023-42888 Référence CVE CVE-2023-42915 https://www.cve.org/CVERecord?id=CVE-2023-42915 Référence CVE CVE-2023-42916 https://www.cve.org/CVERecord?id=CVE-2023-42916 Référence CVE CVE-2023-42917 https://www.cve.org/CVERecord?id=CVE-2023-42917 Référence CVE CVE-2023-42935 https://www.cve.org/CVERecord?id=CVE-2023-42935 Référence CVE CVE-2023-42937 https://www.cve.org/CVERecord?id=

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

CVERecord?id=CVE-2023-35001 Référence CVE CVE-2023-35945 https://www.cve.org/CVERecord?id=CVE-2023-35945 Référence CVE CVE-2023-3609 https://www.cve.org/CVERecord?id=CVE-2023-3609 Référence CVE CVE-2023-3611 https://www.cve.org/CVERecord?id=CVE-2023-3611 Référence CVE CVE-2023-3772 https://www.cve.org/CVERecord?id=CVE-2023-3772 Référence CVE CVE-2023-3817 https://www.cve.org/CVERecord?id=CVE-2023-3817 Référence CVE CVE-2023-38380 https://www.cve.org/CVERecord?id=CVE-2023-38380 Référence CVE CVE-2023-38408 https://www.cve.org/CVERecord?id=CVE-2023-38408 Référence CVE CVE-2023-38545 https://www.cve.org/CVERecord?id=CVE-2023-38545 Référence CVE CVE-2023-38546 https://www.cve.org/CVERecord?id=CVE-2023-38546 Référence CVE CVE-2023-39128 https://www.cve.org/CVERecord?id=CVE-2023-39128 Référence CVE CVE-2023-39189 https://www.cve.org/CVERecord?id=CVE-2023-39189 Référence CVE CVE-2023-39192 https://www.cve.org/CVERecord?id=CVE-2023-39192 Référence CVE CVE-2023-39193 https://www.cve.org/CVERecord?id=CVE-2023-39193 Référence CVE CVE-2023-39194 https://www.cve.org/CVERecord?id=CVE-2023-39194 Référence CVE CVE-2023-39615 https://www.cve.org/CVERecord?id=CVE-2023-39615 Référence CVE CVE-2023-4016 https://www.cve.org/CVERecord?id=CVE-2023-4016 Référence CVE CVE-2023-40283 https://www.cve.org/CVERecord?id=CV

Official advisory
CERT-FR · French · CERTFR-2023-AVI-0973Multiples vulnérabilités dans les produits Fortinet

De multiples vulnérabilités ont été découvertes dans les produits Fortinet. Certaines d'entre elles permettent à un attaquant de provoquer une exécution de code arbitraire à distance, un déni de service à distance et un contournement de la politique de sécurité.

Official advisory
CERT-FR · French · CERTFR-2023-AVI-0957Multiples vulnérabilités dans le noyau Linux de RedHat

CVERecord?id=CVE-2023-35001 Référence CVE CVE-2023-35823 https://www.cve.org/CVERecord?id=CVE-2023-35823 Référence CVE CVE-2023-35824 https://www.cve.org/CVERecord?id=CVE-2023-35824 Référence CVE CVE-2023-35825 https://www.cve.org/CVERecord?id=CVE-2023-35825 Référence CVE CVE-2023-3609 https://www.cve.org/CVERecord?id=CVE-2023-3609 Référence CVE CVE-2023-3611 https://www.cve.org/CVERecord?id=CVE-2023-3611 Référence CVE CVE-2023-3772 https://www.cve.org/CVERecord?id=CVE-2023-3772 Référence CVE CVE-2023-3776 https://www.cve.org/CVERecord?id=CVE-2023-3776 Référence CVE CVE-2023-38545 https://www.cve.org/CVERecord?id=CVE-2023-38545 Référence CVE CVE-2023-38546 https://www.cve.org/CVERecord?id=CVE-2023-38546 Référence CVE CVE-2023-4128 https://www.cve.org/CVERecord?id=CVE-2023-4128 Référence CVE CVE-2023-4132 https://www.cve.org/CVERecord?id=CVE-2023-4132 Référence CVE CVE-2023-4155 https://www.cve.org/CVERecord?id=CVE-2023-4155 Référence CVE CVE-2023-4206 https://www.cve.org/CVERecord?id=CVE-2023-4206 Référence CVE CVE-2023-4207 https://www.cve.org/CVERecord?id=CVE-2023-4207 Référence CVE CVE-2023-4208 https://www.cve.org/CVERecord?id=CVE-2023-4208 Référence CVE CVE-2023-44487 https://www.cve.org/CVERecord?id=CVE-2023-44487 Référence CVE CVE-2023-4527 https://www.cve.org/CVERecord?id=CVE-2023-4527

Official advisory
CERT-FR · French · CERTFR-2023-AVI-0904Multiples vulnérabilités dans les produits Tenable

De multiples vulnérabilités ont été découvertes dans les produits Tenable. Certaines d'entre elles permettent à un attaquant de provoquer un problème de sécurité non spécifié par l'éditeur, un déni de service à distance et un contournement de la politique de sécurité.

Official advisory
CERT-FR · French · CERTFR-2023-AVI-0886Multiples 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 un problème de sécurité non spécifié par l'éditeur, une exécution de code arbitraire à distance et un déni de service à distance.

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

/CVERecord?id=CVE-2023-2650 Référence CVE CVE-2023-2975 https://www.cve.org/CVERecord?id=CVE-2023-2975 Référence CVE CVE-2023-2976 https://www.cve.org/CVERecord?id=CVE-2023-2976 Référence CVE CVE-2023-34034 https://www.cve.org/CVERecord?id=CVE-2023-34034 Référence CVE CVE-2023-34149 https://www.cve.org/CVERecord?id=CVE-2023-34149 Référence CVE CVE-2023-34396 https://www.cve.org/CVERecord?id=CVE-2023-34396 Référence CVE CVE-2023-3446 https://www.cve.org/CVERecord?id=CVE-2023-3446 Référence CVE CVE-2023-3817 https://www.cve.org/CVERecord?id=CVE-2023-3817 Référence CVE CVE-2023-38545 https://www.cve.org/CVERecord?id=CVE-2023-38545 Référence CVE CVE-2023-38546 https://www.cve.org/CVERecord?id=CVE-2023-38546 Référence CVE CVE-2023-41080 https://www.cve.org/CVERecord?id=CVE-2023-41080 Gestion détaillée du document le 18 octobre 2023 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
NCSC-NL · Dutch · NCSC-2025-0187Kwetsbaarheden verholpen in Siemens producten

De kwetsbaarheden stellen een kwaadwillende mogelijk in staat aanvallen uit te voeren die kunnen leiden tot de volgende categorieën schade: - Denial-of-Service (DoS) - Manipulatie van gegevens - Omzeilen van een beveiligingsmaatregel - Omzeilen van authenticatie - (Remote) code execution (root/admin rechten) - (Remote) code execution (Gebruikersrechten) - Toegang tot systeemgegevens - Toegang tot gevoelige gegevens - Spoofing De kwaadwillende heeft hiervoor toegang nodig tot de productieomgeving. Het is goed gebruik een dergelijke omgeving niet publiek toegankelijk te hebben.

Official advisory
NCSC-NL · Dutch · NCSC-2025-0129Kwetsbaarheden verholpen in Oracle Analytics

De kwetsbaarheden stellen ongeauthenticeerde kwaadwillenden in staat om toegang te krijgen tot gevoelige gegevens, Denial-of-Service aan te richten, en zelfs volledige controle over systemen te verkrijgen. Specifieke kwetsbaarheden in Oracle Business Intelligence Enterprise Edition kunnen leiden tot ongeautoriseerde toegang en manipulatie van gegevens via HTTP. Daarnaast zijn er kwetsbaarheden die Denial-of-Service kunnen veroorzaken door onjuiste invoer of misbruik van systeemfunctionaliteiten.

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
SIMATIC S7-1500 CPU 1518-4 PN/DP MFP (6ES7518-4AX00-1AB0) >= V3.1.5; SIMATIC S7-1500 CPU 1518-4 PN/DP MFP (6ES7518-4AX00-1AC0) >= V3.1.5; SIMATIC S7-1500 CPU 1518F-4 PN/DP MFP (6ES7518-4FX00-1AB0) >= V3.1.5; SIMATIC S7-1500 CPU 1518F-4 PN/DP MFP (6ES7518-4FX00-1AC0) >= V3.1.5; SIPLUS S7-1500 CPU 1518-4 PN/DP MFP (6AG1518-4AX00-4AC0) >= V3.1.5
Fixed
7.9.1 < 7.9.1
Action
Review the linked authoritative reference and apply the recorded fixed release appropriate to the affected product branch.
Workaround
Limit access to the interactive shell of the additional GNU/Linux subssytem to trusted personnel only.
04

Evidence and provenance

Published 18 Oct 2023 · Last source change 14 Jul 2026, 12:03 UTC · CWE not yet assigned

CVE recordCVE.org · 5.2
CVSS sourceNIST NVD
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-2023-42345
Product sourceVendor CSAF · Siemens ProductCERT
Remediation sourceVendor CSAF · Siemens ProductCERT
CWE sourceUnavailable
NVD statusNVD modified after enrichment

Missing structured fields: CWE classification. Missing data is not evidence of low risk; review the primary advisory.

Material change intelligence

What changed after publication

View recent updates →

No material field changes have been recorded since change tracking began. Routine source refreshes and cosmetic edits are intentionally excluded.

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-2023-38546 · cve.blacktree.nl