Lucene search
+L

7519 matches found

UbuntuCve
UbuntuCve
added 2021/11/18 7:15 p.m.31 views

CVE-2021-39920

NULL pointer exception in the IPPUSB dissector in Wireshark 3.4.0 to 3.4.9 allows denial of service via packet injection or crafted capture file...

7.5CVSS6.8AI score0.03158EPSS
SaveExploits1References3
CVE
CVE
added 2021/11/18 12:0 a.m.167 views

CVE-2021-39920

CVE-2021-39920 affects Wireshark IPPUSB dissector: a NULL pointer dereference in versions 3.4.0–3.4.9 can cause a denial of service via crafted captures or packet injection. Public advisories document DoS impact on network-access attacker and list fixes in Wireshark updates (e.g., Debian 3.4.10-b...

7.5CVSS7.4AI score0.03158EPSS
SaveExploits1References7Affected Software1
CVE
CVE
added 2021/11/18 12:0 a.m.165 views

CVE-2021-39928

Wireshark vulnerability CVE-2021-39928 is a NULL pointer dereference in the IEEE 802.11 dissector that may allow a denial of service via crafted captures or packet injection. Affected ranges include Wireshark 3.4.0–3.4.9 and 3.2.0–3.2.17. Public advisories indicate fixes are available: Debian Bul...

7.5CVSS7.4AI score0.05501EPSS
SaveExploits1References8Affected Software1
AlpineLinux
AlpineLinux
added 2021/11/18 12:0 a.m.56 views

CVE-2021-39920

NULL pointer exception in the IPPUSB dissector in Wireshark 3.4.0 to 3.4.9 allows denial of service via packet injection or crafted capture file...

7.5CVSS7.7AI score0.03158EPSS
SaveExploits1
RubySec
RubySec
added 2021/11/18 12:0 a.m.30 views

Authentication Bypass by CSRF Weakness

Impact CSRF vulnerability that allows user account takeover. All applications using any version of the frontend component of solidusauthdevise are affected if protectfromforgery method is both: - Executed whether as: - A beforeaction callback the default - A prependbeforeaction option prepend: tr...

9.3CVSS6.7AI score0.00609EPSS
SaveExploits1References1Affected Software1
Debian CVE
Debian CVE
added 2021/11/18 12:0 a.m.24 views

CVE-2021-39928

NULL pointer exception in the IEEE 802.11 dissector in Wireshark 3.4.0 to 3.4.9 and 3.2.0 to 3.2.17 allows denial of service via packet injection or crafted capture file...

7.5CVSS3.8AI score0.05501EPSS
SaveExploits1
ATTACKERKB
ATTACKERKB
added 2021/11/17 8:15 p.m.5 views

CVE-2021-41275

spreeauthdevise is an open source library which provides authentication and authorization services for use with the Spree storefront framework by using an underlying Devise authentication framework. In affected versions spreeauthdevise is subject to a CSRF vulnerability that allows user account...

9.3CVSS7.2AI score0.0052EPSS
SaveExploits0References3Affected Software1
CNVD
CNVD
added 2021/11/17 12:0 a.m.59 views

Huawei CloudEngine Resource Management Error Vulnerability

Huawei CloudEngine is a data center switch from Huawei China. Huawei CloudEngine is vulnerable to a resource management error, which can be exploited by attackers to cause a service exception by sending a specific tampered message...

6.5CVSS2.5AI score0.0026EPSS
SaveExploits0References1
CNVD
CNVD
added 2021/11/16 12:0 a.m.51 views

Open Design Alliance Drawings SDK has an unspecified vulnerability (CNVD-2021-89162)

Open Design Alliance Drawings SDK is a software development kit for drawing design applications from Open Design Alliance, Inc. The Open Design Alliance Drawings SDK contains a security vulnerability that results from an exception vulnerability in the sample The ODA Viewer continues to process...

9.8CVSS3.2AI score0.03517EPSS
SaveExploits0References1
OSV
OSV
added 2021/11/14 9:15 p.m.5 views

CVE-2021-43272

An improper handling of exceptional conditions vulnerability exists in Open Design Alliance ODA Viewer sample before 2022.11. ODA Viewer continues to process invalid or malicious DWF files instead of stopping upon an exception. An attacker can leverage this vulnerability to execute code in the...

9.8CVSS6AI score0.03517EPSS
SaveExploits0References4
Prion
Prion
added 2021/11/14 9:15 p.m.18 views

Design/Logic Flaw

An improper handling of exceptional conditions vulnerability exists in Open Design Alliance ODA Viewer sample before 2022.11. ODA Viewer continues to process invalid or malicious DWF files instead of stopping upon an exception. An attacker can leverage this vulnerability to execute code in the...

7.5CVSS9.5AI score0.03517EPSS
SaveExploits0References4Affected Software1
CVE
CVE
added 2021/11/14 8:59 p.m.51 views

CVE-2021-43272

CVE-2021-43272 relates to Open Design Alliance ODAViewer: a parsing flaw in DWF handling that can lead to remote code execution. The ZDI advisories (ZDI-21-1358, ZDI-21-1360, ZDI-21-1363) describe a stack-based buffer overflow in the DWF file parser, caused by insufficient validation of the lengt...

9.8CVSS9.5AI score0.03517EPSS
SaveExploits0References4Affected Software1
Tenable Nessus
Tenable Nessus
added 2021/11/11 12:0 a.m.33 views

EulerOS 2.0 SP5 : python-werkzeug (EulerOS-SA-2021-2671)

According to the versions of the python-werkzeug package installed, the EulerOS installation on the remote host is affected by the following vulnerabilities : - Cross-site scripting XSS vulnerability in the renderfull function in debug/tbtools.py in the debugger in Pallets Werkzeug before 0.11.11...

6.1CVSS6.9AI score0.01985EPSS
SaveExploits1References3
Github Security Blog
Github Security Blog
added 2021/11/10 6:57 p.m.38 views

Null pointer exception in `DeserializeSparse`

Impact The shape inference code for DeserializeSparse can trigger a null pointer dereference: python import tensorflow as tf dataset = tf.data.Dataset.range3 @tf.function def test: y = tf.rawops.DeserializeSparse serializedsparse=tf.data.experimental.tovariantdataset, dtype=tf.int32 test This is...

5.5CVSS1.8AI score0.00181EPSS
SaveExploits1References7Affected Software3
Github Security Blog
Github Security Blog
added 2021/11/10 6:55 p.m.38 views

Null pointer exception when `Exit` node is not preceded by `Enter` op

Impact The process of building the control flow graph for a TensorFlow model is vulnerable to a null pointer exception when nodes that should be paired are not: python import tensorflow as tf @tf.function def func: return tf.rawops.Exitdata=False,False func This occurs because the code assumes th...

5.5CVSS1.7AI score0.00181EPSS
SaveExploits1References7Affected Software3
Prion
Prion
added 2021/11/10 5:15 p.m.24 views

Design/Logic Flaw

An improper handling of exceptional conditions vulnerability exists in Palo Alto Networks GlobalProtect portal and gateway interfaces that enables an unauthenticated network-based attacker to send specifically crafted traffic to a GlobalProtect interface that causes the service to stop responding...

4.3CVSS7.4AI score0.00904EPSS
SaveExploits0References1Affected Software1
OSV
OSV
added 2021/11/09 12:0 a.m.6 views

OSV-2021-1549 Uncaught exception in com.google.gson.internal.bind.TypeAdapters$27.read

OSS-Fuzz report: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=40830 Crash type: Uncaught exception Crash state: com.google.gson.internal.bind.TypeAdapters$27.read java.base/java.lang.StringUTF16.compress java.base/java.lang.String...

7.2AI score
SaveExploits0References1
Prion
Prion
added 2021/11/05 9:15 p.m.14 views

Null pointer dereference

TensorFlow is an open source platform for machine learning. In affected versions the process of building the control flow graph for a TensorFlow model is vulnerable to a null pointer exception when nodes that should be paired are not. This occurs because the code assumes that the first node in th...

2.1CVSS5.6AI score0.00181EPSS
SaveExploits1References2Affected Software1
Cvelist
Cvelist
added 2021/11/05 8:55 p.m.42 views

CVE-2021-41215 Null pointer exception in `DeserializeSparse`

TensorFlow is an open source platform for machine learning. In affected versions the shape inference code for DeserializeSparse can trigger a null pointer dereference. This is because the shape inference function assumes that the serializesparse tensor is a tensor with positive rank and having 3 ...

5.5CVSS5.8AI score0.00181EPSS
SaveExploits1References2
OpenVAS
OpenVAS
added 2021/11/03 12:0 a.m.19 views

Python < 3.7.0 DoS Vulnerability (Mar 2018) - Linux

Python is prone to a denial of service DoS vulnerability. SPDX-FileCopyrightText: 2021 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only CPE = "cpe:/a:python:python";...

6.5CVSS7.2AI score0.01348EPSS
SaveExploits0References1
Rows per page
Query Builder