Lucene search
+L

14482 matches found

CVE
CVE
added 2026/05/04 4:43 p.m.17 views

CVE-2025-47404

CVE-2025-47404 describes memory corruption that occurs when dynamically changing the size of a previously allocated buffer while its contents are being modified. The NVD entry lists a Local attack vector with Low exploit complexity and Low privileges, resulting in High impact to confidentiality, ...

7.8CVSS5.9AI score0.00066EPSS
SaveExploits0References1Affected Software1
Vulnrichment
Vulnrichment
added 2026/05/04 4:43 p.m.6 views

CVE-2025-47404 Buffer Copy Without Checking Size of Input in Automotive Audio

Memory corruption when dynamically changing the size of a previously allocated buffer while its contents are being modified...

6.5CVSS5.9AI score0.00066EPSS
SaveExploits0References1
OSV
OSV
added 2026/05/04 11:28 a.m.6 views

SUSE-SU-2026:21541-1 Security update for MozillaFirefox

This update for MozillaFirefox fixes the following issues: Update to Firefox Extended Support Release 140.10.1 ESR. - MFSA 2026-36 bsc1263110 CVE-2026-7320: Information disclosure due to incorrect boundary conditions in the Audio/Video component. CVE-2026-7321: Sandbox escape due to incorrect...

9.6CVSS6AI score0.00375EPSS
SaveExploits0References6
Positive Technologies
Positive Technologies
added 2026/05/04 12:0 a.m.14 views

PT-2026-36924

ITEMS ADDED: Filters Add filter for Atmos PM-5173 Filters Add filter for audio layout PM-5118 Filters Add filters for video, audio, and subtitle codecs PM-5117 Metadata Add support for RottenTomatoes audience and average ratings to Nfo parser PM-5176 Metadata Detect Dolby Atmos PM-4004 Metadata...

5.8AI score
SaveExploits0References2
OSV
OSV
added 2026/05/04 12:0 a.m.7 views

ALSA-2026:13537 Important: thunderbird security update

Mozilla Thunderbird is a standalone mail and newsgroup client. Security Fixes: firefox: thunderbird: Incorrect boundary conditions in the Libraries component in NSS CVE-2026-6772 firefox: thunderbird: Use-after-free in the JavaScript Engine component CVE-2026-6754 firefox: thunderbird: Spoofing...

9.8CVSS6AI score0.04938EPSS
SaveExploits1References52
OSV
OSV
added 2026/05/03 9:55 a.m.8 views

OESA-2026-2134 firefox security update

Mozilla Firefox is an open-source web browser, designed for standards compliance, performance and portability. %if 0 %global mozdebugprefix /lib/debug %global mozdebugdir /lib/debug/ %global unamem %uname -m %global symbolsfilename -.en-US.-%uname.crashreporter-symbols.zip %global symbolsfilepath...

9.6CVSS6AI score0.00375EPSS
SaveExploits0References5
OSV
OSV
added 2026/05/02 1:9 a.m.9 views

CLSA-2026-1777541445 bluez: Fix of 3 CVEs

CVE-2022-0204: fix heap overflow when appending prepare writes in gatt-server - CVE-2022-39176: fix not checking paramslen in AVRCP vendordep PDU handling - CVE-2022-39177: fix accepting invalid/malformed capabilities in AVDTP...

8.8CVSS6.1AI score0.01808EPSS
SaveExploits1References1
Tenable Nessus
Tenable Nessus
added 2026/05/02 12:0 a.m.5 views

Linux Distros Unpatched Vulnerability : CVE-2026-31776

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - ALSA: ctxfi: Fix missing SPDIFI1 index handling SPDIF1 DAIO type isn't properly handled in daiodeviceindex for hw20k2, and it returned -EINVAL, which ended up...

7.8CVSS7.3AI score0.0012EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2026/05/01 11:27 p.m.6 views

CVE-2026-31776

A flaw was found in the Linux kernel's ALSA ctxfi driver. The daiodeviceindex function for hw20k2 improperly handles the SPDIF1 DAIO type, leading to a missing index. This issue can result in an out-of-bounds array access, which may cause system instability or a denial of service DoS. Mitigation ...

7.8CVSS5.8AI score0.0012EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/05/01 11:22 p.m.6 views

CVE-2026-31775

A flaw was found in the Linux kernel's ALSA Advanced Linux Sound Architecture ctxfi driver. An issue during the initialization of Digital Audio Input/Output DAIO resources incorrectly enumerates the SPDIF1 type, which is not defined for certain hardware models. This can lead to a kernel crash on...

5.5CVSS5.8AI score0.00107EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/05/01 8:49 p.m.12 views

CVE-2026-31720

A flaw was found in the Linux kernel's USB gadget audio class 1 UAC1 legacy function. A remote attacker could exploit this vulnerability by sending a malicious USB control request, causing an out-of-bounds write on the stack. This could lead to a denial of service or potentially arbitrary code...

7.8CVSS6.1AI score0.00129EPSS
SaveExploits0References4
OSV
OSV
added 2026/05/01 5:0 p.m.3 views

OPENSUSE-SU-2026:20664-1 Security update for MozillaThunderbird

This update for MozillaThunderbird fixes the following issues: Changes in MozillaThunderbird: - Mozilla Thunderbird 140.10.0 ESR Newly translated strings were not available in Thunderbird MFSA 2026-34 bsc1262230 CVE-2026-6746 Use-after-free in the DOM: Core & HTML component CVE-2026-6747...

10CVSS6.1AI score0.04938EPSS
SaveExploits2References70
Cvelist
Cvelist
added 2026/05/01 2:15 p.m.36 views

CVE-2026-43023 Bluetooth: SCO: fix race conditions in sco_sock_connect()

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: SCO: fix race conditions in scosockconnect scosockconnect checks skstate and sktype without holding the socket lock. Two concurrent connect syscalls on the same socket can both pass the check and enter scoconnect,...

7.8CVSS0.00097EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2026/05/01 2:15 p.m.35 views

CVE-2026-31777 ALSA: ctxfi: Check the error for index mapping

In the Linux kernel, the following vulnerability has been resolved: ALSA: ctxfi: Check the error for index mapping The ctxfi driver blindly assumed a proper value returned from daiodeviceindex, but it's not always true. Add a proper error check to deal with the error from the function...

0.00107EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/05/01 2:15 p.m.15 views

EUVD-2026-26590

In the Linux kernel, the following vulnerability has been resolved: ALSA: ctxfi: Check the error for index mapping The ctxfi driver blindly assumed a proper value returned from daiodeviceindex, but it's not always true. Add a proper error check to deal with the error from the function...

5.8AI score0.00107EPSS
SaveExploits0References2
CVE
CVE
added 2026/05/01 2:15 p.m.16 views

CVE-2026-31776

CVE-2026-31776 affects the Linux kernel via ALSA ctxfi SPDIF1 handling. The issue occurs in daio_device_index() for SPDIF1 (hw20k2) where the index is not properly handled, leading to an out-of-bounds access. Affected code path is fixed upstream by returning the correct index, mirroring the hw20k...

7.8CVSS5.7AI score0.0012EPSS
SaveExploits0References2Affected Software1
EUVD
EUVD
added 2026/05/01 2:15 p.m.10 views

EUVD-2026-26588

In the Linux kernel, the following vulnerability has been resolved: ALSA: ctxfi: Don't enumerate SPDIF1 at DAIO initialization The recent refactoring of xfi driver changed the assignment of atc-daios at atcgetresources; now it loops over all enum DAIOTYP entries while it looped formerly only a pa...

5.9AI score0.00107EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2026/05/01 2:15 p.m.7 views

CVE-2026-31775

In the Linux kernel, the following vulnerability has been resolved: ALSA: ctxfi: Don't enumerate SPDIF1 at DAIO initialization The recent refactoring of xfi driver changed the assignment of atc-daios at atcgetresources; now it loops over all enum DAIOTYP entries while it looped formerly only a pa...

5.5CVSS5.8AI score0.00107EPSS
SaveExploits0
OSV
OSV
added 2026/05/01 2:15 p.m.2 views

CVE-2026-31775 ALSA: ctxfi: Don't enumerate SPDIF1 at DAIO initialization

In the Linux kernel, the following vulnerability has been resolved: ALSA: ctxfi: Don't enumerate SPDIF1 at DAIO initialization The recent refactoring of xfi driver changed the assignment of atc-daios at atcgetresources; now it loops over all enum DAIOTYP entries while it looped formerly only a pa...

5.5CVSS6AI score0.00107EPSS
SaveExploits0References5
CVE
CVE
added 2026/05/01 1:56 p.m.30 views

CVE-2026-31701

In CVE-2026-31701, the Linux kernel ALSA caiaq driver (USB audio) stored a pointer to the parent usb_device without a reference. The snd_usb_caiaq_card_free() path can run after the USB device is disconnected, dereferencing freed memory (use-after-free). The fix is to take a reference on the USB ...

5.5CVSS5.8AI score0.00117EPSS
SaveExploits0References8Affected Software1
Rows per page
Query Builder