Lucene search
+L

225586 matches found

CVE
CVE
added 2026/07/24 3:27 p.m.25 views

CVE-2026-64243

CVE-2026-64243 (Linux kernel, ASoC codecs: simple-mux) A fix was applied to correct the bounds check in simple_mux_control_put for enum controls. Previously the code rejected values greater than e->items, but enum controls are zero-based, making 0 and 1 valid for a two-entry mux and 2 should b...

7.1CVSS5.8AI score0.00117EPSS
SaveExploits0References7Affected Software1
Cvelist
Cvelist
added 2026/07/24 3:27 p.m.37 views

CVE-2026-64243 ASoC: codecs: simple-mux: Fix enum control bounds check

In the Linux kernel, the following vulnerability has been resolved: ASoC: codecs: simple-mux: Fix enum control bounds check simplemuxcontrolput rejects values greater than e-items, but enum control values are zero based. For the two-entry mux used by this driver, valid values are 0 and 1, so valu...

7.1CVSS0.00117EPSS
SaveExploits0References7
OSV
OSV
added 2026/07/24 3:27 p.m.9 views

CVE-2026-64243 ASoC: codecs: simple-mux: Fix enum control bounds check

In the Linux kernel, the following vulnerability has been resolved: ASoC: codecs: simple-mux: Fix enum control bounds check simplemuxcontrolput rejects values greater than e-items, but enum control values are zero based. For the two-entry mux used by this driver, valid values are 0 and 1, so valu...

7.1CVSS5.8AI score
SaveExploits0References10
Cvelist
Cvelist
added 2026/07/24 3:27 p.m.36 views

CVE-2026-64240 media: rc: igorplugusb: fix control request setup packet

In the Linux kernel, the following vulnerability has been resolved: media: rc: igorplugusb: fix control request setup packet Commit eac69475b01f "media: rc: igorplugusb: heed coherency rules" changed the control request storage from an embedded struct to an allocated pointer so it can obey DMA...

0.00114EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/07/24 3:27 p.m.13 views

EUVD-2026-48649

In the Linux kernel, the following vulnerability has been resolved: media: rc: igorplugusb: fix control request setup packet Commit eac69475b01f "media: rc: igorplugusb: heed coherency rules" changed the control request storage from an embedded struct to an allocated pointer so it can obey DMA...

5.7AI score0.00114EPSS
SaveExploits0References8
CVE
CVE
added 2026/07/24 3:27 p.m.24 views

CVE-2026-64240

Summary of CVE-2026-64240 (Linux kernel, igorplugusb): The issue arises from the igorplugusb driver when the control request setup packet was moved to an allocated usb_ctrlrequest pointer for DMA coherency, but the code still passed ir->request to usb_fill_control_urb(), causing the URB to poi...

5.5CVSS5.7AI score0.00114EPSS
SaveExploits0References8Affected Software1
ATTACKERKB
ATTACKERKB
added 2026/07/24 3:27 p.m.9 views

CVE-2026-64240

In the Linux kernel, the following vulnerability has been resolved: media: rc: igorplugusb: fix control request setup packet Commit eac69475b01f "media: rc: igorplugusb: heed coherency rules" changed the control request storage from an embedded struct to an allocated pointer so it can obey DMA...

5.7AI score0.00114EPSS
SaveExploits0References9Affected Software1
OSV
OSV
added 2026/07/24 3:27 p.m.10 views

CVE-2026-64240 media: rc: igorplugusb: fix control request setup packet

In the Linux kernel, the following vulnerability has been resolved: media: rc: igorplugusb: fix control request setup packet Commit eac69475b01f "media: rc: igorplugusb: heed coherency rules" changed the control request storage from an embedded struct to an allocated pointer so it can obey DMA...

5.7AI score
SaveExploits0References11
EUVD
EUVD
added 2026/07/24 3:27 p.m.9 views

EUVD-2026-48641

Suna before 0.9.102 contains a broken access control vulnerability in the message queue API that allows authenticated attackers to access and manipulate queue resources belonging to other users by exploiting missing ownership and account isolation checks. Attackers can read pending prompt queues ...

8.7CVSS6AI score0.00255EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2026/07/24 3:27 p.m.38 views

CVE-2026-66027 Suna < 0.9.102 Broken Access Control via Message Queue API

Suna before 0.9.102 contains a broken access control vulnerability in the message queue API that allows authenticated attackers to access and manipulate queue resources belonging to other users by exploiting missing ownership and account isolation checks. Attackers can read pending prompt queues ...

8.7CVSS0.00255EPSS
SaveExploits0References5
ATTACKERKB
ATTACKERKB
added 2026/07/24 3:27 p.m.9 views

CVE-2026-66027

Suna before 0.9.102 contains a broken access control vulnerability in the message queue API that allows authenticated attackers to access and manipulate queue resources belonging to other users by exploiting missing ownership and account isolation checks. Attackers can read pending prompt queues ...

8.7CVSS6AI score0.00255EPSS
SaveExploits0References6
OSV
OSV
added 2026/07/24 3:27 p.m.9 views

CVE-2026-66027 Suna < 0.9.102 Broken Access Control via Message Queue API

Suna before 0.9.102 contains a broken access control vulnerability in the message queue API that allows authenticated attackers to access and manipulate queue resources belonging to other users by exploiting missing ownership and account isolation checks. Attackers can read pending prompt queues ...

8.7CVSS6AI score
SaveExploits0References8
CVE
CVE
added 2026/07/24 3:27 p.m.30 views

CVE-2026-66027

The CVE-2026-66027 entry documents a broken access control in Suna

8.7CVSS6AI score0.00255EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/07/24 3:23 p.m.10 views

EUVD-2026-48639

In the Linux kernel, the following vulnerability has been resolved: drm/msm/dsi: don't dump registers past the mapped region On DSI 6G platforms the IO address space is internally adjusted by iooffset. Later this adjusted address might be used for memory dumping. However the size that is used for...

5.7AI score0.00123EPSS
SaveExploits0References6
OSV
OSV
added 2026/07/24 3:23 p.m.8 views

CVE-2026-64231 drm/msm/dsi: don't dump registers past the mapped region

In the Linux kernel, the following vulnerability has been resolved: drm/msm/dsi: don't dump registers past the mapped region On DSI 6G platforms the IO address space is internally adjusted by iooffset. Later this adjusted address might be used for memory dumping. However the size that is used for...

5.7AI score
SaveExploits0References9
NVD
NVD
added 2026/07/24 3:18 p.m.10 views

CVE-2026-58630

Improper access control in Azure App Service allows an unauthorized attacker to elevate privileges over a network...

10CVSS0.00865EPSS
SaveExploits0References1
EUVD
EUVD
added 2026/07/24 2:53 p.m.17 views

EUVD-2026-48606

Improper access control in the automation tests and workflows features in Devolutions PowerShell Universal 2026.2.2 and earlier allows an authenticated user with only the Reader role to execute automation tests and modify workflow properties via missing server-side authorization checks...

5CVSS6AI score0.00152EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/07/24 2:53 p.m.34 views

CVE-2026-16799

Improper access control in the automation tests and workflows features in Devolutions PowerShell Universal 2026.2.2 and earlier allows an authenticated user with only the Reader role to execute automation tests and modify workflow properties via missing server-side authorization checks...

0.00152EPSS
SaveExploits0References1
EUVD
EUVD
added 2026/07/24 2:36 p.m.10 views

EUVD-2026-48602

Improper access control in Azure App Service allows an unauthorized attacker to elevate privileges over a network...

10CVSS5.8AI score0.00865EPSS
SaveExploits0References1
ATTACKERKB
ATTACKERKB
added 2026/07/24 2:6 p.m.12 views

CVE-2026-17059

A flaw was found in the role-users endpoint of the keycloak-services library, which is the core component of the Keycloak identity and access management solution. The issue occurs because the system fails to check if an administrator has permission to view individual users when listing members of...

6.5CVSS5.8AI score0.002EPSS
SaveExploits0References3
Rows per page
Query Builder