Lucene search
+L

5414 matches found

Vulnrichment
Vulnrichment
added 2023/02/09 8:57 p.m.8 views

CVE-2023-23625 Denial of service in HAMT Decoding in go-unixfs

go-unixfs is an implementation of a unix-like filesystem on top of an ipld merkledag. 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 paramete...

5.9CVSS6.6AI score0.00675EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2023/02/09 8:46 p.m.6 views

CVE-2023-23631 HAMT Decoding Panics in github.com/ipfs/go-unixfsnode

github.com/ipfs/go-unixfsnode is an ADL IPLD prime node that wraps go-codec-dagpb's implementation of protobuf to enable pathing. In versions priot to 1.5.2 trying to read malformed HAMT sharded directories can cause panics and virtual memory leaks. If you are reading untrusted user input, an...

5.9CVSS6.6AI score0.00908EPSS
SaveExploits0References4
CVE
CVE
added 2023/02/08 7:04 p.m.918 views

CVE-2022-4450

Summary (CVE-2022-4450): OpenSSL’s PEM_read_bio_ex() and wrappers PEM_read_bio()/PEM_read() are vulnerable. If a PEM file is crafted to trigger a 0-byte payload, PEM_read_bio_ex() may return a failure while its header buffer has already been freed; freeing that buffer again can cause a use-after-...

7.5CVSS8AI score0.20444EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2023/02/08 7:04 p.m.39 views

CVE-2022-4450 Double free after calling PEM_read_bio_ex

The function PEMreadbioex reads a PEM file from a BIO and parses and decodes the "name" e.g. "CERTIFICATE", any header data and the payload data. If the function succeeds then the "nameout", "header" and "data" arguments are populated with pointers to buffers containing the relevant decoded data...

7.5CVSS7.1AI score
SaveExploits0References7
Positive Technologies
Positive Technologies
added 2023/02/07 12:00 a.m.9 views

PT-2023-3382 · Samsung · Exynos Modem 5300 +5

Name of the Vulnerable Software and Affected Versions: Exynos Modem 5123 Exynos Modem 5300 Exynos 980 Exynos 1080 Exynos 9110 Exynos Auto T5123 Description: The issue is related to a buffer overflow when decoding an SIP status line, potentially allowing a remote attacker to cause a denial of...

7.8CVSS8.1AI score0.00794EPSS
SaveExploits0References8
OpenVAS
OpenVAS
added 2023/02/03 12:00 a.m.19 views

Fedora: Security Advisory for mingw-opusfile (FEDORA-2023-528f07b5af)

The remote host is missing an update for the Copyright C 2023 Greenbone Networks GmbH Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-or-later This program is free software; you can...

7.8CVSS7.6AI score0.00391EPSS
SaveExploits1References2
Fedora
Fedora
added 2023/02/02 2:19 a.m.27 views

[SECURITY] Fedora 37 Update: mingw-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
Positive Technologies
Positive Technologies
added 2023/02/02 12:00 a.m.7 views

PT-2023-35841 · Git +1 · Libredwg

Name of the Vulnerable Software and Affected Versions: No specific software or versions are mentioned in the provided description. Description: A heap-buffer-overflow READ 1 crash has been reported. The crash involves the functions bit read BB, dwg decode MINSERT private, and dwg decode MINSERT. ...

6.9AI score
SaveExploits0References2
Rockylinux
Rockylinux
added 2023/01/12 8:25 a.m.30 views

libtasn1 security update

An update is available for libtasn1. This update affects Rocky Linux 8. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available for each vulnerability from the CVE list A library that provides Abstract Syntax Notation One ASN.1, as specified by...

9.1CVSS2.2AI score0.02084EPSS
SaveExploits1
Code423n4
Code423n4
added 2023/01/09 12:00 a.m.20 views

Wrong decoding of paymaster data makes validatePaymasterUserOp always fail, DoS

Lines of code Vulnerability details Impact DoS of validatePaymasterUserOp makes UserOperation's with paymaster not executable Proof of Concept . decodePaymasterData on line 102 in VerifyingSingletonPaymaster.validatePaymasterUserOp returns wrong data and makes function always fail due to the...

6.8AI score
SaveExploits0
OSV
OSV
added 2022/12/28 12:30 a.m.10 views

GHSA-967G-CJX4-H7J6 Duplicate Advisory: go-codec-dagpb vulnerable to panic when decoding invalid blocks

Duplicate Advisory This advisory has been withdrawn because it is a duplicate of GHSA-g3vv-g2j5-45f2. This link is maintained to preserve external references. Original Description go-codec-dagpb is an implementation of the DAG-PB spec for Go. The dag-pb codec can panic when decoding invalid block...

7CVSS7.1AI score0.00723EPSS
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2022/12/28 12:30 a.m.32 views

Duplicate Advisory: go-codec-dagpb vulnerable to panic when decoding invalid blocks

Duplicate Advisory This advisory has been withdrawn because it is a duplicate of GHSA-g3vv-g2j5-45f2. This link is maintained to preserve external references. Original Description go-codec-dagpb is an implementation of the DAG-PB spec for Go. The dag-pb codec can panic when decoding invalid block...

7.5CVSS7.1AI score0.00723EPSS
SaveExploits0References4Affected Software1
NVD
NVD
added 2022/12/27 10:15 p.m.43 views

CVE-2022-2584

The dag-pb codec can panic when decoding invalid blocks...

7.5CVSS0.00723EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2022/12/27 9:13 p.m.50 views

CVE-2022-2584 Panic when decoding invalid blocks in github.com/ipld/go-codec-dagpb

The dag-pb codec can panic when decoding invalid blocks...

7.7AI score0.00723EPSS
SaveExploits0References2
OSV
OSV
added 2022/12/27 9:13 p.m.26 views

CVE-2022-2584 Panic when decoding invalid blocks in github.com/ipld/go-codec-dagpb

The dag-pb codec can panic when decoding invalid blocks...

7.5CVSS7.1AI score
SaveExploits0References5
NVD
NVD
added 2022/12/26 6:15 a.m.29 views

CVE-2022-26964

Weak password derivation for export in Devolutions Remote Desktop Manager before 2022.1 allows information disclosure via a password brute-force attack. An error caused base64 to be decoded...

7.5CVSS0.00461EPSS
SaveExploits0References1
Prion
Prion
added 2022/12/26 6:15 a.m.18 views

Information disclosure

Weak password derivation for export in Devolutions Remote Desktop Manager before 2022.1 allows information disclosure via a password brute-force attack. An error caused base64 to be decoded...

5CVSS7.4AI score0.00461EPSS
SaveExploits0References1Affected Software1
Vulnrichment
Vulnrichment
added 2022/12/26 12:00 a.m.9 views

CVE-2022-26964

Weak password derivation for export in Devolutions Remote Desktop Manager before 2022.1 allows information disclosure via a password brute-force attack. An error caused base64 to be decoded...

7.4CVSS6.7AI score0.00461EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2022/12/23 2:00 p.m.6 views

CVE-2022-23547 Heap buffer overflow in pjproject when decoding STUN message

PJSIP is a free and open source multimedia communication library written in C language implementing standard based protocols such as SIP, SDP, RTP, STUN, TURN, and ICE. This issue is similar to GHSA-9pfh-r8x4-w26w. Possible buffer overread when parsing a certain STUN message. The vulnerability...

6.5CVSS7.2AI score0.00945EPSS
SaveExploits0References4
OSV
OSV
added 2022/12/22 10:15 p.m.2 views

DEBIAN-CVE-2022-41639

A heap based buffer overflow vulnerability exists in tile decoding code of TIFF image parser in OpenImageIO master-branch-9aeece7a and v2.3.19.0. A specially-crafted TIFF file can lead to an out of bounds memory corruption, which can result in arbitrary code execution. An attacker can provide a...

9.8CVSS9.2AI score0.01813EPSS
SaveExploits1References1
Rows per page
Query Builder