Lucene search
+L

2990 matches found

NVD
NVD
added 2022/08/16 9:15 p.m.27 views

CVE-2022-36152

tifig v0.2.2 was discovered to contain a memory leak via operator new at /asan/asannewdelete.cpp...

5.5CVSS0.003EPSS
SaveExploits1References1
ATTACKERKB
ATTACKERKB
added 2022/08/16 9:15 p.m.3 views

CVE-2022-35010

PNGDec commit 8abf6be was discovered to contain a heap buffer overflow via asaninterceptorsmemintrinsics.cpp...

6.5CVSS6.1AI score0.008EPSS
SaveExploits1References2
NVD
NVD
added 2022/08/16 9:15 p.m.18 views

CVE-2022-35010

PNGDec commit 8abf6be was discovered to contain a heap buffer overflow via asaninterceptorsmemintrinsics.cpp...

6.5CVSS0.008EPSS
SaveExploits1References1
OSV
OSV
added 2022/08/16 9:15 p.m.6 views

UBUNTU-CVE-2022-38227

XPDF commit ffaf11c was discovered to contain a stack overflow via asanmemcpy at asaninterceptorsmemintrinsics.cpp...

7.8CVSS5.8AI score0.00343EPSS
SaveExploits1References3
OSV
OSV
added 2022/08/16 8:02 p.m.28 views

CVE-2022-36152

tifig v0.2.2 was discovered to contain a memory leak via operator new at /asan/asannewdelete.cpp...

7.2AI score
SaveExploits0References3
CNNVD
CNNVD
added 2022/08/16 12:00 a.m.9 views

SWFMill 安全漏洞

SWFMill is a tool for working with Adobe Flash SWF files by Daniel Cassidy, a personal developer in the UK. A security vulnerability exists in SWFMill commit number: 53d7690, which stems from a memory allocation problem in new in its asannewdelete.cpp component...

5.5CVSS5.7AI score0.00296EPSS
SaveExploits1References2
CNNVD
CNNVD
added 2022/08/16 12:00 a.m.9 views

XPDF 缓冲区错误漏洞

XPDF is an open source PDF reader from FOO Labs. The product supports decoding files in LZW compressed format and reading encrypted PDF files. XPDF suffers from a buffer error vulnerability that stems from asanmemcpy containing a stack overflow in asaninterceptorsmemintrinsics.cpp...

7.8CVSS7.7AI score0.00343EPSS
SaveExploits1References2
CNNVD
CNNVD
added 2022/08/16 12:00 a.m.10 views

PNGDec 安全漏洞

PNGDec is an Arduino PNG image decoder library from the individual developer Larry Bank. A security vulnerability exists in PNGDec, which stems from a memory allocation issue in asanmalloclinux.cpp...

6.5CVSS6.5AI score0.00829EPSS
SaveExploits1References2
Huntr
Huntr
added 2022/07/23 4:09 a.m.54 views

Null Pointer Dereference Caused Segmentation Fault

Description Null pointer dereference caused segmentation fault. This can cause Denial-of -service attack. version smlijun@ubuntu:/gpacasan/bin/gcc$ ./MP4Box -version MP4Box - GPAC version 2.1-DEV-rev243-gf87b12b32-master c 2000-2022 Telecom Paris distributed under LGPL v2.1+ - http://gpac.io Plea...

1.9CVSS5.7AI score0.00541EPSS
SaveExploits1
CVE
CVE
added 2022/07/19 12:00 a.m.125 views

CVE-2022-2476

CVE-2022-2476 affects wavpack (notably wavpack 5.4.0). The issue is a null pointer dereference in wavunpack.c:834, causing a segmentation fault (AddressSanitizer report). Several connected advisories confirm the same root cause and indicate a remediation path: upgrade to a newer wavpack version (...

5.5CVSS5.1AI score0.00372EPSS
SaveExploits1References3Affected Software1
Huntr
Huntr
added 2022/06/07 4:26 p.m.19 views

chafa <= 4bac1466 is vulnerable to an out of bounds read vulnerability.

chafa = 4bac1466 is vulnerable to an out of bounds read vulnerability. Building Build chafa with ASANaddress sanitizer sh $ git rev-parse HEAD 4bac14668535c09f6f47552bbd1566097dab4bf8 $ export CFLAGS="-g -O0 -fsanitize=address"; export CXXFLAGS="-g -O0 -fsanitize=address"; export CC=$which...

2.1CVSS3.6AI score0.0042EPSS
SaveExploits1
Huntr
Huntr
added 2022/05/25 7:23 a.m.15 views

Null pointer dereference at chafa-pixops.c:95

Description Null pointer dereference in hpjansson/chafa at chafa-pixops.c:95. Build export CFLAGS="-g -O0 -lpthread -fsanitize=address" export CXXFLAGS="-g -O0 -lpthread -fsanitize=address" export LDFLAGS="-fsanitize=address" ./autogen.sh ./configure --disable-shared make POC ./chafa POC POC ASAN...

7AI score
SaveExploits0References1
Github Security Blog
Github Security Blog
added 2022/05/24 10:15 p.m.42 views

Heap buffer overflow due to incorrect hash function in TensorFlow

Impact The TensorKey hash function used total estimated AllocatedBytes, which a is an estimate per tensor, and b is a very poor hash function for constants e.g. int32t. It also tried to access individual tensor bytes through tensor.data of size AllocatedBytes. This led to ASAN failures because th...

5.5CVSS5.8AI score0.00225EPSS
SaveExploits0References7Affected Software3
NVD
NVD
added 2022/05/21 12:15 a.m.18 views

CVE-2022-29210

TensorFlow is an open source platform for machine learning. In version 2.8.0, the TensorKey hash function used total estimated AllocatedBytes, which a is an estimate per tensor, and b is a very poor hash function for constants e.g. int32t. It also tried to access individual tensor bytes through...

5.5CVSS0.00225EPSS
SaveExploits0References5
CVE
CVE
added 2022/05/20 11:25 p.m.112 views

CVE-2022-29210

CVE-2022-29210 affects TensorFlow 2.8.0, where TensorKey's hash using AllocatedBytes() and tensor.data() can cause a heap-buffer/ASAN-related issue leading to a denial of service. The issue is patched in TensorFlow 2.9.0 and also back-ported to 2.8.1. IBM Watson Discovery bulletin and OSV entries...

5.5CVSS5.5AI score0.00225EPSS
SaveExploits0References5Affected Software1
Huntr
Huntr
added 2022/05/15 1:54 p.m.31 views

Use After Free

Description Use After Free in gpac Proof of Concept MP4Box -bt POC1 POC1 is here ASAN ==74043==ERROR: AddressSanitizer: heap-use-after-free on address 0x604000003fd0 at pc 0x7f0c5374e845 bp 0x7ffcfc56f2b0 sp 0x7ffcfc56f2a8 READ of size 8 at 0x604000003fd0 thread T0 0 0x7f0c5374e844 in...

7.5CVSS8.4AI score0.01051EPSS
SaveExploits1
Huntr
Huntr
added 2022/05/11 10:44 a.m.34 views

Heap-based Buffer Overflow

Description Heap-based Buffer Overflow in msp430op Environment radare2 5.6.9 0 @ linux-x86-64 git. commit: 5.6.9 build: 2022-05-0112:17:49 Build export CC=gcc CXX=g++ CFLAGS="-fsanitize=address -static-libasan" CXXFLAGS="-fsanitize=address -static-libasan" LDFLAGS="-fsanitize=address...

3.6CVSS7.1AI score0.00428EPSS
SaveExploits1
Huntr
Huntr
added 2022/04/28 8:50 p.m.39 views

Heap buffer overflow in vim_strncpy find_word

✍️ Description When fuzzing vim commit fc78a0369 works with latest build and latest commit 202b4bd3a per this time of this report with clang 13 and ASan, I discovered a buffer overflow. Proof of Concept Here is the poc bash...

6.8CVSS7.6AI score0.02381EPSS
SaveExploits1
Huntr
Huntr
added 2022/04/23 3:09 p.m.36 views

Out-of-bounds Read in r_bin_java_bootstrap_methods_attr_new function

Description Out-of-bounds OOB read vulnerability exists in rbinjavabootstrapmethodsattrnew function in Radare2 5.6.9. This is similar with CVE-2022-0518 and CVE-2022-0521. Version radare2 5.6.9 27745 @ linux-x86-64 git.conti commit: 14189710859c27981adb4c2c2aed2863c1859ec5 build: 2022-04-2311:05:...

5.8CVSS6.4AI score0.01005EPSS
SaveExploits3References2
Huntr
Huntr
added 2022/04/21 3:37 p.m.31 views

heap-use-after-free

Description Whilst experimenting with radare2, built from version 5.6.8, we are able to induce a vulnerability at newrbtree.c:411 in function rrbnodenext , using radare2 as a harness. 409: RAPI RRBNode rrbnodenextRRBNode node 410: rreturnvaliffail node, NULL; //use-after-free here 411: if...

4.3CVSS5.6AI score0.00793EPSS
SaveExploits1
Rows per page
Query Builder