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

NULL pointer deref in signature_algorithms processing

OpenSSL · OpenSSL

5.9MediumCVSS 3.1
Recommended action
Scheduled

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

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.

2 current
SSA-772220 · CSAF 2.0 · revision 14 · interimSiemens ProductCERTSSA-772220: OpenSSL Vulnerabilities in Industrial Products
95 known affected

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

  • RUGGEDCOM CROSSBOW Station Access Controller (SAC)
  • RUGGEDCOM RM1224 LTE(4G) EU (6GK6108-4AM00-2BA2)
  • RUGGEDCOM RM1224 LTE(4G) NAM (6GK6108-4AM00-2DA2)
  • SCALANCE LPE9403 (6GK5998-3GS00-2AC2)
  • SCALANCE M804PB (6GK5804-0AP00-2AA2)
  • SCALANCE M812-1 ADSL-Router (Annex A) (6GK5812-1AA00-2AA2)
  • SCALANCE M812-1 ADSL-Router (Annex B) (6GK5812-1BA00-2AA2)
  • SCALANCE M816-1 ADSL-Router (Annex A) (6GK5816-1AA00-2AA2)
  • SCALANCE M816-1 ADSL-Router (Annex B) (6GK5816-1BA00-2AA2)
  • SCALANCE M826-2 SHDSL-Router (6GK5826-2AB00-2AB2)
  • SCALANCE M874-2 (6GK5874-2AA00-2AA2)
  • SCALANCE M874-3 (6GK5874-3AA00-2AA2)
Summary
An OpenSSL TLS server may crash if sent a maliciously crafted renegotiation ClientHello message from a client. If a TLSv1.2 renegotiation ClientHello omits the signature_algorithms extension (where it was present in the initial ClientHello), but includes a signature_algorithms_cert extension then a NULL pointer dereference will result, leading to a crash and a denial of service attack. A server is only vulnerable if it has TLSv1.2 and renegotiation enabled (which is the default configuration). OpenSSL TLS clients are not impacted by this issue. All OpenSSL 1.1.1 versions are affected by this issue. Users of these versions should upgrade to OpenSSL 1.1.1k. OpenSSL 1.0.2 is not impacted by this issue. Fixed in OpenSSL 1.1.1k (Affected 1.1.1-1.1.1j).
Remediation
Update to V2.2.28 or later version
SSA-389290 · CSAF 2.0 · revision 1 · finalSiemens ProductCERTSSA-389290: Third-Party Component Vulnerabilities in SINEC INS
1 known affected

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

  • SINEC INS
Summary
An OpenSSL TLS server may crash if sent a maliciously crafted renegotiation ClientHello message from a client. If a TLSv1.2 renegotiation ClientHello omits the signature_algorithms extension (where it was present in the initial ClientHello), but includes a signature_algorithms_cert extension then a NULL pointer dereference will result, leading to a crash and a denial of service attack. A server is only vulnerable if it has TLSv1.2 and renegotiation enabled (which is the default configuration). OpenSSL TLS clients are not impacted by this issue. All OpenSSL 1.1.1 versions are affected by this issue. Users of these versions should upgrade to OpenSSL 1.1.1k. OpenSSL 1.0.2 is not impacted by this issue. Fixed in OpenSSL 1.1.1k (Affected 1.1.1-1.1.1j).
Remediation
Update to V1.0.1.1 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-2021-1628

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

Medium 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

An OpenSSL TLS server may crash if sent a maliciously crafted renegotiation ClientHello message from a client. If a TLSv1.2 renegotiation ClientHello omits the signature_algorithms extension (where it was present in the initial ClientHello), but includes a signature_algorithms_cert extension then a NULL pointer dereference will result, leading to a crash and a denial of service attack. A server is only vulnerable if it has TLSv1.2 and renegotiation enabled (which is the default configuration). OpenSSL TLS clients are not impacted by this issue. All OpenSSL 1.1.1 versions are affected by this issue. Users of these versions should upgrade to OpenSSL 1.1.1k. OpenSSL 1.0.2 is not impacted by this issue. Fixed in OpenSSL 1.1.1k (Affected 1.1.1-1.1.1j).

What

An OpenSSL TLS server may crash if sent a maliciously crafted renegotiation ClientHello message from a client. If a TLSv1.2 renegotiation ClientHello omits the signature_algorithms extension (where it was present in the initial ClientHello), but includes a signature_algorithms_cert extension then a NULL pointer dereference will result, leading to a crash and a denial of service attack. A server is only vulnerable if it has TLSv1.2 and renegotiation enabled (which is the default configuration). OpenSSL TLS clients are not impacted by this issue. All OpenSSL 1.1.1 versions are affected by this issue. Users of these versions should upgrade to OpenSSL 1.1.1k. OpenSSL 1.0.2 is not impacted by this issue. Fixed in OpenSSL 1.1.1k (Affected 1.1.1-1.1.1j).

Why

The product dereferences a pointer that it expects to be valid but is NULL.

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

An OpenSSL TLS server may crash if sent a maliciously crafted renegotiation ClientHello message from a client. If a TLSv1.2 renegotiation ClientHello omits the signature_algorithms extension (where it was present in the initial ClientHello), but includes a signature_algorithms_cert extension then a NULL pointer dereference will result, leading to a crash and a denial of service attack. A server is only vulnerable if it has TLSv1.2 and renegotiation enabled (which is the default configuration). OpenSSL TLS clients are not impacted by this issue. All OpenSSL 1.1.1 versions are affected by this issue. Users of these versions should upgrade to OpenSSL 1.1.1k. OpenSSL 1.0.2 is not impacted by this issue. Fixed in OpenSSL 1.1.1k (Affected 1.1.1-1.1.1j).

Why

The product dereferences a pointer that it expects to be valid but is NULL.

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.
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 → NULL Pointer Dereference → disrupt the affected service
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: a standard category for the underlying weakness.
CWE-476

CWE-476: NULL Pointer Dereference. The product dereferences a pointer that it expects to be valid but is NULL.

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: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.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.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-476
A

Official authority intelligence

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

BSI · German · WID-SEC-W-2024-0794Dell ECS: Mehrere Schwachstellen

Ein Angreifer kann mehrere Schwachstellen in Dell ECS ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode mit Administratorrechten auszuführen, Informationen offenzulegen, Dateien zu manipulieren, einen Cross-Site-Scripting-Angriff durchzuführen, Sicherheitsvorkehrungen zu umgehen oder einen Denial of Service Zustand herbeizuführen.

Official advisory
BSI · German · WID-SEC-W-2025-0227IBM QRadar SIEM: Mehrere Schwachstellen

Ein entfernter, authentisierter Angreifer kann mehrere Schwachstellen in IBM QRadar SIEM ausnutzen, um seine Privilegien zu erweitern, Administratorrechte zu erlangen, beliebigen Programmcode auszuführen, Informationen offenzulegen, Dateien zu manipulieren oder Sicherheitsvorkehrungen zu umgehen.

Official advisory
BSI · German · WID-SEC-W-2023-0065Oracle MySQL: Mehrere Schwachstellen

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

Official advisory
BSI · German · WID-SEC-W-2022-0671OpenSSL: Mehrere Schwachstellen

Ein entfernter, anonymer Angreifer kann mehrere Schwachstellen in OpenSSL ausnutzen, um einen Denial of Service Angriff durchzuführen und um kryptografische Sicherheitsmechanismen zu umgehen.

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

d?id=CVE-2021-22898 Référence CVE CVE-2021-22922 https://www.cve.org/CVERecord?id=CVE-2021-22922 Référence CVE CVE-2021-22923 https://www.cve.org/CVERecord?id=CVE-2021-22923 Référence CVE CVE-2021-22925 https://www.cve.org/CVERecord?id=CVE-2021-22925 Référence CVE CVE-2021-22926 https://www.cve.org/CVERecord?id=CVE-2021-22926 Référence CVE CVE-2021-22946 https://www.cve.org/CVERecord?id=CVE-2021-22946 Référence CVE CVE-2021-22947 https://www.cve.org/CVERecord?id=CVE-2021-22947 Référence CVE CVE-2021-23840 https://www.cve.org/CVERecord?id=CVE-2021-23840 Référence CVE CVE-2021-23841 https://www.cve.org/CVERecord?id=CVE-2021-23841 Référence CVE CVE-2021-3449 https://www.cve.org/CVERecord?id=CVE-2021-3449 Référence CVE CVE-2021-3711 https://www.cve.org/CVERecord?id=CVE-2021-3711 Référence CVE CVE-2021-3712 https://www.cve.org/CVERecord?id=CVE-2021-3712 Référence CVE CVE-2021-37600 https://www.cve.org/CVERecord?id=CVE-2021-37600 Référence CVE CVE-2021-38297 https://www.cve.org/CVERecord?id=CVE-2021-38297 Référence CVE CVE-2021-38561 https://www.cve.org/CVERecord?id=CVE-2021-38561 Référence CVE CVE-2021-39293 https://www.cve.org/CVERecord?id=CVE-2021-39293 Référence CVE CVE-2021-3995 https://www.cve.org/CVERecord?id=CVE-2021-3995 Référence CVE CVE-2021-3996 https://www.cve.org/CVERecord?id=CVE-2021

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

cord?id=CVE-2019-1547 Référence CVE CVE-2020-1971 https://www.cve.org/CVERecord?id=CVE-2020-1971 Référence CVE CVE-2020-28458 https://www.cve.org/CVERecord?id=CVE-2020-28458 Référence CVE CVE-2021-23445 https://www.cve.org/CVERecord?id=CVE-2021-23445 Référence CVE CVE-2021-23839 https://www.cve.org/CVERecord?id=CVE-2021-23839 Référence CVE CVE-2021-23840 https://www.cve.org/CVERecord?id=CVE-2021-23840 Référence CVE CVE-2021-23841 https://www.cve.org/CVERecord?id=CVE-2021-23841 Référence CVE CVE-2021-28167 https://www.cve.org/CVERecord?id=CVE-2021-28167 Référence CVE CVE-2021-31684 https://www.cve.org/CVERecord?id=CVE-2021-31684 Référence CVE CVE-2021-3449 https://www.cve.org/CVERecord?id=CVE-2021-3449 Référence CVE CVE-2021-35550 https://www.cve.org/CVERecord?id=CVE-2021-35550 Référence CVE CVE-2021-35556 https://www.cve.org/CVERecord?id=CVE-2021-35556 Référence CVE CVE-2021-35559 https://www.cve.org/CVERecord?id=CVE-2021-35559 Référence CVE CVE-2021-35560 https://www.cve.org/CVERecord?id=CVE-2021-35560 Référence CVE CVE-2021-35564 https://www.cve.org/CVERecord?id=CVE-2021-35564 Référence CVE CVE-2021-35565 https://www.cve.org/CVERecord?id=CVE-2021-35565 Référence CVE CVE-2021-35578 https://www.cve.org/CVERecord?id=CVE-2021-35578 Référence CVE CVE-2021-35586 https://www.cve.org/CVERecord?id=C

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

d?id=CVE-2021-32804 Référence CVE CVE-2021-32936 https://www.cve.org/CVERecord?id=CVE-2021-32936 Référence CVE CVE-2021-32938 https://www.cve.org/CVERecord?id=CVE-2021-32938 Référence CVE CVE-2021-32940 https://www.cve.org/CVERecord?id=CVE-2021-32940 Référence CVE CVE-2021-32944 https://www.cve.org/CVERecord?id=CVE-2021-32944 Référence CVE CVE-2021-32946 https://www.cve.org/CVERecord?id=CVE-2021-32946 Référence CVE CVE-2021-32948 https://www.cve.org/CVERecord?id=CVE-2021-32948 Référence CVE CVE-2021-32950 https://www.cve.org/CVERecord?id=CVE-2021-32950 Référence CVE CVE-2021-32952 https://www.cve.org/CVERecord?id=CVE-2021-32952 Référence CVE CVE-2021-3449 https://www.cve.org/CVERecord?id=CVE-2021-3449 Référence CVE CVE-2021-3450 https://www.cve.org/CVERecord?id=CVE-2021-3450 Référence CVE CVE-2021-3672 https://www.cve.org/CVERecord?id=CVE-2021-3672 Référence CVE CVE-2021-3711 https://www.cve.org/CVERecord?id=CVE-2021-3711 Référence CVE CVE-2021-3712 https://www.cve.org/CVERecord?id=CVE-2021-3712 Référence CVE CVE-2021-37208 https://www.cve.org/CVERecord?id=CVE-2021-37208 Référence CVE CVE-2021-37209 https://www.cve.org/CVERecord?id=CVE-2021-37209 Référence CVE CVE-2021-37701 https://www.cve.org/CVERecord?id=CVE-2021-37701 Référence CVE CVE-2021-37712 https://www.cve.org/CVERecord?id=CVE-2021-

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

ERecord?id=CVE-2020-26145 Référence CVE CVE-2020-26146 https://www.cve.org/CVERecord?id=CVE-2020-26146 Référence CVE CVE-2020-26147 https://www.cve.org/CVERecord?id=CVE-2020-26147 Référence CVE CVE-2020-28400 https://www.cve.org/CVERecord?id=CVE-2020-28400 Référence CVE CVE-2020-8670 https://www.cve.org/CVERecord?id=CVE-2020-8670 Référence CVE CVE-2020-8703 https://www.cve.org/CVERecord?id=CVE-2020-8703 Référence CVE CVE-2020-8704 https://www.cve.org/CVERecord?id=CVE-2020-8704 Référence CVE CVE-2021-20093 https://www.cve.org/CVERecord?id=CVE-2021-20093 Référence CVE CVE-2021-20094 https://www.cve.org/CVERecord?id=CVE-2021-20094 Référence CVE CVE-2021-3449 https://www.cve.org/CVERecord?id=CVE-2021-3449 Référence CVE CVE-2021-3712 https://www.cve.org/CVERecord?id=CVE-2021-3712 Référence CVE CVE-2021-37185 https://www.cve.org/CVERecord?id=CVE-2021-37185 Référence CVE CVE-2021-37186 https://www.cve.org/CVERecord?id=CVE-2021-37186 Référence CVE CVE-2021-37194 https://www.cve.org/CVERecord?id=CVE-2021-37194 Référence CVE CVE-2021-37195 https://www.cve.org/CVERecord?id=CVE-2021-37195 Référence CVE CVE-2021-37196 https://www.cve.org/CVERecord?id=CVE-2021-37196 Référence CVE CVE-2021-37197 https://www.cve.org/CVERecord?id=CVE-2021-37197 Référence CVE CVE-2021-37198 https://www.cve.org/CVERecord?id=CVE

Official advisory
CERT-FR · French · CERTFR-2021-AVI-952Multiples 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 une exécution de code arbitraire à distance, un déni de service à distance et une atteinte à l'intégrité des données. IBM note que CentOS 6 est en fin de vie. L'éditeur préconise des actions à envisager pour corriger des défauts de sécurité connus. Lien : http://ibm.biz/qradarcentos6

Official advisory
CERT-FR · French · CERTFR-2021-AVI-912Multiples vulnérabilités dans IBM Qradar

d?id=CVE-2021-28163 Référence CVE CVE-2021-28165 https://www.cve.org/CVERecord?id=CVE-2021-28165 Référence CVE CVE-2021-28169 https://www.cve.org/CVERecord?id=CVE-2021-28169 Référence CVE CVE-2021-29154 https://www.cve.org/CVERecord?id=CVE-2021-29154 Référence CVE CVE-2021-29425 https://www.cve.org/CVERecord?id=CVE-2021-29425 Référence CVE CVE-2021-29650 https://www.cve.org/CVERecord?id=CVE-2021-29650 Référence CVE CVE-2021-32027 https://www.cve.org/CVERecord?id=CVE-2021-32027 Référence CVE CVE-2021-32028 https://www.cve.org/CVERecord?id=CVE-2021-32028 Référence CVE CVE-2021-32399 https://www.cve.org/CVERecord?id=CVE-2021-32399 Référence CVE CVE-2021-3449 https://www.cve.org/CVERecord?id=CVE-2021-3449 Référence CVE CVE-2021-3450 https://www.cve.org/CVERecord?id=CVE-2021-3450 Référence CVE CVE-2021-3572 https://www.cve.org/CVERecord?id=CVE-2021-3572 Référence CVE CVE-2021-3715 https://www.cve.org/CVERecord?id=CVE-2021-3715 Gestion détaillée du document le 01 décembre 2021 Version initiale le 02 décembre 2021 Ajout du bulletin de sécurité IBM 6520674 du 30 novembre 2021. 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

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

ERecord?id=CVE-2021-27290 Référence CVE CVE-2021-29679 https://www.cve.org/CVERecord?id=CVE-2021-29679 Référence CVE CVE-2021-29745 https://www.cve.org/CVERecord?id=CVE-2021-29745 Référence CVE CVE-2021-29894 https://www.cve.org/CVERecord?id=CVE-2021-29894 Référence CVE CVE-2021-30661 https://www.cve.org/CVERecord?id=CVE-2021-30661 Référence CVE CVE-2021-3177 https://www.cve.org/CVERecord?id=CVE-2021-3177 Référence CVE CVE-2021-3326 https://www.cve.org/CVERecord?id=CVE-2021-3326 Référence CVE CVE-2021-33910 https://www.cve.org/CVERecord?id=CVE-2021-33910 Référence CVE CVE-2021-3421 https://www.cve.org/CVERecord?id=CVE-2021-3421 Référence CVE CVE-2021-3449 https://www.cve.org/CVERecord?id=CVE-2021-3449 Référence CVE CVE-2021-3450 https://www.cve.org/CVERecord?id=CVE-2021-3450 Référence CVE CVE-2021-3516 https://www.cve.org/CVERecord?id=CVE-2021-3516 Référence CVE CVE-2021-3517 https://www.cve.org/CVERecord?id=CVE-2021-3517 Référence CVE CVE-2021-3518 https://www.cve.org/CVERecord?id=CVE-2021-3518 Référence CVE CVE-2021-3520 https://www.cve.org/CVERecord?id=CVE-2021-3520 Référence CVE CVE-2021-3537 https://www.cve.org/CVERecord?id=CVE-2021-3537 Référence CVE CVE-2021-3541 https://www.cve.org/CVERecord?id=CVE-2021-3541 Référence CVE CVE-2021-3609 https://www.cve.org/CVERecord?id=CVE-2021-3609 Ge

Official advisory
CERT-FR · French · CERTFR-2021-AVI-784Multiples vulnérabilités dans les produits Microsoft

ctionnalité de sécurité, une atteinte à la confidentialité des données, un déni de service, une élévation de privilèges, une exécution de code à distance et une usurpation d'identité. Solution Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation). Documentation Bulletin de sécurité Microsoft du 12 octobre 2021 https://msrc.microsoft.com/update-guide/ Référence CVE CVE-2020-1971 https://www.cve.org/CVERecord?id=CVE-2020-1971 Référence CVE CVE-2021-26427 https://www.cve.org/CVERecord?id=CVE-2021-26427 Référence CVE CVE-2021-34453 https://www.cve.org/CVERecord?id=CVE-2021-34453 Référence CVE CVE-2021-3449 https://www.cve.org/CVERecord?id=CVE-2021-3449 Référence CVE CVE-2021-3450 https://www.cve.org/CVERecord?id=CVE-2021-3450 Référence CVE CVE-2021-40454 https://www.cve.org/CVERecord?id=CVE-2021-40454 Référence CVE CVE-2021-40457 https://www.cve.org/CVERecord?id=CVE-2021-40457 Référence CVE CVE-2021-40471 https://www.cve.org/CVERecord?id=CVE-2021-40471 Référence CVE CVE-2021-40472 https://www.cve.org/CVERecord?id=CVE-2021-40472 Référence CVE CVE-2021-40473 https://www.cve.org/CVERecord?id=CVE-2021-40473 Référence CVE CVE-2021-40474 https://www.cve.org/CVERecord?id=CVE-2021-40474 Référence CVE CVE-2021-40479 https://www.cve.org/CVERecord?id=CVE

Official advisory
CERT-FR · French · CERTFR-2021-AVI-540Multiples vulnérabilités dans les produits SonicWall

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

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

d?id=CVE-2021-34325 Référence CVE CVE-2021-34326 https://www.cve.org/CVERecord?id=CVE-2021-34326 Référence CVE CVE-2021-34327 https://www.cve.org/CVERecord?id=CVE-2021-34327 Référence CVE CVE-2021-34328 https://www.cve.org/CVERecord?id=CVE-2021-34328 Référence CVE CVE-2021-34329 https://www.cve.org/CVERecord?id=CVE-2021-34329 Référence CVE CVE-2021-34330 https://www.cve.org/CVERecord?id=CVE-2021-34330 Référence CVE CVE-2021-34331 https://www.cve.org/CVERecord?id=CVE-2021-34331 Référence CVE CVE-2021-34332 https://www.cve.org/CVERecord?id=CVE-2021-34332 Référence CVE CVE-2021-34333 https://www.cve.org/CVERecord?id=CVE-2021-34333 Référence CVE CVE-2021-3449 https://www.cve.org/CVERecord?id=CVE-2021-3449 Gestion détaillée du document le 13 juillet 2021 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-2021-AVI-430Multiples vulnérabilités dans Tenable LCE

De multiples vulnérabilités ont été découvertes dans Tenable LCE. Elles permettent à un attaquant de provoquer une exécution de code arbitraire, un déni de service à distance et un contournement de la politique de sécurité.

Official advisory
CERT-FR · French · CERTFR-2021-AVI-415Multiples vulnérabilités dans les produits Stormshield

De multiples vulnérabilités ont été découvertes dans les produits Stormshield. Elles permettent à un attaquant de provoquer un déni de service à distance.

Official advisory
CERT-FR · French · CERTFR-2021-AVI-395Multiples vulnérabilités dans IBM Spectrum Control

d?id=CVE-2021-21347 Référence CVE CVE-2021-21348 https://www.cve.org/CVERecord?id=CVE-2021-21348 Référence CVE CVE-2021-21349 https://www.cve.org/CVERecord?id=CVE-2021-21349 Référence CVE CVE-2021-21350 https://www.cve.org/CVERecord?id=CVE-2021-21350 Référence CVE CVE-2021-21351 https://www.cve.org/CVERecord?id=CVE-2021-21351 Référence CVE CVE-2021-22883 https://www.cve.org/CVERecord?id=CVE-2021-22883 Référence CVE CVE-2021-22884 https://www.cve.org/CVERecord?id=CVE-2021-22884 Référence CVE CVE-2021-23840 https://www.cve.org/CVERecord?id=CVE-2021-23840 Référence CVE CVE-2021-26296 https://www.cve.org/CVERecord?id=CVE-2021-26296 Référence CVE CVE-2021-3449 https://www.cve.org/CVERecord?id=CVE-2021-3449 Référence CVE CVE-2021-3450 https://www.cve.org/CVERecord?id=CVE-2021-3450 Gestion détaillée du document le 21 mai 2021 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-2021-AVI-388Vulnérabilité dans Stormshield Endpoint Security

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

Official advisory
CERT-FR · French · CERTFR-2021-AVI-374Multiples vulnérabilités dans Tenable Nessus

De multiples vulnérabilités ont été découvertes dans Tenable Nessus. 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-2021-AVI-341Multiples vulnérabilités les produits Stormshield

De multiples vulnérabilités ont été découvertes dans les produits Stormshield. Elles permettent à un attaquant de provoquer un déni de service à distance et une atteinte à la confidentialité des données.

Official advisory
CERT-FR · French · CERTFR-2021-AVI-318Multiples vulnérabilités dans Zimbra

De multiples vulnérabilités ont été découvertes dans Zimbra. Elles permettent à un attaquant de provoquer un déni de service à distance.

Official advisory
CERT-FR · French · CERTFR-2021-AVI-313Multiples vulnérabilités dans Stormshield Management Center

De multiples vulnérabilités ont été découvertes dans Stormshield Management Center. Elles permettent à un attaquant de provoquer un déni de service à distance.

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

ve.org/CVERecord?id=CVE-2021-2298 Référence CVE CVE-2021-2299 https://www.cve.org/CVERecord?id=CVE-2021-2299 Référence CVE CVE-2021-2300 https://www.cve.org/CVERecord?id=CVE-2021-2300 Référence CVE CVE-2021-2301 https://www.cve.org/CVERecord?id=CVE-2021-2301 Référence CVE CVE-2021-2304 https://www.cve.org/CVERecord?id=CVE-2021-2304 Référence CVE CVE-2021-2305 https://www.cve.org/CVERecord?id=CVE-2021-2305 Référence CVE CVE-2021-2307 https://www.cve.org/CVERecord?id=CVE-2021-2307 Référence CVE CVE-2021-2308 https://www.cve.org/CVERecord?id=CVE-2021-2308 Référence CVE CVE-2021-23841 https://www.cve.org/CVERecord?id=CVE-2021-23841 Référence CVE CVE-2021-3449 https://www.cve.org/CVERecord?id=CVE-2021-3449 Référence CVE CVE-2021-3450 https://www.cve.org/CVERecord?id=CVE-2021-3450 Gestion détaillée du document le 21 avril 2021 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-2021-AVI-235Multiples vulnérabilités dans les produits Tenable

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

Official advisory
CERT-FR · French · CERTFR-2021-AVI-221Multiples vulnérabilités dans OpenSSL

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

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
RUGGEDCOM CROSSBOW Station Access Controller (SAC); RUGGEDCOM RM1224 LTE(4G) EU (6GK6108-4AM00-2BA2); RUGGEDCOM RM1224 LTE(4G) NAM (6GK6108-4AM00-2DA2); SCALANCE LPE9403 (6GK5998-3GS00-2AC2); SCALANCE M804PB (6GK5804-0AP00-2AA2); SCALANCE M812-1 ADSL-Router (Annex A) (6GK5812-1AA00-2AA2); SCALANCE M812-1 ADSL-Router (Annex B) (6GK5812-1BA00-2AA2); SCALANCE M816-1 ADSL-Router (Annex A) (6GK5816-1AA00-2AA2); SCALANCE M816-1 ADSL-Router (Annex B) (6GK5816-1BA00-2AA2); SCALANCE M826-2 SHDSL-Router (6GK5826-2AB00-2AB2); SCALANCE M874-2 (6GK5874-2AA00-2AA2); SCALANCE M874-3 (6GK5874-3AA00-2AA2); SCALANCE M876-3 (EVDO) (6GK5876-3AA02-2BA2); SCALANCE M876-3 (ROK) (6GK5876-3AA02-2EA2); SCALANCE M876-4 (EU) (6GK5876-4AA00-2BA2); SCALANCE M876-4 (NAM) (6GK5876-4AA00-2DA2); SCALANCE S602; SCALANCE S612; SCALANCE S615 (6GK5615-0AA00-2AA2); SCALANCE S623; SCALANCE S627-2M; SCALANCE SC622-2C (6GK5622-2GS00-2AC2); SCALANCE SC632-2C (6GK5632-2GS00-2AC2); SCALANCE SC636-2C (6GK5636-2GS00-2AC2); SCALANCE SC642-2C (6GK5642-2GS00-2AC2); SCALANCE SC646-2C (6GK5646-2GS00-2AC2); SCALANCE W-700 IEEE 802.11n family; SCALANCE W1748-1 M12 (6GK5748-1GY01-0AA0); SCALANCE W1748-1 M12 (6GK5748-1GY01-0TA0); SCALANCE W1788-1 M12 (6GK5788-1GY01-0AA0); and 65 more
Fixed
An authoritative update reference is available, but the fixed version is not recorded in the structured CVE fields. Check the linked vendor advisory for the applicable release.
Action
Update to V2.2.28 or later version
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 25 Mar 2021 · Last source change 17 Sept 2024, 03:43 UTC · CWE-476 · NULL Pointer Dereference

CVE recordCVE.org · 5.1
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-2021-1628
Product sourceVendor CSAF · Siemens ProductCERT
Remediation sourceVendor CSAF · Siemens ProductCERT
CWE sourceNIST NVD
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 →

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-2021-3449 · cve.blacktree.nl