Lucene search
+L

18371 matches found

OSV
OSV
added 2024/06/05 4:15 p.m.15 views

AZL-79044 CVE-2024-24789 affecting package golang 1.25.7-1

The archive/zip package's handling of certain types of invalid zip files differs from the behavior of most zip implementations. This misalignment could be exploited to create an zip file with contents that vary depending on the implementation reading the file. The archive/zip package now rejects...

5.5CVSS6.7AI score0.00446EPSS
SaveExploits0References1
OSV
OSV
added 2024/06/05 4:15 p.m.1 views

DEBIAN-CVE-2024-24789

The archive/zip package's handling of certain types of invalid zip files differs from the behavior of most zip implementations. This misalignment could be exploited to create an zip file with contents that vary depending on the implementation reading the file. The archive/zip package now rejects...

5.5CVSS6.7AI score0.00446EPSS
SaveExploits0References1
OSV
OSV
added 2024/06/05 4:15 p.m.15 views

AZL-52663 CVE-2024-24789 affecting package golang for versions less than 1.22.3-1

The archive/zip package's handling of certain types of invalid zip files differs from the behavior of most zip implementations. This misalignment could be exploited to create an zip file with contents that vary depending on the implementation reading the file. The archive/zip package now rejects...

5.5CVSS6.7AI score0.00446EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
added 2024/06/05 4:15 p.m.26 views

CVE-2024-24789

The archive/zip package's handling of certain types of invalid zip files differs from the behavior of most zip implementations. This misalignment could be exploited to create an zip file with contents that vary depending on the implementation reading the file. The archive/zip package now rejects...

5.5CVSS6.8AI score0.00446EPSS
SaveExploits0References12
OSV
OSV
added 2024/06/05 4:15 p.m.20 views

UBUNTU-CVE-2024-24789

The archive/zip package's handling of certain types of invalid zip files differs from the behavior of most zip implementations. This misalignment could be exploited to create an zip file with contents that vary depending on the implementation reading the file. The archive/zip package now rejects...

5.5CVSS6.8AI score0.00446EPSS
SaveExploits0References13
CVE
CVE
added 2024/06/05 3:13 p.m.457 views

CVE-2024-24789

CVE-2024-24789 affects the Go standard library archive/zip handling. The issue arises from how the package treats certain invalid ZIP files, differing from most ZIP implementations; the patch causes the archive/zip module to reject such files. Public advisories confirm a fix is available in patch...

5.5CVSS6.3AI score0.00446EPSS
SaveExploits0References7Affected Software1
OSV
OSV
added 2024/06/05 3:13 p.m.33 views

CVE-2024-24789 Mishandling of corrupt central directory record in archive/zip

The archive/zip package's handling of certain types of invalid zip files differs from the behavior of most zip implementations. This misalignment could be exploited to create an zip file with contents that vary depending on the implementation reading the file. The archive/zip package now rejects...

5.3CVSS6.8AI score
SaveExploits0References10
Vulnrichment
Vulnrichment
added 2024/06/05 3:13 p.m.33 views

CVE-2024-24789 Mishandling of corrupt central directory record in archive/zip

The archive/zip package's handling of certain types of invalid zip files differs from the behavior of most zip implementations. This misalignment could be exploited to create an zip file with contents that vary depending on the implementation reading the file. The archive/zip package now rejects...

6.2AI score0.00446EPSS
SaveExploits0References6
Debian CVE
Debian CVE
added 2024/06/05 3:13 p.m.42 views

CVE-2024-24789

The archive/zip package's handling of certain types of invalid zip files differs from the behavior of most zip implementations. This misalignment could be exploited to create an zip file with contents that vary depending on the implementation reading the file. The archive/zip package now rejects...

5.5CVSS6.8AI score0.00446EPSS
SaveExploits0
AlpineLinux
AlpineLinux
added 2024/06/05 3:13 p.m.32 views

CVE-2024-24789

The archive/zip package's handling of certain types of invalid zip files differs from the behavior of most zip implementations. This misalignment could be exploited to create an zip file with contents that vary depending on the implementation reading the file. The archive/zip package now rejects...

5.5CVSS6.5AI score0.00446EPSS
SaveExploits0
RedHat Linux
RedHat Linux
added 2024/06/05 2:47 p.m.20 views

golang-protobuf: encoding/protojson, internal/encoding/json: infinite loop in protojson.Unmarshal when unmarshaling certain forms of invalid JSON

A flaw was found in Golang's protobuf module, where the unmarshal function can enter an infinite loop when processing certain invalid inputs. This issue occurs during unmarshaling into a message that includes a google.protobuf.Any or when the UnmarshalOptions.DiscardUnknown option is enabled. Thi...

7.5CVSS6.7AI score0.01262EPSS
SaveExploits0References7
RedHat Linux
RedHat Linux
added 2024/06/05 2:46 p.m.14 views

golang-protobuf: encoding/protojson, internal/encoding/json: infinite loop in protojson.Unmarshal when unmarshaling certain forms of invalid JSON

A flaw was found in Golang's protobuf module, where the unmarshal function can enter an infinite loop when processing certain invalid inputs. This issue occurs during unmarshaling into a message that includes a google.protobuf.Any or when the UnmarshalOptions.DiscardUnknown option is enabled. Thi...

7.5CVSS6.7AI score0.01262EPSS
SaveExploits0References7
RedHat Linux
RedHat Linux
added 2024/06/05 10:05 a.m.9 views

kernel: pvrusb2: fix use after free on context disconnection

In the Linux kernel, the following vulnerability has been resolved: media: pvrusb2: fix use after free on context disconnection Upon module load, a kthread is created targeting the pvr2contextthreadfunc function, which may call pvr2contextdestroy and thus call kfree on the context object. However...

7.8CVSS6.3AI score0.00244EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2024/06/05 10:04 a.m.8 views

SUSE CVE-2024-24789

The archive/zip package's handling of certain types of invalid zip files differs from the behavior of most zip implementations. This misalignment could be exploited to create an zip file with contents that vary depending on the implementation reading the file. The archive/zip package now rejects...

6.2CVSS7.5AI score0.00446EPSS
SaveExploits0References14
RedhatCVE
RedhatCVE
added 2024/06/04 4:49 p.m.31 views

CVE-2024-36960

In the Linux kernel, the following vulnerability has been resolved: drm/vmwgfx: Fix invalid reads in fence signaled events Correctly set the length of the drmevent to the size of the structure that's actually used. The length of the drmevent was set to the parent structure instead of to the...

7.1CVSS6.5AI score0.00285EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2024/06/04 2:25 a.m.7 views

SUSE CVE-2024-36953

In the Linux kernel, the following vulnerability has been resolved: KVM: arm64: vgic-v2: Check for non-NULL vCPU in vgicv2parseattr vgicv2parseattr is responsible for finding the vCPU that matches the user-provided CPUID, which of course may not be valid. If the ID is invalid, kvmgetvcpubyid...

4.7CVSS6.4AI score0.00231EPSS
SaveExploits0References15
RedhatCVE
RedhatCVE
added 2024/06/03 5:33 p.m.37 views

CVE-2024-36919

In the Linux kernel, the following vulnerability has been resolved: scsi: bnx2fc: Remove spinlockbh while releasing resources after upload The session resources are used by FW and driver when session is offloaded, once session is uploaded these resources are not used. The lock is not required as...

4.4CVSS6.5AI score0.00215EPSS
SaveExploits0References3
NVD
NVD
added 2024/06/03 10:15 a.m.28 views

CVE-2023-43555

Information disclosure in Video while parsing mp2 clip with invalid section length...

8.2CVSS8.1AI score0.00243EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2024/06/03 10:05 a.m.42 views

CVE-2023-43555 Buffer Over-read in Video

Information disclosure in Video while parsing mp2 clip with invalid section length...

8.2CVSS8.1AI score0.00243EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2024/06/03 10:05 a.m.19 views

CVE-2023-43555 Buffer Over-read in Video

Information disclosure in Video while parsing mp2 clip with invalid section length...

8.2CVSS6.8AI score0.00243EPSS
SaveExploits0References1
Rows per page
Query Builder