Lucene search
+L

24168 matches found

RedhatCVE
RedhatCVE
added 2026/05/27 8:13 p.m.20 views

CVE-2026-48592

Missing Authorization vulnerability in oban-bg obanweb 'Elixir.Oban.Web.Jobs.DetailComponent' modules allows unauthorized job worker substitution. The handleevent"save-job", ... handler in 'Elixir.Oban.Web.Jobs.DetailComponent' does not perform an authorization check, unlike the sibling cancel,...

5.3CVSS6AI score0.005EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2026/05/27 7:55 p.m.13 views

CVE-2026-48792 pam_usb: pusb_has_virtual_input_device() silently discards EACCES, disabling remote desktop detection under non-root execution

pamusb provides hardware authentication for Linux using ordinary removable media. Prior to 0.9.1, src/evdev.c silently ignores EACCES errors when opening /dev/input/event nodes, causing pusbhasvirtualinputdevice to return 0 no virtual devices found even when every open call failed due to...

4.4CVSS5.8AI score0.00128EPSS
SaveExploits0References3
Github Security Blog
Github Security Blog
added 2026/05/27 6:08 p.m.24 views

LiquidJS Vulnerable to ReDoS via Quadratic Backtracking in `strip_html` Filter Regex

Summary The built-in striphtml filter in liquidjs uses a regex containing four lazy-quantified alternatives. When the input contains many |||/g, '' The regex contains four lazy patterns: 1. 2. 3. 4. For an input like 'script'.repeatN, the engine encounters N starting positions. At each one it mus...

7.5CVSS5.8AI score0.00385EPSS
SaveExploits0References5Affected Software1
Snyk
Snyk
added 2026/05/27 6:08 p.m.33 views

Regular Expression Denial of Service (ReDoS)

Overview liquidjs is an A simple, expressive, safe and Shopify compatible template engine in pure JavaScript. Affected versions of this package are vulnerable to Regular Expression Denial of Service ReDoS through the striphtml filter in the HTML filter implementation. An attacker can block the...

8.7CVSS5.8AI score0.00385EPSS
SaveExploits0References2
GithubExploit
GithubExploit
added 2026/05/27 3:29 p.m.146 views

Exploit for CVE-2026-0828

CVE-2026-0828 — Safetica ProcessMonitorDriver.sys BYOVD PoC S...

6.2AI score0.00409EPSS
SaveExploits2
Patchstack
Patchstack
added 2026/05/27 2:55 p.m.19 views

WordPress Timetable and Event Schedule by MotoPress plugin <= 2.4.16 - Insecure Direct Object Reference to Authenticated (Contributor+) Sensitive Information Exposure vulnerability

Insecure Direct Object Reference to Authenticated Contributor+ Sensitive Information Exposure vulnerability discovered by Jack Pas Dark. - Black Lantern Security in WordPress Plugin Timetable and Event Schedule versions = 2.4.16...

4.3CVSS5.8AI score0.00218EPSS
SaveExploits0References1Affected Software1
NVD
NVD
added 2026/05/27 2:17 p.m.18 views

CVE-2026-45904

In the Linux kernel, the following vulnerability has been resolved: powerpc/eeh: fix recursive pcilockrescanremove locking in EEH event handling The recent commit 1010b4c012b0 "powerpc/eeh: Make EEH driver device hotplug safe" restructured the EEH driver to improve synchronization with the PCI...

5.5CVSS0.0016EPSS
SaveExploits0References8
OSV
OSV
added 2026/05/27 2:17 p.m.17 views

UBUNTU-CVE-2026-46056

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hcievent: fix potential UAF in SSP passkey handlers hciconn lookup and field access must be covered by hdev lock in hciuserpasskeynotifyevt and hcikeypressnotifyevt, otherwise the connection can be freed concurrently...

8.8CVSS5.7AI score0.00262EPSS
SaveExploits0References23
Circl
Circl
added 2026/05/27 12:57 p.m.21 views

CVE-2026-42754

creationtimestamp| type| source ---|---|--- 2026-05-27 12:57:53+00:00| seen| https://bsky.app/profile/cve.skyfleet.blue/post/3mmtkofkna62q...

7.1CVSS5.8AI score0.00203EPSS
SaveExploits0References1
ATTACKERKB
ATTACKERKB
added 2026/05/27 12:57 p.m.13 views

CVE-2026-46056

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hcievent: fix potential UAF in SSP passkey handlers hciconn lookup and field access must be covered by hdev lock in hciuserpasskeynotifyevt and hcikeypressnotifyevt, otherwise the connection can be freed concurrently...

8.8CVSS5.7AI score0.00262EPSS
SaveExploits0References9Affected Software1
Debian CVE
Debian CVE
added 2026/05/27 12:57 p.m.21 views

CVE-2026-46056

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hcievent: fix potential UAF in SSP passkey handlers hciconn lookup and field access must be covered by hdev lock in hciuserpasskeynotifyevt and hcikeypressnotifyevt, otherwise the connection can be freed concurrently...

8.8CVSS5.7AI score0.00262EPSS
SaveExploits0
EUVD
EUVD
added 2026/05/27 12:55 p.m.20 views

EUVD-2026-32294

In the Linux kernel, the following vulnerability has been resolved: rxrpc: Fix potential UAF after skbunshare failure If skbunshare fails to unshare a packet due to allocation failure in rxrpcinputpacket, the skb pointer in the parent rxrpciothread will be NULL'd out. This will likely cause the...

5.8AI score0.00132EPSS
SaveExploits0References5
CVE
CVE
added 2026/05/27 12:55 p.m.56 views

CVE-2026-45998

CVE-2026-45998 affects the Linux kernel RxRPC stack. The vulnerability arises when skb_unshare() fails to unshare a packet during rxrpc_input_packet(); the parent’s skb pointer can be NULL, risking a kernel oops in trace_rxrpc_rx_done(). The fix moves the unsharing logic down to rxrpc_input_call_...

7.8CVSS5.8AI score0.00132EPSS
SaveExploits0References10Affected Software1
Cvelist
Cvelist
added 2026/05/27 12:55 p.m.53 views

CVE-2026-45998 rxrpc: Fix potential UAF after skb_unshare() failure

In the Linux kernel, the following vulnerability has been resolved: rxrpc: Fix potential UAF after skbunshare failure If skbunshare fails to unshare a packet due to allocation failure in rxrpcinputpacket, the skb pointer in the parent rxrpciothread will be NULL'd out. This will likely cause the...

0.00132EPSS
SaveExploits0References5
OSV
OSV
added 2026/05/27 12:17 p.m.8 views

CVE-2026-45904 powerpc/eeh: fix recursive pci_lock_rescan_remove locking in EEH event handling

In the Linux kernel, the following vulnerability has been resolved: powerpc/eeh: fix recursive pcilockrescanremove locking in EEH event handling The recent commit 1010b4c012b0 "powerpc/eeh: Make EEH driver device hotplug safe" restructured the EEH driver to improve synchronization with the PCI...

6AI score
SaveExploits0References11
Cvelist
Cvelist
added 2026/05/27 12:17 p.m.51 views

CVE-2026-45904 powerpc/eeh: fix recursive pci_lock_rescan_remove locking in EEH event handling

In the Linux kernel, the following vulnerability has been resolved: powerpc/eeh: fix recursive pcilockrescanremove locking in EEH event handling The recent commit 1010b4c012b0 "powerpc/eeh: Make EEH driver device hotplug safe" restructured the EEH driver to improve synchronization with the PCI...

0.0016EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2026/05/27 12:15 p.m.37 views

CVE-2026-45865

In the Linux kernel, the following vulnerability has been resolved: mctp i2c: initialise event handler read bytes Set a 0xff value for i2c reads of an mctp-i2c device. Otherwise reads will return "val" from the i2c bus driver. For i2c-aspeed and i2c-npcm7xx that is a stack uninitialised u8. Teste...

5.5CVSS5.7AI score0.0016EPSS
SaveExploits0
Circl
Circl
added 2026/05/27 12:06 p.m.18 views

CVE-2026-8899

creationtimestamp| type| source ---|---|--- 2026-05-27 12:06:34+00:00| seen| https://bsky.app/profile/donwebmedia.bsky.social/post/3mmthsphcj52i...

6.4CVSS5.8AI score0.00198EPSS
SaveExploits0References1
Circl
Circl
added 2026/05/27 11:00 a.m.13 views

CVE-2026-999999

creationtimestamp| type| source ---|---|--- 2026-05-27 11:00:04+00:00| seen| https://t.me/GithubRedTeam/86098 2026-05-27 21:02:47+00:00| seen| Telegram/ymQhnDFcziGLHK8SJX7axBvcDuNVbRkzysaenktlRf2qI3g...

5.3AI score
SaveExploits0References1
Circl
Circl
added 2026/05/27 9:11 a.m.27 views

CVE-2026-8942

creationtimestamp| type| source ---|---|--- 2026-05-27 09:11:46+00:00| seen| https://bsky.app/profile/cve.skyfleet.blue/post/3mmt625haue2p...

4.3CVSS5.3AI score0.00124EPSS
SaveExploits0References1
Rows per page
Query Builder