Lucene search
+L

68 matches found

NVD
NVD
added 2021/05/14 8:15 p.m.36 views

CVE-2021-29535

TensorFlow is an end-to-end open source platform for machine learning. An attacker can cause a heap buffer overflow in QuantizedMul by passing in invalid thresholds for the quantization. This is because the...

7.8CVSS0.00211EPSS
Exploits1References2
OSV
OSV
added 2021/05/14 8:15 p.m.28 views

PYSEC-2021-537

TensorFlow is an end-to-end open source platform for machine learning. Incomplete validation in SparseAdd results in allowing attackers to exploit undefined behavior dereferencing null pointers as well as write outside of bounds of heap allocated data. The...

7.8CVSS1.3AI score0.00234EPSS
Exploits1References3
Cvelist
Cvelist
added 2021/05/14 7:20 p.m.27 views

CVE-2021-29609 Incomplete validation in `SparseAdd`

TensorFlow is an end-to-end open source platform for machine learning. Incomplete validation in SparseAdd results in allowing attackers to exploit undefined behavior dereferencing null pointers as well as write outside of bounds of heap allocated data. The...

5.3CVSS8AI score0.00234EPSS
Exploits1References3
OSV
OSV
added 2020/12/31 9:15 a.m.4 views

DEBIAN-CVE-2020-35919

An issue was discovered in the net2 crate before 0.2.36 for Rust. It has false expectations about the std::net::SocketAddr memory representation...

5.5CVSS5.4AI score0.00384EPSS
Exploits1References1
Cvelist
Cvelist
added 2020/12/09 12:19 a.m.26 views

CVE-2020-26950

In certain circumstances, the MCallGetProperty opcode can be emitted with unmet assumptions resulting in an exploitable use-after-free condition. This vulnerability affects Firefox 82.0.3, Firefox ESR 78.4.1, and Thunderbird 78.4.2...

8.3AI score0.42327EPSS
Exploits4References3
Veracode
Veracode
added 2020/12/06 3:6 a.m.41 views

Arbitrary Code Execution

chromium is vulnerable to arbitrary code execution. Incorrect optimization assumptions in V8 allows a remote attacker to execute arbitrary code inside a sandbox via a malicious HTML page...

8.8CVSS4.7AI score0.12879EPSS
Exploits0References10Affected Software1
RedHat Linux
RedHat Linux
added 2020/11/12 5:37 p.m.7 views

Mozilla: Write side effects in MCallGetProperty opcode not accounted for

In certain circumstances, the MCallGetProperty opcode can be emitted with unmet assumptions resulting in an exploitable use-after-free condition. This vulnerability affects Firefox 82.0.3, Firefox ESR 78.4.1, and Thunderbird 78.4.2...

9.3CVSS7.3AI score0.42327EPSS
Exploits4References5
Tenable Nessus
Tenable Nessus
added 2020/04/27 12:0 a.m.53 views

Debian DLA-2188-1 : php5 security update

Three issues have been found in php5, a server-side, HTML-embedded scripting language. CVE-2020-7064 A one byte out-of-bounds read, which could potentially lead to information disclosure or crash. CVE-2020-7066 An URL containing zero \0 character will be truncated at it, which may cause some...

7.5CVSS6.8AI score0.04311EPSS
Exploits3References5
UbuntuCve
UbuntuCve
added 2020/04/01 4:15 a.m.44 views

CVE-2020-7066

In PHP versions 7.2.x below 7.2.29, 7.3.x below 7.3.16 and 7.4.x below 7.4.4, while using getheaders with user-supplied URL, if the URL contains zero \0 character, the URL will be silently truncated at it. This may cause some software to make incorrect assumptions about the target of the getheade...

5.3CVSS6.8AI score0.02767EPSS
Exploits1References4
Debian CVE
Debian CVE
added 2020/04/01 3:35 a.m.43 views

CVE-2020-7066

In PHP versions 7.2.x below 7.2.29, 7.3.x below 7.3.16 and 7.4.x below 7.4.4, while using getheaders with user-supplied URL, if the URL contains zero \0 character, the URL will be silently truncated at it. This may cause some software to make incorrect assumptions about the target of the getheade...

5.3CVSS6.3AI score0.02767EPSS
Exploits1
CVE
CVE
added 2019/07/25 4:33 p.m.68 views

CVE-2019-2235

CVE-2019-2235 affects Qualcomm Snapdragon platforms listed in the vulnerability details. A buffer overflow occurs when the emulated RPMB is used, caused by sector-size assumptions in the trusted application (TA) rollback protection logic. The vulnerability impacts confidentiality, integrity, and ...

7.8CVSS7.8AI score0.00215EPSS
Exploits0References1Affected Software1
GoogleProjectZero
GoogleProjectZero
added 2019/05/10 12:0 a.m.11 views

Trashing the Flow of Data

Posted by Stephen Röttger In this blog post I want to present crbug.com/944062, a vulnerability in Chrome’s JavaScript compiler TurboFan that was discovered independently by Samuel saelo@ via fuzzing with fuzzilli, and by myself via manual code auditing. The bug was found in beta and was fixed...

7.7AI score
Exploits0
PyPA
PyPA
added 2019/02/07 7:29 a.m.9 views

PYSEC-2019-252

In parser/btorsmt2.c in Boolector 3.0.0, opening a specially crafted input file leads to a use after free in getfailedassumptions or btordelete...

5.5CVSS7AI score0.00959EPSS
Exploits1References6Affected Software1
Hacker One
Hacker One
added 2019/01/07 8:15 p.m.75 views

Internet Bug Bounty: Heap overflow in utf32be_mbc_to_code

https://bugs.php.net/bug.php?id=77418 Buffer overflow in mbctocode functions for UTF32BE, UTF32LE, UTF16BE, and UTF16LE due to incorrect length assumptions of a buffer. Provided a patch that was adapted to check the length of the buffer prior to using it. Impact Memory leakage and/or corruption...

7.5CVSS9.4AI score0.09317EPSS
Exploits1
Akamai Blog
Akamai Blog
added 2018/12/31 3:43 p.m.20 views

Zero Trust and the Case for Application Microsegmentation

Data breaches have become incessant. Recently, a very popular airline sevices company revealed a suspected breach involving customer credit card information. Even more recently, a hospital in Indiana reported that a virus had infected some of its systems that caused the hospital to be placed on...

1.2AI score
Exploits0
GoogleProjectZero
GoogleProjectZero
added 2018/07/26 12:0 a.m.14 views

Drawing Outside the Box: Precision Issues in Graphic Libraries

By Mark Brand and Ivan Fratric, Google Project Zero In this blog post, we are going to write about a seldom seen vulnerability class that typically affects graphic libraries though it can also occur in other types of software. The root cause of such issues is using limited precision arithmetic in...

7.6AI score
Exploits0
Cvelist
Cvelist
added 2018/07/02 6:0 p.m.28 views

CVE-2018-1113

setup before version 2.11.4-1.fc28 in Fedora and Red Hat Enterprise Linux added /sbin/nologin and /usr/sbin/nologin to /etc/shells. This violates security assumptions made by pamshells and some daemons which allow access based on a user's shell being listed in /etc/shells. Under some circumstance...

4.8CVSS5AI score0.00315EPSS
Exploits0References3
AlpineLinux
AlpineLinux
added 2018/05/17 2:0 p.m.57 views

CVE-2018-7159

The HTTP parser in all current versions of Node.js ignores spaces in the Content-Length header, allowing input such as Content-Length: 1 2 to be interpreted as having a value of 12. The HTTP specification does not allow for spaces in the Content-Length value and the Node.js HTTP parser has been...

5.3CVSS6.5AI score0.03621EPSS
Exploits0
Prion
Prion
added 2017/05/24 4:29 p.m.16 views

Input validation

DISPUTED The Bitcoin Proof-of-Work algorithm does not consider a certain attack methodology related to 80-byte block headers with a variety of initial 64-byte chunks followed by the same 16-byte chunk, multiple candidate root values ending with the same 4 bytes, and calculations involving sqrt...

5CVSS7.2AI score0.03251EPSS
Exploits0References7
Vulnrichment
Vulnrichment
added 2017/05/24 4:0 p.m.12 views

CVE-2017-9230

The Bitcoin Proof-of-Work algorithm does not consider a certain attack methodology related to 80-byte block headers with a variety of initial 64-byte chunks followed by the same 16-byte chunk, multiple candidate root values ending with the same 4 bytes, and calculations involving sqrt numbers. Th...

7.1AI score0.03251EPSS
Exploits0References7
Rows per page
Query Builder