Lucene search
+L

3459 matches found

RedHat Linux
RedHat Linux
added 2023/11/14 3:46 p.m.6 views

kernel: usb: idmouse: fix an uninit-value in idmouse_open

A use of uninitialized memory was found in the Linux kernel's idmouse USB fingerprint reader driver. In idmousecreateimage, when any ftipcommand fails, control jumps to the reset label but leaves bulkinbuffer data uninitialized. The subsequent check for a valid image then dereferences this...

5.8AI score0.00254EPSS
SaveExploits0References5
OSV
OSV
added 2023/11/11 1:15 a.m.1 views

DEBIAN-CVE-2023-46850

Use after free in OpenVPN version 2.6.0 to 2.6.6 may lead to undefined behavoir, leaking memory buffers or remote execution when sending network buffers to a remote peer...

9.8CVSS8.5AI score0.01999EPSS
SaveExploits0References1
RedHat Linux
RedHat Linux
added 2023/11/07 9:3 a.m.4 views

kernel: net: atlantic: fix aq_vec index out of range error

A vulnerability was found in the Linux kernel's Aquantia Atlantic driver, where a lack of proper bounds checking during loop indexing can lead to an out-of-bounds access. This can lead to undefined system behavior and a denial of service...

7.8CVSS6.6AI score0.00169EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2023/11/07 9:3 a.m.16 views

kernel: fbcon: shift-out-of-bounds in fbcon_set_font()

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
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2023/11/07 9:3 a.m.6 views

kernel: wifi: nl80211: fix NULL-ptr deref in offchan check

A flaw was found in the cfg80211 module in the Linux kernel. In Access Point AP mode, if a wireless link is created by userspace but not yet activated, it may contain an invalid channel definition with no channel. This issue may cause a NULL pointer dereference that results in a denial of service...

5.5CVSS6.7AI score0.00186EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2023/11/07 9:3 a.m.8 views

kernel: drm/gud: Fix UBSAN warning

A flaw was found in the GUD Generic USB Display driver in the Linux kernel. Uninitialized iosysmap variables on the stack contain garbage values in their isiomem boolean field. When iosysmapclear checks this field, UBSAN flags it as an invalid boolean value, indicating potential undefined behavio...

7.2AI score0.00193EPSS
SaveExploits0References5
OSV
OSV
added 2023/11/06 8:52 a.m.5 views

SUSE-SU-2023:4371-1 Security update for tiff

This update for tiff fixes the following issues: - CVE-2023-38289: Fixed a NULL pointer dereference in raw2tiff bsc1213589. - CVE-2023-38288: Fixed an integer overflow in raw2tiff bsc1213590. - CVE-2023-3576: Fixed a memory leak in tiffcrop bsc1213273. - CVE-2020-18768: Fixed an out of bounds rea...

6.5CVSS6.5AI score0.01188EPSS
SaveExploits5References19
OSV
OSV
added 2023/11/01 10:15 a.m.7 views

CVE-2022-48460

In setting service, there is a possible undefined behavior due to incorrect error handling. This could lead to local denial of service with no additional execution privileges needed...

5.5CVSS5.9AI score0.00081EPSS
SaveExploits0References1
NVD
NVD
added 2023/11/01 10:15 a.m.18 views

CVE-2022-48460

In setting service, there is a possible undefined behavior due to incorrect error handling. This could lead to local denial of service with no additional execution privileges needed...

5.5CVSS5.5AI score0.00081EPSS
SaveExploits0References1
Prion
Prion
added 2023/11/01 10:15 a.m.28 views

Code injection

In setting service, there is a possible undefined behavior due to incorrect error handling. This could lead to local denial of service with no additional execution privileges needed...

1.7CVSS5.5AI score0.00081EPSS
SaveExploits0References1Affected Software1
CVE
CVE
added 2023/11/01 9:8 a.m.41 views

CVE-2022-48460

CVE-2022-48460 affects the UNISOC setting service. The root cause is undefined behavior from incorrect error handling, leading to local denial of service without additional privileges. Public details across connected documents confirm the issue’s nature but do not specify exact affected products/...

5.5CVSS5.5AI score0.00081EPSS
SaveExploits0References1Affected Software1
Vulnrichment
Vulnrichment
added 2023/11/01 9:8 a.m.15 views

CVE-2022-48460

In setting service, there is a possible undefined behavior due to incorrect error handling. This could lead to local denial of service with no additional execution privileges needed...

6.7AI score0.00081EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2023/11/01 9:8 a.m.33 views

CVE-2022-48460

In setting service, there is a possible undefined behavior due to incorrect error handling. This could lead to local denial of service with no additional execution privileges needed...

5.8AI score0.00081EPSS
SaveExploits0References1
OSV
OSV
added 2023/10/23 6:38 p.m.21 views

BIT-2020-15191

In Tensorflow before versions 2.2.1 and 2.3.1, if a user passes an invalid argument to dlpack.todlpack the expected validations will cause variables to bind to nullptr while setting a status variable to the error condition. However, this status argument is not properly checked. Hence, code...

5.3CVSS6.8AI score0.009EPSS
SaveExploits1References4Affected Software1
OSV
OSV
added 2023/10/14 12:0 p.m.6 views

RUSTSEC-2023-0087 `MaybeUninit` misuse in `simd-json-derive`

An invalid use of MaybeUninit::uninit.assumeinit in simd-json-derive's derive macro can cause undefined behavior. The original code used MaybeUninit to avoid initialisation of the struct and then set the fields using ptr::write. The undefined behavior triggered by this misuse of MaybeUninit can...

7.2AI score
SaveExploits0References3
RustSec
RustSec
added 2023/10/14 12:0 p.m.8 views

`MaybeUninit` misuse in `simd-json-derive`

An invalid use of MaybeUninit::uninit.assumeinit in simd-json-derive's derive macro can cause undefined behavior. The original code used MaybeUninit to avoid initialisation of the struct and then set the fields using ptr::write. The undefined behavior triggered by this misuse of MaybeUninit can...

7.2AI score
SaveExploits0Affected Software1
Positive Technologies
Positive Technologies
added 2023/10/14 12:0 a.m.7 views

PT-2023-36100 · Unknown · Simd-Json-Derive

Name of the Vulnerable Software and Affected Versions: simd-json-derive versions prior to 0.12.0 Description: The issue arises from an invalid use of MaybeUninit::uninit.assume init in the derive macro of simd-json-derive, leading to undefined behavior. This misuse can cause invalid memory access...

7.4AI score
SaveExploits0References4
OSV
OSV
added 2023/10/11 1:15 p.m.9 views

CVE-2023-44118

Vulnerability of undefined permissions in the MeeTime module.Successful exploitation of this vulnerability will affect availability and confidentiality...

9.1CVSS5.8AI score0.00399EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2023/10/11 12:0 a.m.10 views

PT-2023-29112 · Meetme · Meetme

Name of the Vulnerable Software and Affected Versions: MeeTime module affected versions not specified Description: The issue concerns undefined permissions in the MeeTime module, which can impact availability and confidentiality upon successful exploitation. Recommendations: At the moment, there ...

9.1CVSS6.9AI score0.00399EPSS
SaveExploits0References6
RedHat Linux
RedHat Linux
added 2023/10/10 3:37 p.m.18 views

kernel: fbcon: shift-out-of-bounds in fbcon_set_font()

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
SaveExploits0References4
Rows per page
Query Builder