Lucene search
+L

153 matches found

OSV
OSV
added 2022/09/16 11:05 a.m.15 views

OESA-2022-1921 python3 security update

Python combines remarkable power with very clear syntax. It has modules,classes, exceptions, very high level dynamic data types, and dynamic typing. There are interfaces to many system calls and libraries, as well as to various windowing systems. New built-in modules are easily written in C or C+...

7.5CVSS8.4AI score0.05768EPSS
SaveExploits0References2
CNNVD
CNNVD
added 2022/09/05 12:00 a.m.9 views

Python 代码问题漏洞

Python is an open source, object-oriented programming language from the Python Foundation. The language is extensible, supports modules and packages, and supports multiple platforms. Python has a security vulnerability that can be exploited by an attacker to trigger a denial of service by...

7.5CVSS7.3AI score0.05768EPSS
SaveExploits0References64
BDU FSTEC
BDU FSTEC
added 2022/08/04 12:00 a.m.11 views

The vulnerability of the Apache Xalan Java XSLT library, related to a rounding error, allows attackers to execute arbitrary code.

The vulnerability of the Apache Xalan Java XSLT library is related to an error in converting integer values when processing XSLT style sheets. Exploiting this vulnerability allows a remote attacker to execute arbitrary code...

7.8CVSS7.3AI score0.81039EPSS
SaveExploits2References19Affected Software11
BDU FSTEC
BDU FSTEC
added 2022/04/25 12:00 a.m.10 views

The vulnerability of the `exif_convert_any_to_int` function in the PHP programming language allows a hacker to trigger a service failure.

The vulnerability of the exifconvertanytoint function in the PHP programming language is related to errors in number processing. Exploiting this vulnerability can allow an attacker to cause service failures through specially created EXIF data...

7.8CVSS7.4AI score0.07827EPSS
SaveExploits0References12Affected Software3
OSV
OSV
added 2021/11/18 9:50 p.m.11 views

MGASA-2021-0511 Updated python-django-filter packages fix security vulnerability

In django-filter before version 2.4.0, automatically generated 'NumberFilter' instances, whose value was later converted to an integer, were subject to potential DoS from maliciously input using exponential format with sufficiently large exponents...

7.5CVSS7.5AI score0.01797EPSS
SaveExploits0References3
Ubuntu
Ubuntu
added 2021/09/13 9:12 a.m.157 views

LSN-0081-1: Kernel Live Patch Security Notice

Maxim Levitsky discovered that the KVM hypervisor implementation for AMD processors in the Linux kernel did not properly prevent a guest VM from enabling AVIC in nested guest VMs. An attacker in a guest VM could use this to write to portions of the host's physical memory.CVE-2021-3653 Maxim...

8.8CVSS7.4AI score0.78684EPSS
SaveExploits28
Github Security Blog
Github Security Blog
added 2021/08/25 2:42 p.m.50 views

Crash caused by integer conversion to unsigned

Impact An attacker can cause a denial of service in boostedtreescreatequantilestreamresource by using negative arguments: python import tensorflow as tf from tensorflow.python.ops import genboostedtreesops import numpy as np v= tf.Variable0.0, 0.0, 0.0, 0.0, 0.0...

5.5CVSS5.8AI score0.00154EPSS
SaveExploits0References7Affected Software3
OSV
OSV
added 2021/08/25 2:42 p.m.10 views

GHSA-VMJW-C2VP-P33C Crash in NMS ops caused by integer conversion to unsigned

Impact An attacker can cause denial of service in applications serving models using tf.rawops.NonMaxSuppressionV5 by triggering a division by 0: python import tensorflow as tf tf.rawops.NonMaxSuppressionV5 boxes=0.1,0.1,0.1,0.1,0.2,0.2,0.2,0.2,0.3,0.3,0.3,0.3, scores=1.0,2.0,3.0, maxoutputsize=-1...

6.8CVSS5.9AI score0.00175EPSS
SaveExploits0References8
Github Security Blog
Github Security Blog
added 2021/08/25 2:42 p.m.38 views

Crash in NMS ops caused by integer conversion to unsigned

Impact An attacker can cause denial of service in applications serving models using tf.rawops.NonMaxSuppressionV5 by triggering a division by 0: python import tensorflow as tf tf.rawops.NonMaxSuppressionV5 boxes=0.1,0.1,0.1,0.1,0.2,0.2,0.2,0.2,0.3,0.3,0.3,0.3, scores=1.0,2.0,3.0, maxoutputsize=-1...

5.5CVSS5.8AI score0.00175EPSS
SaveExploits0References8Affected Software3
Cvelist
Cvelist
added 2021/08/12 10:55 p.m.40 views

CVE-2021-37669 Crash in NMS ops caused by integer conversion to unsigned in TensorFlow

TensorFlow is an end-to-end open source platform for machine learning. In affected versions an attacker can cause denial of service in applications serving models using tf.rawops.NonMaxSuppressionV5 by triggering a division by 0. The implementation uses a user controlled argument to resize a...

5.5CVSS6AI score0.00175EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2021/08/12 9:10 p.m.49 views

CVE-2021-37646 Bad alloc in `StringNGrams` caused by integer conversion in TensorFlow

TensorFlow is an end-to-end open source platform for machine learning. In affected versions the implementation of tf.rawops.StringNGrams is vulnerable to an integer overflow issue caused by converting a signed integer value to an unsigned one and then allocating memory based on this value. The...

5.5CVSS6.2AI score0.00154EPSS
SaveExploits0References2
Ubuntu
Ubuntu
added 2021/07/26 8:29 a.m.177 views

LSN-0079-1: Kernel Live Patch Security Notice

It was discovered that the eBPF implementation in the Linux kernel did not properly track bounds information for 32 bit registers when performing div and mod operations. A local attacker could use this to possibly execute arbitrary code.CVE-2021-3600 It was discovered that the virtual file system...

7.8CVSS7.2AI score0.09729EPSS
SaveExploits6
Ubuntu
Ubuntu
added 2021/07/20 9:33 p.m.147 views

USN-5014-1: Linux kernel vulnerability

It was discovered that the virtual file system implementation in the Linux kernel contained an unsigned to signed integer conversion error. A local attacker could use this to cause a denial of service system crash or execute arbitrary code...

7.8CVSS7.2AI score0.09729EPSS
SaveExploits6
Ubuntu
Ubuntu
added 2021/07/20 9:29 p.m.162 views

USN-5016-1: Linux kernel vulnerabilities

It was discovered that the virtual file system implementation in the Linux kernel contained an unsigned to signed integer conversion error. A local attacker could use this to cause a denial of service system crash or execute arbitrary code. CVE-2021-33909 Or Cohen and Nadav Markus discovered a...

7.8CVSS7.5AI score0.09729EPSS
SaveExploits8
Talos
Talos
added 2021/06/16 12:00 a.m.66 views

EIP Stack Group OpENer Ethernet/IP UDP handler information disclosure vulnerability

Summary An information disclosure vulnerability exists in the Ethernet/IP UDP handler functionality of EIP Stack Group OpENer 2.3 and development commit 8c73bf3. A specially crafted network request can lead to an out-of-bounds read. Tested Versions EIP Stack Group OpENer 2.3 EIP Stack Group OpENe...

10CVSS9.1AI score0.01667EPSS
SaveExploits1
Debian CVE
Debian CVE
added 2021/04/29 12:00 a.m.74 views

CVE-2020-15225

django-filter is a generic system for filtering Django QuerySets based on user selections. In django-filter before version 2.4.0, automatically generated NumberFilter instances, whose value was later converted to an integer, were subject to potential DoS from maliciously input using exponential...

7.5CVSS7AI score0.01797EPSS
SaveExploits0
Talos
Talos
added 2021/01/05 12:00 a.m.175 views

SoftMaker Office TextMaker Document Record 0x003f integer conversion vulnerability

Summary An exploitable signed conversion vulnerability exists in the TextMaker document parsing functionality of SoftMaker Office 2021’s TextMaker application. A specially crafted document can cause the document parser to miscalculate a length used to allocate a buffer, later upon usage of this...

8.8CVSS7.9AI score0.01581EPSS
SaveExploits1
OSV
OSV
added 2020/09/28 7:05 p.m.30 views

GHSA-X7GM-RFGV-W973 Potential DoS with NumberFilter conversion to integer values.

Impact Automatically generated NumberFilter instances, whose value was later converted to an integer, were subject to potential DoS from maliciously input using exponential format with sufficiently large exponents. Patches Version 2.4.0+ applies a MaxValueValidator with a a default limitvalue of...

8.7CVSS6.8AI score0.01797EPSS
SaveExploits0References11
Prion
Prion
added 2020/06/18 2:15 p.m.24 views

Design/Logic Flaw

An issue was discovered in adns before 1.5.2. adnsrrinfo mishandles a bogus datap. The general pattern for formatting integers is to sprintf into a fixed-size buffer. This is correct if the input is in the right range; if it isn't, the buffer may be overrun depending on the sizes of the types on...

5CVSS7.5AI score0.01876EPSS
SaveExploits0References5Affected Software2
Tenable Nessus
Tenable Nessus
added 2019/08/12 12:00 a.m.28 views

NewStart CGSL MAIN 4.05 : libguestfs Vulnerability (NS-SA-2019-0110)

The remote NewStart CGSL host, running version MAIN 4.05, has libguestfs packages installed that are affected by a vulnerability: - An integer conversion flaw was found in the way OCaml's String handled its length. Certain operations on an excessively long String could trigger a buffer overflow o...

9.1CVSS8.3AI score0.05267EPSS
SaveExploits0References2
Rows per page
Query Builder