Lucene search
+L

3269 matches found

PyPA
PyPA
added 2019/11/08 7:15 p.m.8 views

PYSEC-2019-196

While investigating UBSAN errors in https://github.com/apache/arrow/pull/5365 it was discovered Apache Arrow versions 0.12.0 to 0.14.1, left memory Array data uninitialized when reading RLE null data from parquet. This affected the C++, Python, Ruby and R implementations. The uninitialized memory...

7.5CVSS7.6AI score0.04608EPSS
SaveExploits0References4Affected Software1
Tenable Nessus
Tenable Nessus
added 2019/11/08 12:0 a.m.45 views

EulerOS 2.0 SP3 : libtiff (EulerOS-SA-2019-2265)

According to the versions of the libtiff packages installed, the EulerOS installation on the remote host is affected by the following vulnerabilities : - There is a reachable assertion abort in the function TIFFWriteDirectoryTagSubifd in LibTIFF 4.0.8, related to tifdirwrite.c and a SubIFD tag. A...

9.8CVSS7AI score0.07482EPSS
SaveExploits16References33
ossfuzz
ossfuzz
added 2019/11/04 2:51 p.m.21 views

ffmpeg:ffmpeg_AV_CODEC_ID_XMA2_fuzzer: Index-out-of-bounds in xma_decode_packet

Project: https://git.ffmpeg.org/ffmpeg.git Detailed Report: https://oss-fuzz.com/testcase?key=5635373899710464 Project: ffmpeg Fuzzing Engine: libFuzzer Fuzz Target: ffmpegAVCODECIDXMA2fuzzer Job Type: libfuzzerubsanffmpeg Platform Id: linux Crash Type: Index-out-of-bounds Crash Address: Crash...

6.8AI score
SaveExploits0Affected Software1
ossfuzz
ossfuzz
added 2019/10/29 1:25 p.m.19 views

opensc:fuzz_pkcs15_reader: Crash in _fini

Project: https://github.com/OpenSC/OpenSC.git Detailed Report: https://oss-fuzz.com/testcase?key=5654731460706304 Project: opensc Fuzzing Engine: libFuzzer Fuzz Target: fuzzpkcs15reader Job Type: libfuzzerubsanopensc Platform Id: linux Crash Type: UNKNOWN READ Crash Address: 0x000000df01ff Crash...

6.8AI score
SaveExploits0Affected Software1
OSV
OSV
added 2019/10/20 12:0 p.m.23 views

RUSTSEC-2019-0028 Unsound `impl Follow for bool`

The implementation of impl Follow for bool allows to reinterpret arbitrary bytes as a bool. In Rust bool has stringent requirements for its in-memory representation. Use of this function allows to violate these requirements and invoke undefined behaviour in safe code...

9.8CVSS9.5AI score0.00575EPSS
SaveExploits1References3
Positive Technologies
Positive Technologies
added 2019/10/09 12:0 a.m.8 views

PT-2019-5851 · Imagemagick +5 · Imagemagick +5

Name of the Vulnerable Software and Affected Versions: ImageMagick versions prior to 7.0.8-69 Description: A flaw was found in ImageMagick in MagickCore/statistic.c. An attacker who submits a crafted file that is processed by ImageMagick could trigger undefined behavior in the form of values...

9.1CVSS6.7AI score0.89855EPSS
SaveExploits68References357
Positive Technologies
Positive Technologies
added 2019/10/08 12:0 a.m.8 views

PT-2019-5855 · Imagemagick +5 · Imagemagick +5

Name of the Vulnerable Software and Affected Versions: ImageMagick versions prior to 7.0.9-0 Description: The issue is related to multiple unconstrained pixel offset calculations in functions CatromWeights, MeshInterpolate, InterpolatePixelChannel, InterpolatePixelChannels, and InterpolatePixelIn...

9.1CVSS6.9AI score0.89855EPSS
SaveExploits68References355
Positive Technologies
Positive Technologies
added 2019/10/08 12:0 a.m.17 views

PT-2019-5864 · Imagemagick +5 · Imagemagick +5

Name of the Vulnerable Software and Affected Versions: ImageMagick versions prior to 7.0.9-0 Description: A flaw was found in ImageMagick in MagickCore/segment.c, where an attacker who submits a crafted file that is processed by ImageMagick could trigger undefined behavior in the form of math...

9.8CVSS6.5AI score0.89855EPSS
SaveExploits78References366
Positive Technologies
Positive Technologies
added 2019/10/08 12:0 a.m.8 views

PT-2019-5854 · Imagemagick +5 · Imagemagick +5

Name of the Vulnerable Software and Affected Versions: ImageMagick versions prior to 7.0.9-0 Description: The issue is related to the CropImage and CropImageToTiles routines in MagickCore/transform.c, where rounding calculations on unconstrained pixel offsets caused undefined behavior, including...

9.1CVSS7.3AI score0.89855EPSS
SaveExploits65References334
Positive Technologies
Positive Technologies
added 2019/10/03 12:0 a.m.9 views

PT-2019-5726 · Imagemagick +5 · Imagemagick +5

Name of the Vulnerable Software and Affected Versions: ImageMagick versions prior to 7.0.8-68 Description: A flaw was found in ImageMagick in MagickCore/colorspace-private.h and MagickCore/quantum.h. An attacker who submits a crafted file that is processed by ImageMagick could trigger undefined...

9.8CVSS6.3AI score0.89855EPSS
SaveExploits78References371
Github Security Blog
Github Security Blog
added 2019/09/11 11:1 p.m.22 views

Undefined Behavior in sailsjs-cacheman

All versions of sailsjs-cacheman have a vulnerability that may lead to Undefined Behavior. The config variable is exposing to the global scope which may overwrite other variables and cause the application to misbehave. Recommendation No fix is currently available. Consider using an alternative...

3.9AI score
SaveExploits0References4Affected Software1
RustSec
RustSec
added 2019/09/01 12:0 p.m.20 views

Use-after-free in buffer conversion implementation

The From implementation for Vec was not properly implemented, returning a vector backed by freed memory. This could lead to memory corruption or be exploited to cause undefined behavior. A fix was published in version 0.1.3...

9.8CVSS3.6AI score0.01634EPSS
SaveExploits0Affected Software1
OSV
OSV
added 2019/09/01 12:0 p.m.28 views

RUSTSEC-2019-0016 Use-after-free in buffer conversion implementation

The From implementation for Vec was not properly implemented, returning a vector backed by freed memory. This could lead to memory corruption or be exploited to cause undefined behavior. A fix was published in version 0.1.3...

9.8CVSS9.3AI score0.01634EPSS
SaveExploits0References3
ossfuzz
ossfuzz
added 2019/08/23 4:19 p.m.21 views

imagemagick:crop_fuzzer: Index-out-of-bounds in LibRaw::subtract_black_internal

Detailed Report: https://oss-fuzz.com/testcase?key=5767123887980544 Project: imagemagick Fuzzing Engine: libFuzzer Fuzz Target: cropfuzzer Job Type: libfuzzerubsanimagemagick Platform Id: linux Crash Type: Index-out-of-bounds Crash Address: Crash State: LibRaw::subtractblackinternal...

7AI score
SaveExploits0Affected Software1
OSV
OSV
added 2019/08/14 6:15 a.m.6 views

UBUNTU-CVE-2019-14973

TIFFCheckMalloc and TIFFCheckRealloc in tifaux.c in LibTIFF through 4.0.10 mishandle Integer Overflow checks because they rely on compiler behavior that is undefined by the applicable C standards. This can, for example, lead to an application crash...

6.5CVSS6.7AI score0.04204EPSS
SaveExploits0References5
Tenable Nessus
Tenable Nessus
added 2019/08/12 12:0 a.m.17 views

FreeBSD : bro -- NULL pointer dereference and Signed integer overflow (f56669f5-d799-4ff5-9174-64a6d571c451)

Jon Siwek of Corelight reports : This is a security patch release to address potential Denial of Service vulnerabilities : - NULL pointer dereference in the RPC analysis code. RPC analyzers e.g. MOUNT or NFS are not enabled in the default configuration. - Signed integer overflow in BinPAC-generat...

5.7AI score
SaveExploits0References2
ossfuzz
ossfuzz
added 2019/06/29 3:43 p.m.18 views

ffmpeg/ffmpeg_AV_CODEC_ID_HYMT_fuzzer: Crash in decode_slice

Project: https://git.ffmpeg.org/ffmpeg.git Detailed report: https://oss-fuzz.com/testcase?key=5710295743332352 Project: ffmpeg Fuzzer: libFuzzerffmpegAVCODECIDHYMTfuzzer Fuzz target binary: ffmpegAVCODECIDHYMTfuzzer Job Type: libfuzzerubsanffmpeg Platform Id: linux Crash Type: UNKNOWN WRITE Crash...

7AI score
SaveExploits0Affected Software1
FreeBSD
FreeBSD
added 2019/06/22 12:0 a.m.26 views

bro -- Null pointer dereference and Signed integer overflow

Jon Siwek of Corelight reports: This is a security patch release to address potential Denial of Service vulnerabilities: Null pointer dereference in the RPC analysis code. RPC analyzers e.g. MOUNT or NFS are not enabled in the default configuration. Signed integer overflow in BinPAC-generated...

1.8AI score
SaveExploits0References1
ossfuzz
ossfuzz
added 2019/06/20 10:24 p.m.18 views

libfdk-aac/aacDecoder_DecodeFrame: Index-out-of-bounds in prepareDrcGain

Detailed report: https://oss-fuzz.com/testcase?key=5632456541077504 Project: libfdk-aac Fuzzer: libFuzzerlibfdk-aacaacDecoderDecodeFrame Fuzz target binary: aacDecoderDecodeFrame Job Type: libfuzzerubsanlibfdk-aac Platform Id: linux Crash Type: Index-out-of-bounds Crash Address: Crash State:...

7AI score
SaveExploits0Affected Software1
Tenable Nessus
Tenable Nessus
added 2019/06/19 12:0 a.m.37 views

openSUSE Security Update : libcroco (openSUSE-2019-1575)

This update for libcroco fixes the following issues : Security issues fixed : - CVE-2017-7960: Fixed heap overflow input: check end of input before reading a byte bsc1034481. - CVE-2017-7961: Fixed undefined behavior tknzr: support only max long rgb values bsc1034482. - CVE-2017-8834: Fixed denia...

7.8CVSS6.2AI score0.12996EPSS
SaveExploits7References8
Rows per page
Query Builder