Lucene search
+L

7525 matches found

RedhatCVE
RedhatCVE
added 2025/12/31 3:48 p.m.18 views

CVE-2023-54284

In the Linux kernel, the following vulnerability has been resolved: media: av7110: prevent underflow in writetstodecoder The buf4 value comes from the user via tsplay. It is a value in the u8 range. The final length we pass to av7110ipackinstantrepack is "len - buf4 + 1 - 4" so add a check to...

5.8AI score0.00139EPSS
SaveExploits0References4
Snyk
Snyk
added 2025/12/31 2:41 a.m.4 views

Improper Removal of Sensitive Information Before Storage or Transfer

Overview cbor2 is a CBOR deserializer with extensive tag support Affected versions of this package are vulnerable to Improper Removal of Sensitive Information Before Storage or Transfer in the CBORDecoder instance. An attacker can access data from previously decoded messages with a message that...

7.5CVSS6.7AI score0.0044EPSS
SaveExploits1References2
OSV
OSV
added 2025/12/31 2:15 a.m.11 views

AZL-73325 CVE-2025-68131 affecting package python-cbor2 5.6.5-2

cbor2 provides encoding and decoding for the Concise Binary Object Representation CBOR serialization format. Starting in version 3.0.0 and prior to version 5.8.0, whhen a CBORDecoder instance is reused across multiple decode operations, values marked with the shareable tag 28 persist in memory an...

7.5CVSS5.7AI score0.0044EPSS
SaveExploits1References1
NVD
NVD
added 2025/12/31 2:15 a.m.17 views

CVE-2025-68131

cbor2 provides encoding and decoding for the Concise Binary Object Representation CBOR serialization format. Starting in version 3.0.0 and prior to version 5.8.0, whhen a CBORDecoder instance is reused across multiple decode operations, values marked with the shareable tag 28 persist in memory an...

7.5CVSS0.0044EPSS
SaveExploits1References2
PyPA
PyPA
added 2025/12/31 2:15 a.m.20 views

PYSEC-2025-90

cbor2 provides encoding and decoding for the Concise Binary Object Representation CBOR serialization format. Starting in version 3.0.0 and prior to version 5.8.0, whhen a CBORDecoder instance is reused across multiple decode operations, values marked with the shareable tag 28 persist in memory an...

7.5CVSS7.1AI score0.0044EPSS
SaveExploits1References2Affected Software1
OSV
OSV
added 2025/12/31 2:15 a.m.14 views

PYSEC-2025-90

cbor2 provides encoding and decoding for the Concise Binary Object Representation CBOR serialization format. Starting in version 3.0.0 and prior to version 5.8.0, whhen a CBORDecoder instance is reused across multiple decode operations, values marked with the shareable tag 28 persist in memory an...

7.5CVSS5.8AI score0.0044EPSS
SaveExploits1References2
OSV
OSV
added 2025/12/31 2:15 a.m.15 views

UBUNTU-CVE-2025-68131

cbor2 provides encoding and decoding for the Concise Binary Object Representation CBOR serialization format. Starting in version 3.0.0 and prior to version 5.8.0, whhen a CBORDecoder instance is reused across multiple decode operations, values marked with the shareable tag 28 persist in memory an...

7.5CVSS5.8AI score0.0044EPSS
SaveExploits1References4
Cvelist
Cvelist
added 2025/12/31 1:15 a.m.50 views

CVE-2025-68131 CBORDecoder reuse can leak shareable values across decode calls

cbor2 provides encoding and decoding for the Concise Binary Object Representation CBOR serialization format. Starting in version 3.0.0 and prior to version 5.8.0, whhen a CBORDecoder instance is reused across multiple decode operations, values marked with the shareable tag 28 persist in memory an...

6.9CVSS0.0044EPSS
SaveExploits1References2
Debian CVE
Debian CVE
added 2025/12/31 1:15 a.m.20 views

CVE-2025-68131

cbor2 provides encoding and decoding for the Concise Binary Object Representation CBOR serialization format. Starting in version 3.0.0 and prior to version 5.8.0, whhen a CBORDecoder instance is reused across multiple decode operations, values marked with the shareable tag 28 persist in memory an...

7.5CVSS7.6AI score0.0044EPSS
SaveExploits1
Vulnrichment
Vulnrichment
added 2025/12/31 1:15 a.m.4 views

CVE-2025-68131 CBORDecoder reuse can leak shareable values across decode calls

cbor2 provides encoding and decoding for the Concise Binary Object Representation CBOR serialization format. Starting in version 3.0.0 and prior to version 5.8.0, whhen a CBORDecoder instance is reused across multiple decode operations, values marked with the shareable tag 28 persist in memory an...

6.9CVSS6.4AI score0.0044EPSS
SaveExploits1References2
OSV
OSV
added 2025/12/31 1:15 a.m.9 views

CVE-2025-68131 CBORDecoder reuse can leak shareable values across decode calls

cbor2 provides encoding and decoding for the Concise Binary Object Representation CBOR serialization format. Starting in version 3.0.0 and prior to version 5.8.0, whhen a CBORDecoder instance is reused across multiple decode operations, values marked with the shareable tag 28 persist in memory an...

6.9CVSS6.7AI score
SaveExploits0References4
CNNVD
CNNVD
added 2025/12/31 12:00 a.m.13 views

cbor2 安全漏洞

cbor2 is a library with extensive tag support for encoding and decoding binary object representations in serialized format from the individual developer Alex Grönholm. A security vulnerability exists in cbor2 version 3.0.0 up to and including version 5.8.0, which stems from the fact that when the...

7.5CVSS6.4AI score0.0044EPSS
SaveExploits1References3
OSV
OSV
added 2025/12/30 1:16 p.m.10 views

UBUNTU-CVE-2023-54284

In the Linux kernel, the following vulnerability has been resolved: media: av7110: prevent underflow in writetstodecoder The buf4 value comes from the user via tsplay. It is a value in the u8 range. The final length we pass to av7110ipackinstantrepack is "len - buf4 + 1 - 4" so add a check to...

7.1CVSS5.7AI score0.00139EPSS
SaveExploits0References12
CVE
CVE
added 2025/12/30 12:23 p.m.37 views

CVE-2023-54284

CVE-2023-54284 : Linux kernel vulnerability in the media/av7110 path. The issue arises from underflow-prone length calculation in write_ts_to_decoder(), where buf[4] is user-controlled via ts_play(). The intended final length passed to av7110_ipack_instant_repack() is computed as len - (buf[4] + ...

7.1CVSS6.1AI score0.00139EPSS
SaveExploits0References9
Debian CVE
Debian CVE
added 2025/12/30 12:23 p.m.13 views

CVE-2023-54284

In the Linux kernel, the following vulnerability has been resolved: media: av7110: prevent underflow in writetstodecoder The buf4 value comes from the user via tsplay. It is a value in the u8 range. The final length we pass to av7110ipackinstantrepack is "len - buf4 + 1 - 4" so add a check to...

7.1CVSS5.3AI score0.00139EPSS
SaveExploits0
OSV
OSV
added 2025/12/30 12:23 p.m.9 views

CVE-2023-54284 media: av7110: prevent underflow in write_ts_to_decoder()

In the Linux kernel, the following vulnerability has been resolved: media: av7110: prevent underflow in writetstodecoder The buf4 value comes from the user via tsplay. It is a value in the u8 range. The final length we pass to av7110ipackinstantrepack is "len - buf4 + 1 - 4" so add a check to...

7.1CVSS6.4AI score
SaveExploits0References12
OSV
OSV
added 2025/12/30 11:10 a.m.9 views

OESA-2025-2906 ffmpeg security update

FFmpeg is a complete and free Internet live audio and video broadcasting solution for Linux/Unix. It also includes a digital VCR. It can encode in real time in many formats including MPEG1 audio and video, MPEG4, h263, ac3, asf, avi, real, mjpeg, and flash. Security Fixes: A flaw was found in...

5.3CVSS6.5AI score0.0035EPSS
SaveExploits0References2
OSV
OSV
added 2025/12/30 11:10 a.m.10 views

OESA-2025-2905 ffmpeg security update

FFmpeg is a complete and free Internet live audio and video broadcasting solution for Linux/Unix. It also includes a digital VCR. It can encode in real time in many formats including MPEG1 audio and video, MPEG4, h263, ac3, asf, avi, real, mjpeg, and flash. Security Fixes: A flaw was found in...

5.3CVSS6.5AI score0.0035EPSS
SaveExploits0References2
OSV
OSV
added 2025/12/30 11:10 a.m.8 views

OESA-2025-2907 ffmpeg security update

FFmpeg is a complete and free Internet live audio and video broadcasting solution for Linux/Unix. It also includes a digital VCR. It can encode in real time in many formats including MPEG1 audio and video, MPEG4, h263, ac3, asf, avi, real, mjpeg, and flash. Security Fixes: A flaw was found in...

5.3CVSS6.5AI score0.0035EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2025/12/30 12:00 a.m.12 views

PT-2025-54130

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description An issue exists in the Linux kernel related to the av7110 driver, specifically within the write ts to decoder function. The buf4 value, originating from user input through the ts play...

7.8CVSS7AI score0.0094EPSS
SaveExploits2References901
Rows per page
Query Builder