Lucene search
+L

5376 matches found

SUSE CVE
SUSE CVE
added 2023/02/15 3:27 a.m.7 views

SUSE CVE-2022-24675

encoding/pem in Go before 1.17.9 and 1.18.x before 1.18.1 has a Decode stack overflow via a large amount of PEM data...

5.9CVSS7.8AI score0.0995EPSS
SaveExploits1References8
SUSE CVE
SUSE CVE
added 2023/02/15 3:26 a.m.7 views

SUSE CVE-2022-28048

STB v2.27 was discovered to contain an integer shift of invalid size in the component stbijpegdecodeblockprogac...

8.8CVSS8.8AI score0.01557EPSS
SaveExploits1References3
SUSE CVE
SUSE CVE
added 2023/02/15 3:25 a.m.7 views

SUSE CVE-2022-31117

UltraJSON is a fast JSON encoder and decoder written in pure C with bindings for Python 3.7+. In versions prior to 5.4.0 an error occurring while reallocating a buffer for string decoding can cause the buffer to get freed twice. Due to how UltraJSON uses the internal decoder, this double free is...

4.7CVSS9.2AI score0.01694EPSS
SaveExploits0References5
OSV
OSV
added 2023/02/14 7:41 p.m.58 views

GO-2023-1559 Denial of service via HAMT decoding panic in github.com/ipfs/go-unixfsnode

Trying to read malformed HAMT sharded directories can cause panics and virtual memory leaks. If you are reading untrusted user input, an attacker can then trigger a panic. This is caused by a bogus fanout parameter in the HAMT directory nodes. There are no known workarounds users are advised to...

7.5CVSS6.2AI score0.00908EPSS
SaveExploits0References2
OSV
OSV
added 2023/02/14 7:34 p.m.54 views

GO-2023-1557 Denial of service via HAMT decoding panic in github.com/ipfs/go-unixfs

Trying to read malformed HAMT sharded directories can cause panics and virtual memory leaks. If you are reading untrusted user input, an attacker can then trigger a panic. This is caused by bogus "fanout" parameter in the HAMT directory nodes. A workaround is to not feed untrusted user data to th...

7.5CVSS6.2AI score0.00675EPSS
SaveExploits0References2
OSV
OSV
added 2023/02/14 7:12 p.m.12 views

USN-5870-1 APR-util vulnerability

Ronald Crane discovered that APR-util did not properly handled memory when encoding or decoding certain input data. An attacker could possibly use this issue to cause a denial of service, or possibly execute arbitrary code...

6.5CVSS6.8AI score0.01417EPSS
SaveExploits0References2
OSV
OSV
added 2023/02/14 6:15 p.m.13 views

AZL-44844 CVE-2023-25567 affecting package gssntlmssp for versions less than 1.3.1-1

GSS-NTLMSSP, a mechglue plugin for the GSSAPI library that implements NTLM authentication, has an out-of-bounds read when decoding target information prior to version 1.2.0. The length of the avpair is not checked properly for two of the elements which can trigger an out-of-bound read. The...

7.5CVSS5.7AI score0.01103EPSS
SaveExploits0References1
OSV
OSV
added 2023/02/14 6:15 p.m.9 views

AZL-44733 CVE-2023-25563 affecting package gssntlmssp for versions less than 1.3.1-1

GSS-NTLMSSP is a mechglue plugin for the GSSAPI library that implements NTLM authentication. Prior to version 1.2.0, multiple out-of-bounds reads when decoding NTLM fields can trigger a denial of service. A 32-bit integer overflow condition can lead to incorrect checks of consistency of length of...

7.5CVSS5.9AI score0.01091EPSS
SaveExploits0References1
OSV
OSV
added 2023/02/14 6:15 p.m.9 views

AZL-43441 CVE-2023-25564 affecting package gssntlmssp 0.9.0-2

GSS-NTLMSSP is a mechglue plugin for the GSSAPI library that implements NTLM authentication. Prior to version 1.2.0, memory corruption can be triggered when decoding UTF16 strings. The variable outlen was not initialized and could cause writing a zero to an arbitrary place in memory if...

8.2CVSS5.9AI score0.01942EPSS
SaveExploits0References1
OSV
OSV
added 2023/02/14 6:15 p.m.13 views

AZL-45234 CVE-2023-25564 affecting package gssntlmssp for versions less than 1.3.1-1

GSS-NTLMSSP is a mechglue plugin for the GSSAPI library that implements NTLM authentication. Prior to version 1.2.0, memory corruption can be triggered when decoding UTF16 strings. The variable outlen was not initialized and could cause writing a zero to an arbitrary place in memory if...

8.2CVSS5.9AI score0.01942EPSS
SaveExploits0References1
OSV
OSV
added 2023/02/14 6:15 p.m.11 views

AZL-43771 CVE-2023-25567 affecting package gssntlmssp 0.9.0-2

GSS-NTLMSSP, a mechglue plugin for the GSSAPI library that implements NTLM authentication, has an out-of-bounds read when decoding target information prior to version 1.2.0. The length of the avpair is not checked properly for two of the elements which can trigger an out-of-bound read. The...

7.5CVSS5.7AI score0.01103EPSS
SaveExploits0References1
OSV
OSV
added 2023/02/14 6:15 p.m.4 views

DEBIAN-CVE-2023-25565

GSS-NTLMSSP is a mechglue plugin for the GSSAPI library that implements NTLM authentication. Prior to version 1.2.0, an incorrect free when decoding target information can trigger a denial of service. The error condition incorrectly assumes the cb and sh buffers contain a copy of the data that...

7.5CVSS7.3AI score0.01103EPSS
SaveExploits0References1
OSV
OSV
added 2023/02/14 6:15 p.m.1 views

DEBIAN-CVE-2023-25564

GSS-NTLMSSP is a mechglue plugin for the GSSAPI library that implements NTLM authentication. Prior to version 1.2.0, memory corruption can be triggered when decoding UTF16 strings. The variable outlen was not initialized and could cause writing a zero to an arbitrary place in memory if...

8.2CVSS8AI score0.01942EPSS
SaveExploits0References1
FreeBSD
FreeBSD
added 2023/02/14 12:0 a.m.53 views

go -- multiple vulnerabilities

The Go project reports: path/filepath: path traversal in filepath.Clean on Windows On Windows, the filepath.Clean function could transform an invalid path such as a/../c:/b into the valid path c:\b. This transformation of a relative if invalid path into an absolute path could enable a directory...

7.5CVSS7.5AI score0.04561EPSS
SaveExploits0References1
CNNVD
CNNVD
added 2023/02/14 12:0 a.m.5 views

GSS-NTLMSSP 缓冲区错误漏洞

GSS-NTLMSSP is gssapi open source mechglue plugin that implements the NTLM authentication GSSAPI library . GSS-NTLMSSP version 1.2.0 before the buffer error vulnerability , the vulnerability stems from the application allows a length greater than 4GB of the token , an attacker can use the...

7.5CVSS7.4AI score0.01091EPSS
SaveExploits0References5
CNNVD
CNNVD
added 2023/02/14 12:0 a.m.5 views

GSS-NTLMSSP 缓冲区错误漏洞

GSS-NTLMSSP is gssapi open source a mechglue plugin that implements the NTLM authentication GSSAPI library . GSS-NTLMSSP version 1.2.0 before the buffer error vulnerability , the vulnerability stems from the length of the two elements avpair may trigger an out-of-bounds read is not properly check...

7.5CVSS7.4AI score0.01103EPSS
SaveExploits0References5
OSV
OSV
added 2023/02/10 11:8 p.m.80 views

GHSA-Q264-W97Q-Q778 Denial of service via HAMT Decoding Panics

Impact Trying to read malformed HAMT sharded directories can cause panics and virtual memory leaks. If you are reading untrusted user input, an attacker can then trigger a panic. This is caused by bogus fanout parameter in the HAMT directory nodes. This include checks returned in ipfs/go-bitfield...

5.9CVSS6.4AI score0.00675EPSS
SaveExploits0References6
Github Security Blog
Github Security Blog
added 2023/02/10 11:8 p.m.24 views

Denial of service via HAMT Decoding Panics

Impact Trying to read malformed HAMT sharded directories can cause panics and virtual memory leaks. If you are reading untrusted user input, an attacker can then trigger a panic. This is caused by bogus fanout parameter in the HAMT directory nodes. This include checks returned in ipfs/go-bitfield...

7.5CVSS7.2AI score0.00675EPSS
SaveExploits0References5Affected Software1
Fedora
Fedora
added 2023/02/10 1:25 a.m.39 views

[SECURITY] Fedora 36 Update: opusfile-0.12-9.fc36

libopusfile provides a high-level API for decoding and seeking within .opus files. It includes: Support for all files with at least one Opus stream including multichannel files or Ogg files where Opus is muxed with something else. Full support, including seeking, for chained files. A simple stere...

7.8CVSS7.6AI score0.00391EPSS
SaveExploits1
Fedora
Fedora
added 2023/02/10 12:40 a.m.35 views

[SECURITY] Fedora 37 Update: opusfile-0.12-9.fc37

libopusfile provides a high-level API for decoding and seeking within .opus files. It includes: Support for all files with at least one Opus stream including multichannel files or Ogg files where Opus is muxed with something else. Full support, including seeking, for chained files. A simple stere...

7.8CVSS7.6AI score0.00391EPSS
SaveExploits1
Rows per page
Query Builder