Lucene search
+L

119 matches found

Tenable Nessus
Tenable Nessus
added 2023/05/14 12:00 a.m.25 views

AlmaLinux 9 : libarchive (ALSA-2023:2532)

The remote AlmaLinux 9 host has packages installed that are affected by a vulnerability as referenced in the ALSA-2023:2532 advisory. - In libarchive before 3.6.2, the software does not check for an error after calling calloc function that can return with a NULL pointer if the function fails, whi...

9.8CVSS7.3AI score0.02357EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2023/04/27 12:00 a.m.34 views

EulerOS Virtualization 2.9.0 : libarchive (EulerOS-SA-2023-1673)

According to the versions of the libarchive package installed, the EulerOS Virtualization installation on the remote host is affected by the following vulnerabilities : - In libarchive before 3.6.2, the software does not check for an error after calling calloc function that can return with a NULL...

9.8CVSS7.1AI score0.02357EPSS
SaveExploits0References2
NVD
NVD
added 2023/04/24 9:15 p.m.25 views

CVE-2023-28484

In libxml2 before 2.10.4, parsing of certain invalid XSD schemas can lead to a NULL pointer dereference and subsequently a segfault. This occurs in xmlSchemaFixupComplexType in xmlschemas.c...

6.5CVSS7.9AI score0.01086EPSS
SaveExploits1References5
Tenable Nessus
Tenable Nessus
added 2023/03/20 12:00 a.m.45 views

CBL Mariner 2.0 Security Update: libarchive (CVE-2022-36227)

The version of libarchive installed on the remote CBL Mariner 2.0 host is prior to tested version. It is, therefore, affected by a vulnerability as referenced in the CVE-2022-36227 advisory. - In libarchive before 3.6.2, the software does not check for an error after calling calloc function that...

9.8CVSS7.3AI score0.02357EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2023/03/07 12:00 a.m.32 views

EulerOS 2.0 SP11 : libarchive (EulerOS-SA-2023-1411)

According to the versions of the libarchive package installed, the EulerOS installation on the remote host is affected by the following vulnerabilities : - In libarchive before 3.6.2, the software does not check for an error after calling calloc function that can return with a NULL pointer if the...

9.8CVSS7.2AI score0.02357EPSS
SaveExploits0References2
FreeBSD
FreeBSD
added 2023/02/16 12:00 a.m.51 views

FreeBSD -- Multiple vulnerabilities in OpenSSL

Problem Description: X.400 address type confusion in X.509 GeneralName CVE-2023-0286 There is a type confusion vulnerability relating to X.400 address processing inside an X.509 GeneralName. X.400 addresses were parsed as an ASN1STRING but the public structure definition for GENERALNAME incorrect...

7.5CVSS7AI score0.59501EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2023/02/10 12:00 a.m.41 views

EulerOS 2.0 SP10 : libarchive (EulerOS-SA-2023-1389)

According to the versions of the libarchive package installed, the EulerOS installation on the remote host is affected by the following vulnerabilities : - In libarchive before 3.6.2, the software does not check for an error after calling calloc function that can return with a NULL pointer if the...

9.8CVSS7.2AI score0.02357EPSS
SaveExploits0References2
Talos
Talos
added 2022/12/22 12:00 a.m.40 views

OpenImageIO Project OpenImageIO ZfileOutput::close() denial of service vulnerability

Talos Vulnerability Report TALOS-2022-1657 OpenImageIO Project OpenImageIO ZfileOutput::close denial of service vulnerability December 22, 2022 CVE Number CVE-2022-43603 SUMMARY A denial of service vulnerability exists in the ZfileOutput::close functionality of OpenImageIO Project OpenImageIO...

5.9CVSS7AI score0.01325EPSS
SaveExploits1
RubySec
RubySec
added 2022/12/07 12:00 a.m.30 views

Unchecked return value from xmlTextReaderExpand

Summary Nokogiri 1.13.8, 1.13.9 fails to check the return value from xmlTextReaderExpand in the method Nokogiri::XML::Readerattributehash. This can lead to a null pointer exception when invalid markup is being parsed. For applications using XML::Reader to parse untrusted inputs, this may...

7.5CVSS2.6AI score0.01758EPSS
SaveExploits0References1Affected Software1
Tenable Nessus
Tenable Nessus
added 2022/11/30 12:00 a.m.35 views

SUSE SLES12 Security Update : libarchive (SUSE-SU-2022:4296-1)

The remote SUSE Linux SLES12 / SLESSAP12 host has packages installed that are affected by a vulnerability as referenced in the SUSE-SU-2022:4296-1 advisory. - CVE-2022-36227: Fixed potential NULL pointer dereference in archivewriteallocatefilter bsc1205629. Tenable has extracted the preceding...

9.8CVSS6.8AI score0.02357EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2022/11/24 12:00 a.m.36 views

SUSE SLED15 / SLES15 / openSUSE 15 Security Update : libarchive (SUSE-SU-2022:4202-1)

The remote SUSE Linux SLED15 / SLEDSAP15 / SLES15 / SLESSAP15 / openSUSE 15 host has packages installed that are affected by a vulnerability as referenced in the SUSE-SU-2022:4202-1 advisory. - CVE-2022-36227: Fixed potential NULL pointer dereference in archivewriteallocatefilter bsc1205629...

9.8CVSS6.8AI score0.02357EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2022/11/22 12:00 a.m.54 views

CVE-2022-36227

In libarchive before 3.6.2, the software does not check for an error after calling calloc function that can return with a NULL pointer if the function fails, which leads to a resultant NULL pointer dereference. NOTE: the discoverer cites this CWE-476 remark but third parties dispute the...

9.7AI score0.02357EPSS
SaveExploits0References6
AlpineLinux
AlpineLinux
added 2022/11/22 12:00 a.m.54 views

CVE-2022-36227

In libarchive before 3.6.2, the software does not check for an error after calling calloc function that can return with a NULL pointer if the function fails, which leads to a resultant NULL pointer dereference. NOTE: the discoverer cites this CWE-476 remark but third parties dispute the...

9.8CVSS9.8AI score0.02357EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2022/07/27 12:00 a.m.44 views

Schneider Electric Modicon NULL Pointer Dereference (CVE-2022-34761)

A CWE-476: NULL Pointer Dereference vulnerability exists that could cause a denial of service of the webserver when parsing JSON content type. Affected Products: X80 advanced RTU Communication Module BMENOR2200H V2.01 and later, OPC UA Modicon Communication Module BMENUA0100 V1.10 and prior - A...

7.5CVSS7.1AI score0.00868EPSS
SaveExploits0References2
NVD
NVD
added 2022/07/13 9:15 p.m.36 views

CVE-2022-34761

A CWE-476: NULL Pointer Dereference vulnerability exists that could cause a denial of service of the webserver when parsing JSON content type. Affected Products: X80 advanced RTU Communication Module BMENOR2200H V2.01 and later, OPC UA Modicon Communication Module BMENUA0100 V1.10 and prior...

7.5CVSS0.00868EPSS
SaveExploits0References1
Prion
Prion
added 2022/07/13 9:15 p.m.27 views

Null pointer dereference

A CWE-476: NULL Pointer Dereference vulnerability exists that could cause a denial of service of the webserver when parsing JSON content type. Affected Products: X80 advanced RTU Communication Module BMENOR2200H V2.01 and later, OPC UA Modicon Communication Module BMENUA0100 V1.10 and prior...

5CVSS7.4AI score0.00868EPSS
SaveExploits0References1Affected Software2
Cvelist
Cvelist
added 2022/07/13 9:10 p.m.42 views

CVE-2022-34761

A CWE-476: NULL Pointer Dereference vulnerability exists that could cause a denial of service of the webserver when parsing JSON content type. Affected Products: X80 advanced RTU Communication Module BMENOR2200H V2.01 and later, OPC UA Modicon Communication Module BMENUA0100 V1.10 and prior...

7.5CVSS7.6AI score0.00868EPSS
SaveExploits0References1
CVE
CVE
added 2022/07/13 9:10 p.m.91 views

CVE-2022-34761

CVE-2022-34761 is a NULL pointer dereference in Schneider Electric’s X80 advanced RTU Module (BMENOR2200H, V2.01+) and OPC UA Modicon Module (BMENUA0100, V1.10 and older) that can cause a denial of service in the webserver when parsing JSON content. The root cause is a NULL pointer dereference re...

7.5CVSS7.4AI score0.00868EPSS
SaveExploits0References1Affected Software1
ICS
ICS
added 2022/06/14 12:00 a.m.295 views

Siemens Apache HTTP Server

1. EXECUTIVE SUMMARY CVSS v3 9.8 ATTENTION: Exploitable remotely/low attack complexity Vendor: Siemens Equipment: Apache HTTP Server Vulnerabilities: NULL Pointer Dereference, Out-of-bounds Write, Server-side Request Forgery SSRF 2. UPDATE INFORMATION This updated advisory is a follow-up to the...

9.8CVSS9.7AI score0.99999EPSS
SaveExploits5References11
Tenable Nessus
Tenable Nessus
added 2022/06/06 12:00 a.m.31 views

EulerOS 2.0 SP10 : protobuf (EulerOS-SA-2022-1814)

According to the versions of the protobuf packages installed, the EulerOS installation on the remote host is affected by the following vulnerabilities : - Nullptr dereference when a null char is present in a proto symbol. The symbol is parsed incorrectly, leading to an unchecked call into the pro...

6.5CVSS6.6AI score0.0266EPSS
SaveExploits0References2
Rows per page
Query Builder