Lucene search
+L

498 matches found

OSV
OSV
added 2021/09/01 12:00 a.m.14 views

OSV-2021-1183 UNKNOWN WRITE in draco::DepthFirstTraverser<draco::CornerTable, draco::MeshAttributeIndicesEncodi

OSS-Fuzz report: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=37864 Crash type: UNKNOWN WRITE Crash state: draco::DepthFirstTraverserdraco::CornerTable, draco::MeshAttributeIndicesEncodi draco::MeshTraversalSequencerdraco::DepthFirstTraverserdraco::CornerTable, dra...

7.2AI score
SaveExploits0References1
OSV
OSV
added 2021/08/19 3:21 p.m.8 views

OPENSUSE-SU-2021:1168-1 Security update for c-ares

This update for c-ares fixes the following issues: Version update to git snapshot 1.17.1+20200724: - CVE-2021-3672: fixed missing input validation on hostnames returned by DNS servers bsc1188881 - If aresgetaddrinfo was terminated by an aresdestroy, it would cause crash - Crash in sortaddrinfo if...

6.8CVSS7.5AI score0.02596EPSS
SaveExploits1References3
OSV
OSV
added 2021/08/17 12:00 a.m.7 views

OSV-2021-1137 Uncaught exception in com.alibaba.fastjson.parser.DefaultJSONParser.parseObject

OSS-Fuzz report: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=37237 Crash type: Uncaught exception Crash state: com.alibaba.fastjson.parser.DefaultJSONParser.parseObject java.base/java.util.HashMap.tableSizeFor java.base/java.util.HashMap...

7.2AI score
SaveExploits0References1
OSV
OSV
added 2021/08/12 9:15 p.m.37 views

CVE-2021-33056

Belledonne Belle-sip before 4.5.20, as used in Linphone and other products, can crash via an invalid From header in a SIP message...

7.5CVSS7AI score
SaveExploits0References2
CNNVD
CNNVD
added 2021/08/12 12:00 a.m.10 views

Belledonne Belle-sip 环境问题漏洞

Belledonne Belle-sip is a library that implements the SIP RFC 3261 transport, transaction, and conversation layers from Belledonne, France. A security vulnerability exists in Belledonne Belle-sip versions prior to 4.5.20, which stems from invalid information in SIP message headers, and can be...

7.5CVSS7.5AI score0.01294EPSS
SaveExploits0References2
Veracode
Veracode
added 2021/08/11 9:09 a.m.47 views

Denial Of Service (DoS)

firefox is vulnerable to denial of service. An exploitable crash is possible from incorrect instruction reordering during JIT optimization...

8.8CVSS2.5AI score0.01386EPSS
SaveExploits1References9Affected Software8
OSV
OSV
added 2021/07/18 12:00 a.m.6 views

OSV-2021-1027 Index-out-of-bounds in sd_read_byte

OSS-Fuzz report: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=36240 Crash type: Index-out-of-bounds Crash state: sdreadbyte sdbusreaddata sdhcireadblockfromcard...

7.2AI score
SaveExploits0References1
OSV
OSV
added 2021/06/27 12:00 a.m.8 views

OSV-2021-899 Heap-buffer-overflow in synth_name_to_path

OSS-Fuzz report: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=35548 Crash type: Heap-buffer-overflow READ 8 Crash state: synthnametopath v9fsconametopath v9fscompleterename...

7.2AI score
SaveExploits0References1
Huntr
Huntr
added 2021/06/23 7:41 a.m.7 views

Heap-based Buffer Overflow in rup0rt/pcapfix

Description A heap over flow was found in pcapfix in function fixpcapng in pcapng.c at line 1571 Test version : 1.1.6 2fe168e Test env: gcc 9.3.0 ubuntu 20.04 x86-64 Proof of Concept CFLAGS="-fsanitize=address" make ./pcapfix poc poc is attatched in reference link c ==618350==ERROR:...

7.1AI score
SaveExploits0References1
Huntr
Huntr
added 2021/06/23 7:41 a.m.12 views

Heap-based Buffer Overflow in rup0rt/pcapfix

Description A heap over flow was found in pcapfix in function fixpcapng in pcapng.c at line 216 Test version : 1.1.6 2fe168e Test env: gcc 9.3.0 ubuntu 20.04 x86-64 Proof of Concept CFLAGS="-fsanitize=address" make ./pcapfix poc poc is attatched in reference link c ==603793==ERROR:...

7.1AI score
SaveExploits0References1
Veracode
Veracode
added 2021/06/22 2:31 a.m.27 views

Regular Expression Denial Of Service (ReDoS)

color-string is vulnerable to regular expression denial of service. An attacker parsing a malicious crafted string that consist of more than 5000 characters into the hwb or hsl function will cause the system to crash...

5.3CVSS4.3AI score0.03134EPSS
SaveExploits1References4Affected Software2
Huntr
Huntr
added 2021/06/03 1:32 a.m.12 views

Heap-based Buffer Overflow in squell/id3

✍️ Description When running the id3 app built from commit 51e738 with Clang 13 +ASan on Ubuntu 20.04.2 against the test data file encoding.tag, a heap-buffer-overflow is triggered at https://github.com/squell/id3/blob/51e738e7575c54fd7fdd54c931a155b25c3f2d30/id3v2.cL104. static ulong ul4uchar n4...

7AI score
SaveExploits0
OSV
OSV
added 2021/05/29 12:00 a.m.7 views

OSV-2021-811 Segv on unknown address in GetASNHeader_ex

OSS-Fuzz report: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=34719 Crash type: Segv on unknown address Crash state: GetASNHeaderex GetASNHeader GetASNInt...

7.2AI score
SaveExploits0References1
Huntr
Huntr
added 2021/05/23 3:21 p.m.8 views

Stack-based Buffer Overflow in codeplea/tinyexpr

✍️ Description Whilst experimenting with repl built from commit 61af1d, with Clang 10 +ASan on Ubuntu 20.04.2 LTS, we discovered an expression containing 4 null characters after a newline which, due to insufficient bounds checking, triggers a stack-buffer-overflow. 🕵️‍♂️ Proof of Concept echo...

0.4AI score
SaveExploits0
OSV
OSV
added 2021/05/05 12:00 a.m.23 views

OSV-2021-727 UNKNOWN READ in MEM_read32

OSS-Fuzz report: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=33956 Crash type: UNKNOWN READ Crash state: MEMread32 ZSTDcompressBlockgreedyextDictrow ZSTDldmblockCompress...

7.2AI score
SaveExploits0References1
OSV
OSV
added 2021/04/30 4:15 p.m.17 views

CVE-2020-7731

This affects all versions 0.7.0 of package github.com/russellhaering/gosaml2. There is a crash on nil-pointer dereference caused by sending malformed XML signatures...

7.5CVSS7.1AI score0.01769EPSS
SaveExploits1References3
OSV
OSV
added 2021/04/27 12:01 a.m.18 views

OSV-2021-688 Segv on unknown address in std::__Fuzzer::basic_string<char, std::__Fuzzer::char_traits<char>, std::__Fuzze

OSS-Fuzz report: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=33682 Crash type: Segv on unknown address Crash state: std::Fuzzer::basicstring, std::Fuzze std::Fuzzer::moneypunctbyname::init...

7.2AI score
SaveExploits0References1
CNVD
CNVD
added 2021/04/20 12:00 a.m.13 views

Exiv2 Out-of-Bounds Read Vulnerability

Exiv2 is a cross-platform C++ library and command line utility for managing image metadata. Exiv2 0.27.3 and earlier versions have an out-of-bounds read vulnerability when writing metadata to specially crafted image files. An attacker could exploit this vulnerability via a specially crafted image...

5.5CVSS6.5AI score0.01568EPSS
SaveExploits1References1
CNVD
CNVD
added 2021/03/26 12:00 a.m.8 views

Denial of service vulnerability in c-aff4

c-aff4 is an open source format for storing digital evidence and data. A denial of service vulnerability exists in c-aff4. An attacker could exploit the vulnerability to cause a software crash...

6.9AI score
SaveExploits0
OSV
OSV
added 2021/03/25 7:15 p.m.22 views

CVE-2021-3443

A NULL pointer dereference flaw was found in the way Jasper versions before 2.0.27 handled component references in the JP2 image format decoder. A specially crafted JP2 image file could cause an application using the Jasper library to crash when opened...

5.5CVSS6.4AI score
SaveExploits0References1
Rows per page
Query Builder