Show filters
9,043 Total Results
Displaying 171-180 of 9,043
Sort by:
Attacker Value
Unknown

CVE-2024-37371

Disclosure Date: June 28, 2024 (last updated September 19, 2024)
In MIT Kerberos 5 (aka krb5) before 1.21.3, an attacker can cause invalid memory reads during GSS message token handling by sending message tokens with invalid length fields.
Attacker Value
Unknown

CVE-2024-5690

Disclosure Date: June 11, 2024 (last updated August 10, 2024)
By monitoring the time certain operations take, an attacker could have guessed which external protocol handlers were functional on a user's system. This vulnerability affects Firefox < 127, Firefox ESR < 115.12, and Thunderbird < 115.12.
Attacker Value
Unknown

CVE-2024-37383

Disclosure Date: June 07, 2024 (last updated October 26, 2024)
Roundcube Webmail before 1.5.7 and 1.6.x before 1.6.7 allows XSS via SVG animate attributes.
Attacker Value
Unknown

CVE-2024-5629

Disclosure Date: June 05, 2024 (last updated June 19, 2024)
An out-of-bounds read in the 'bson' module of PyMongo 4.6.2 or earlier allows deserialization of malformed BSON provided by a Server to raise an exception which may contain arbitrary application memory.
Attacker Value
Unknown

CVE-2024-36954

Disclosure Date: May 30, 2024 (last updated January 15, 2025)
In the Linux kernel, the following vulnerability has been resolved: tipc: fix a possible memleak in tipc_buf_append __skb_linearize() doesn't free the skb when it fails, so move '*buf = NULL' after __skb_linearize(), so that the skb can be freed on the err path.
Attacker Value
Unknown

CVE-2024-36941

Disclosure Date: May 30, 2024 (last updated January 16, 2025)
In the Linux kernel, the following vulnerability has been resolved: wifi: nl80211: don't free NULL coalescing rule If the parsing fails, we can dereference a NULL pointer here.
Attacker Value
Unknown

CVE-2024-36940

Disclosure Date: May 30, 2024 (last updated January 13, 2025)
In the Linux kernel, the following vulnerability has been resolved: pinctrl: core: delete incorrect free in pinctrl_enable() The "pctldev" struct is allocated in devm_pinctrl_register_and_init(). It's a devm_ managed pointer that is freed by devm_pinctrl_dev_release(), so freeing it in pinctrl_enable() will lead to a double free. The devm_pinctrl_dev_release() function frees the pindescs and destroys the mutex as well.
Attacker Value
Unknown

CVE-2024-4453

Disclosure Date: May 22, 2024 (last updated December 18, 2024)
GStreamer EXIF Metadata Parsing Integer Overflow Remote Code Execution Vulnerability. This vulnerability allows remote attackers to execute arbitrary code on affected installations of GStreamer. Interaction with this library is required to exploit this vulnerability but attack vectors may vary depending on the implementation. The specific flaw exists within the parsing of EXIF metadata. The issue results from the lack of proper validation of user-supplied data, which can result in an integer overflow before allocating a buffer. An attacker can leverage this vulnerability to execute code in the context of the current process. . Was ZDI-CAN-23896.
Attacker Value
Unknown

CVE-2024-35933

Disclosure Date: May 19, 2024 (last updated January 06, 2025)
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btintel: Fix null ptr deref in btintel_read_version If hci_cmd_sync_complete() is triggered and skb is NULL, then hdev->req_skb is NULL, which will cause this issue.
Attacker Value
Unknown

CVE-2024-35930

Disclosure Date: May 19, 2024 (last updated January 06, 2025)
In the Linux kernel, the following vulnerability has been resolved: scsi: lpfc: Fix possible memory leak in lpfc_rcv_padisc() The call to lpfc_sli4_resume_rpi() in lpfc_rcv_padisc() may return an unsuccessful status. In such cases, the elsiocb is not issued, the completion is not called, and thus the elsiocb resource is leaked. Check return value after calling lpfc_sli4_resume_rpi() and conditionally release the elsiocb resource.