Lucene search
+L

2577 matches found

OSV
OSV
added 2023/06/26 12:0 p.m.7 views

RUSTSEC-2023-0047 impl `FromMdbValue` for bool is unsound

The implementation of FromMdbValue have several unsoundness issues. First of all, it allows to reinterpret arbitrary bytes as a bool and could make undefined behavior happen with safe function. Secondly, it allows transmuting pointer without taking memory layout into consideration. The details of...

7.2AI score
SaveExploits0References3
Code423n4
Code423n4
added 2023/06/23 12:0 a.m.15 views

Lack of input validation

Lines of code Vulnerability details Impact There is no input sanitizer implemented for the transfertypes.FungibleTokenPacketData data variable. Proof of Concept After "unmarshaling" the packet, which checks if there is an error, it is used right away without further checking the fields inside it,...

6.9AI score
SaveExploits0
OSV
OSV
added 2023/06/22 8:1 p.m.4 views

GHSA-G753-GHR7-Q33W cyfs-base vulnerable to misaligned pointer dereference in `ChunkId::new`

The function ChunkId::new creates a misaligned pointer by casting mutable pointer of u8 slice which has alignment 1 to the mutable pointer of u32 which has alignment 4, and dereference the misaligned pointer leading UB, which should not be allowed in safe function...

5.9AI score
SaveExploits0References4
OSV
OSV
added 2023/06/21 10:6 p.m.17 views

GHSA-WFG4-322G-9VQV memoffset allows reading uninitialized memory

memoffset allows attempt of reading data from address 0 with arbitrary type. This behavior is an undefined behavior because address 0 to std::mem::sizeof may not have valid bit-pattern with T. Old implementation dereferences uninitialized memory obtained from std::mem::alignof. Older implementati...

7.1AI score
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2023/06/21 10:6 p.m.21 views

memoffset allows reading uninitialized memory

memoffset allows attempt of reading data from address 0 with arbitrary type. This behavior is an undefined behavior because address 0 to std::mem::sizeof may not have valid bit-pattern with T. Old implementation dereferences uninitialized memory obtained from std::mem::alignof. Older implementati...

6.9AI score
SaveExploits0References4Affected Software1
RustSec
RustSec
added 2023/06/21 12:0 p.m.29 views

memoffset allows reading uninitialized memory

memoffset allows attempt of reading data from address 0 with arbitrary type. This behavior is an undefined behavior because address 0 to std::mem::sizeof may not have valid bit-pattern with T. Old implementation dereferences uninitialized memory obtained from std::mem::alignof. Older implementati...

6.9AI score
SaveExploits0Affected Software1
OSV
OSV
added 2023/06/21 12:0 p.m.15 views

RUSTSEC-2023-0045 memoffset allows reading uninitialized memory

memoffset allows attempt of reading data from address 0 with arbitrary type. This behavior is an undefined behavior because address 0 to std::mem::sizeof may not have valid bit-pattern with T. Old implementation dereferences uninitialized memory obtained from std::mem::alignof. Older implementati...

7.1AI score
SaveExploits0References3
OSV
OSV
added 2023/06/19 11:15 a.m.5 views

CVE-2023-25736

An invalid downcast from nsHTMLDocument to nsIContent could have lead to undefined behavior. This vulnerability affects Firefox 110...

9.8CVSS7.4AI score0.00685EPSS
SaveExploits0References2
Prion
Prion
added 2023/06/19 11:15 a.m.17 views

Code injection

An invalid downcast from nsHTMLDocument to nsIContent could have lead to undefined behavior. This vulnerability affects Firefox 110...

7.5CVSS8.7AI score0.00685EPSS
SaveExploits0References2Affected Software1
Debian CVE
Debian CVE
added 2023/06/19 10:22 a.m.51 views

CVE-2023-25736

An invalid downcast from nsHTMLDocument to nsIContent could have lead to undefined behavior. This vulnerability affects Firefox 110...

9.8CVSS8.8AI score0.00685EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2023/06/19 10:22 a.m.9 views

CVE-2023-25736

An invalid downcast from nsHTMLDocument to nsIContent could have lead to undefined behavior. This vulnerability affects Firefox 110...

8.8AI score0.00685EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2023/06/19 10:22 a.m.27 views

CVE-2023-25736

An invalid downcast from nsHTMLDocument to nsIContent could have lead to undefined behavior. This vulnerability affects Firefox 110...

9AI score0.00685EPSS
SaveExploits0References2
OSV
OSV
added 2023/06/17 11:5 a.m.3 views

OESA-2023-1347 ImageMagick security update

Use ImageMagick to create, edit, compose, or convert bitmap images. It can read and write images in a variety of formats over 200 including PNG, JPEG, GIF, HEIC, TIFF, DPX, EXR, WebP, Postscript, PDF, and SVG. Use ImageMagick to resize, flip, mirror, rotate, distort, shear and transform images,...

5.5CVSS6.7AI score0.01018EPSS
SaveExploits1References2
OSV
OSV
added 2023/06/15 12:0 p.m.13 views

RUSTSEC-2023-0046 Misaligned pointer dereference in `ChunkId::new`

The function ChunkId::new creates a misaligned pointer by casting mutable pointer of u8 slice which has alignment 1 to the mutable pointer of u32 which has alignment 4, and dereference the misaligned pointer leading UB, which should not be allowed in safe function...

7AI score
SaveExploits0References3
OSV
OSV
added 2023/06/12 8:15 p.m.2 views

DEBIAN-CVE-2023-3161

A flaw was found in the Framebuffer Console fbcon in the Linux Kernel. When providing font-width and font-height greater than 32 to fbconsetfont, since there are no checks in place, a shift-out-of-bounds occurs leading to undefined behavior and possible denial of service...

5.5CVSS6.3AI score0.00206EPSS
SaveExploits0References1
OSV
OSV
added 2023/06/12 12:0 a.m.4 views

CVE-2023-3161

A flaw was found in the Framebuffer Console fbcon in the Linux Kernel. When providing font-width and font-height greater than 32 to fbconsetfont, since there are no checks in place, a shift-out-of-bounds occurs leading to undefined behavior and possible denial of service...

5.5CVSS7.3AI score0.00206EPSS
SaveExploits0References4
CNNVD
CNNVD
added 2023/06/12 12:0 a.m.11 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. The Linux kernel suffers from a buffer overflow vulnerability that stems from a flaw in the frame buffer console fbcon that fails to properly check fbconsetfont when provided...

5.5CVSS6.7AI score0.00206EPSS
SaveExploits0References9
RedhatCVE
RedhatCVE
added 2023/06/08 11:5 a.m.45 views

CVE-2023-3161

A flaw was found in the Framebuffer Console fbcon in the Linux Kernel. When providing a font-width and font-height greater than 32 to the fbconsetfont, since there are no checks in place, a shift-out-of-bounds occurs, leading to undefined behavior and possible denial of service...

5.5CVSS6.6AI score0.00206EPSS
SaveExploits0References3
ATTACKERKB
ATTACKERKB
added 2023/06/02 5:15 p.m.3 views

CVE-2023-25737

An invalid downcast from nsTextNode to SVGElement could have lead to undefined behavior. This vulnerability affects Firefox 110, Thunderbird 102.8, and Firefox ESR 102.8...

8.8CVSS5.9AI score0.00702EPSS
SaveExploits0References5
OSV
OSV
added 2023/06/02 5:15 p.m.0 views

DEBIAN-CVE-2023-25737

An invalid downcast from nsTextNode to SVGElement could have lead to undefined behavior. This vulnerability affects Firefox 110, Thunderbird 102.8, and Firefox ESR 102.8...

8.8CVSS8AI score0.00702EPSS
SaveExploits0References1
Rows per page
Query Builder