Lucene search
+L

2380 matches found

RedHat Linux
RedHat Linux
added 2023/11/21 11:50 a.m.11 views

Kernel: NULL pointer dereference problem in sctp_sched_dequeue_common

A NULL pointer dereference issue was found in the SCTP network protocol in net/sctp/streamsched.c in the Linux kernel. If streamin allocation fails, streamout is freed, which would be accessed further. This flaw allows a local user to crash the system or potentially cause a denial of service...

5.5CVSS6.5AI score0.00209EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2023/11/14 3:46 p.m.12 views

kernel: drm: Fix potential null-ptr-deref due to drmm_mode_config_init()

In the Linux kernel, the following vulnerability has been resolved: drm: Fix potential null-ptr-deref due to drmmmodeconfiginit drmmmodeconfiginit will call drmmodecreatestandardproperties and won't check the ret value. When drmmodecreatestandardproperties failed due to alloc, property will be a...

6.7AI score0.00199EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2023/11/14 3:46 p.m.15 views

kernel: Linux kernel: Memory leak in driver core location can lead to denial of service

A flaw was found in the Linux kernel. This memory leak vulnerability exists in the driver core location component, where the acpipldinfo structure is not properly freed upon allocation failure. A local attacker could exploit this flaw to cause a denial of service DoS due to resource exhaustion...

5.5CVSS5.8AI score0.00154EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2023/11/07 9:08 a.m.15 views

edk2: Function GetEfiGlobalVariable2() return value not checked in DxeImageVerificationHandler()

REJECTED CVE A secure boot bypass vulnerability was found in EDK2 due to the lack of proper return value checks in the GetEfiGlobalVariable2 function. The API may fail if functions like AllocatePool or gRT-GetVariable fail. Without verifying the return value, an attacker could cause the API to...

7.1AI score
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2023/11/07 9:03 a.m.20 views

kernel: net: openvswitch: fix flow memory leak in ovs_flow_cmd_new

In the Linux kernel, the following vulnerability has been resolved: net: openvswitch: fix flow memory leak in ovsflowcmdnew Syzkaller reports a memory leak of newflow in ovsflowcmdnew as it is not freed when an allocation of a key fails. BUG: memory leak unreferenced object 0xffff888116668000 siz...

5.5CVSS6.3AI score0.00266EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2023/11/07 9:03 a.m.16 views

kernel: floppy: Fix memory leak in do_floppy_init()

In the Linux kernel, the following vulnerability has been resolved: floppy: Fix memory leak in dofloppyinit A memory leak was reported when floppyallocdisk failed in dofloppyinit. unreferenced object 0xffff888115ed25a0 size 8: comm "modprobe", pid 727, jiffies 4295051278 age 25.529s hex dump firs...

5.5CVSS6.6AI score0.00155EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2023/11/07 9:03 a.m.9 views

kernel: dm stats: check for and propagate alloc_percpu failure

In the Linux kernel, the following vulnerability has been resolved: dm stats: check for and propagate allocpercpu failure Check allocprecpu's return value and return an error from dmstatsinit if it fails. Update allocdev to fail if dmstatsinit does. Otherwise, a NULL pointer dereference will occu...

5.5CVSS6.3AI score0.00194EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2023/11/07 9:03 a.m.24 views

kernel: mpls: double free on sysctl allocation failure

A double-free flaw was found in the Linux kernel when the MPLS implementation handled sysctl allocation failures. This issue could allow a local user to cause a denial of service or possibly execute arbitrary code...

4.7CVSS6.9AI score0.00326EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2023/10/24 12:59 a.m.6 views

SUSE CVE-2023-45679

stbvorbis is a single file MIT licensed library for processing ogg vorbis files. A crafted file may trigger memory allocation failure in startdecoder. In that case the function returns early, but some of the pointers in f-commentlist are left initialized and later setupfree is called on these...

7.3CVSS7.6AI score0.00522EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2023/10/24 12:59 a.m.7 views

SUSE CVE-2023-45680

stbvorbis is a single file MIT licensed library for processing ogg vorbis files. A crafted file may trigger memory allocation failure in startdecoder. In that case the function returns early, the f-commentlist is set to NULL, but f-commentlistlength is not reset. Later in vorbisdeinit it tries to...

5.3CVSS6.8AI score0.00535EPSS
SaveExploits0References4
OSV
OSV
added 2023/10/21 12:15 a.m.4 views

DEBIAN-CVE-2023-45680

stbvorbis is a single file MIT licensed library for processing ogg vorbis files. A crafted file may trigger memory allocation failure in startdecoder. In that case the function returns early, the f-commentlist is set to NULL, but f-commentlistlength is not reset. Later in vorbisdeinit it tries to...

5.5CVSS5.5AI score0.00535EPSS
SaveExploits0References1
OSV
OSV
added 2023/10/21 12:15 a.m.10 views

DEBIAN-CVE-2023-45679

stbvorbis is a single file MIT licensed library for processing ogg vorbis files. A crafted file may trigger memory allocation failure in startdecoder. In that case the function returns early, but some of the pointers in f-commentlist are left initialized and later setupfree is called on these...

7.8CVSS7.5AI score0.00522EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
added 2023/10/21 12:15 a.m.22 views

CVE-2023-45680

stbvorbis is a single file MIT licensed library for processing ogg vorbis files. A crafted file may trigger memory allocation failure in startdecoder. In that case the function returns early, the f-commentlist is set to NULL, but f-commentlistlength is not reset. Later in vorbisdeinit it tries to...

5.5CVSS6AI score0.00535EPSS
SaveExploits0References6
OSV
OSV
added 2023/10/21 12:15 a.m.14 views

UBUNTU-CVE-2023-45679

stbvorbis is a single file MIT licensed library for processing ogg vorbis files. A crafted file may trigger memory allocation failure in startdecoder. In that case the function returns early, but some of the pointers in f-commentlist are left initialized and later setupfree is called on these...

7.8CVSS5.9AI score0.00522EPSS
SaveExploits0References7
Debian CVE
Debian CVE
added 2023/10/20 11:26 p.m.63 views

CVE-2023-45680

stbvorbis is a single file MIT licensed library for processing ogg vorbis files. A crafted file may trigger memory allocation failure in startdecoder. In that case the function returns early, the f-commentlist is set to NULL, but f-commentlistlength is not reset. Later in vorbisdeinit it tries to...

5.5CVSS5.3AI score0.00535EPSS
SaveExploits0
CVE
CVE
added 2023/10/20 11:26 p.m.104 views

CVE-2023-45680

The CVE-2023-45680 issue affects stb_vorbis (single-file library) where a crafted file can trigger a memory allocation failure in start_decoder, causing f->comment_list_len not to reset and leading to a NULL dereference in vorbis_deinit, resulting in denial of service. Public details are tied ...

5.5CVSS5.4AI score0.00535EPSS
SaveExploits0References3Affected Software1
Positive Technologies
Positive Technologies
added 2023/10/20 12:00 a.m.19 views

PT-2023-29646 · Unknown +2 · Stb Vorbis +2

Name of the Vulnerable Software and Affected Versions: stb vorbis affected versions not specified Description: The issue is related to the processing of ogg vorbis files. A crafted file can cause a memory allocation failure in the start decoder function, leading to some pointers in f-comment list...

7.8CVSS6.5AI score0.0056EPSS
SaveExploits0References30
Positive Technologies
Positive Technologies
added 2023/10/20 12:00 a.m.8 views

PT-2023-29647 · Unknown +1 · Stb Vorbis +1

Name of the Vulnerable Software and Affected Versions: stb vorbis affected versions not specified Description: The issue is related to a memory allocation failure in the start decoder function when processing a crafted ogg vorbis file. This failure causes the function to return early, setting...

7.8CVSS6.4AI score0.0056EPSS
SaveExploits0References24
Tenable Nessus
Tenable Nessus
added 2023/10/16 12:00 a.m.35 views

Ubuntu 16.04 ESM / 18.04 ESM : OpenJPEG vulnerabilities (USN-4782-1)

The remote Ubuntu 16.04 ESM / 18.04 ESM host has packages installed that are affected by multiple vulnerabilities as referenced in the USN-4782-1 advisory. It was discovered that OpenJPEG incorrectly handled certain image files. A remote attacker could possibly use this issue to cause a denial of...

8.8CVSS6.4AI score0.0347EPSS
SaveExploits1References7
SUSE CVE
SUSE CVE
added 2023/10/12 2:35 p.m.9 views

SUSE CVE-2023-45322

libxml2 through 2.11.5 has a use-after-free that can only occur after a certain memory allocation fails. This occurs in xmlUnlinkNode in tree.c. NOTE: the vendor's position is "I don't think these issues are critical enough to warrant a CVE ID ... because an attacker typically can't control when...

6.5CVSS6.6AI score0.00826EPSS
SaveExploits0References32
Rows per page
Query Builder