Lucene search
+L

127596 matches found

UbuntuCve
UbuntuCve
added 2026/08/10 1:19 p.m.12 views

CVE-2026-68118

In the Linux kernel, the following vulnerability has been resolved: tcp: challenge ACK for non-exact RST in SYN-RECEIVED The SYN-RECEIVED request-socket path in tcpcheckreq accepts an in-window RST without requiring SEG.SEQ to exactly match RCV.NXT. A non-exact RST therefore removes the request...

8.2CVSS5.5AI score0.00391EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/10 12:30 p.m.19 views

MAL-2026-13700 Malicious code in chai-as-deployer (npm)

--- -= Per source details. Do not edit below this line.=- Source: amazon-inspector c4da130c2818dc609c23c93511a70a6c207cf19cdf9fdd937e369e07b5f1e492 The package is published as chai-as-deployer but its tarball contains verbatim pino README/docs/type-definitions while the advertised chai plugin is ...

5.8AI score
SaveExploits0References3
EUVD
EUVD
added 2026/08/10 12:14 p.m.13 views

EUVD-2026-55618

Missing Authorization in the permission management component in Roskus Prospero Flow CRM before 5.2.1 allows any authenticated user to grant any role, including their own, the complete set of application permissions via a crafted POST request to the permission save endpoint, which performs no...

8.7CVSS5.3AI score0.00238EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/10 12:14 p.m.45 views

CVE-2026-59233 Missing Authorization in Prospero Flow CRM permission save endpoint allows privilege escalation

Missing Authorization in the permission management component in Roskus Prospero Flow CRM before 5.2.1 allows any authenticated user to grant any role, including their own, the complete set of application permissions via a crafted POST request to the permission save endpoint, which performs no...

8.7CVSS5.3AI score
SaveExploits0References6
CVE
CVE
added 2026/08/10 12:04 p.m.46 views

CVE-2026-68405

CVE-2026-68405 (Linux kernel, wifi/mac80211) describes a bug where AP_VLAN bc_buf SKBs could be freed outside the IRQ lock. During ieee80211_do_stop(), AP_VLAN packets are removed from ps->bc_buf while ps->bc_buf.lock is held with IRQs disabled, then ieee80211_free_txskb() is called after r...

5.3AI score0.0022EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/08/10 12:03 p.m.11 views

EUVD-2026-55471

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: dummyhcd: prevent fiforeq reuse during giveback dummyhcd embeds a single shared usbrequest dum-fiforeq that the "emulated single-request FIFO" fast-path in dummyqueue reuses for small IN transfers: it copies the...

5.3AI score0.00138EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2026/08/10 12:03 p.m.42 views

CVE-2026-68370 usb: gadget: dummy_hcd: prevent fifo_req reuse during giveback

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: dummyhcd: prevent fiforeq reuse during giveback dummyhcd embeds a single shared usbrequest dum-fiforeq that the "emulated single-request FIFO" fast-path in dummyqueue reuses for small IN transfers: it copies the...

7.8CVSS0.00138EPSS
SaveExploits0References8
CVE
CVE
added 2026/08/10 12:03 p.m.91 views

CVE-2026-68370

CVE-2026-68370 affects the Linux kernel USB gadget dummy_hcd path. A race condition reuses a shared usb_request (fifo_req) before its completion callback finishes, allowing overwriting of the callback pointer and causing a general protection/page fault in dummy_timer. The mitigation adds a fifo_r...

7.8CVSS5.3AI score0.00138EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2026/08/10 12:03 p.m.35 views

CVE-2026-68363 wifi: ath9k: hif_usb: don't dereference hif_dev after re-arming firmware request

In the Linux kernel, the following vulnerability has been resolved: wifi: ath9k: hifusb: don't dereference hifdev after re-arming firmware request ath9khifrequestfirmware re-arms an asynchronous firmware load via requestfirmwarenowait, passing hifdev as the completion context, and then still...

0.00184EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/08/10 12:03 p.m.11 views

EUVD-2026-55464

In the Linux kernel, the following vulnerability has been resolved: wifi: ath9k: hifusb: don't dereference hifdev after re-arming firmware request ath9khifrequestfirmware re-arms an asynchronous firmware load via requestfirmwarenowait, passing hifdev as the completion context, and then still...

5.4AI score0.00184EPSS
SaveExploits0References5
CVE
CVE
added 2026/08/10 12:03 p.m.62 views

CVE-2026-68363

The CVE affects the Linux kernel ath9k wireless driver (ath9k_htc) in the hif_usb path. The vulnerability arises when an asynchronous firmware load is re-armed via request_firmware_nowait(), which passes hif_dev as the completion context and later dereferences hif_dev in a post-request dev_info()...

5.4AI score0.00184EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/08/10 12:02 p.m.12 views

EUVD-2026-55416

In the Linux kernel, the following vulnerability has been resolved: sctp: validate stream count in sctpprocessstrresetinreq When processing a RESETINREQUEST from a peer, sctpprocessstrresetinreq derives the stream count from the parameter length but does not check whether the resulting...

5.4AI score0.00518EPSS
SaveExploits0References5
CVE
CVE
added 2026/08/10 12:02 p.m.66 views

CVE-2026-68315

Summary (CVE-2026-68315) : In the Linux kernel SCTP implementation, processing a RESET_IN_REQUEST from a peer can derive a stream count from the parameter length and then exceed SCTP_MAX_CHUNK_LEN when constructing the corresponding RESET_OUT_REQUEST. The OUT header is 16 bytes vs IN header 8 byt...

7.5CVSS5.4AI score0.00518EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2026/08/10 12:02 p.m.43 views

CVE-2026-68315 sctp: validate stream count in sctp_process_strreset_inreq()

In the Linux kernel, the following vulnerability has been resolved: sctp: validate stream count in sctpprocessstrresetinreq When processing a RESETINREQUEST from a peer, sctpprocessstrresetinreq derives the stream count from the parameter length but does not check whether the resulting...

7.5CVSS0.00518EPSS
SaveExploits0References8
CVE
CVE
added 2026/08/10 12:00 p.m.67 views

CVE-2026-68217

Technical details (affected product/version, root cause, impact, or fix) are not publicly provided in the supplied documents. Monitor for updates.

5.6AI score0.0022EPSS
SaveExploits0References8
OSV
OSV
added 2026/08/10 11:59 a.m.17 views

CVE-2026-68173 ublk: wait on ublk_dev_ready() instead of ub->completion

In the Linux kernel, the following vulnerability has been resolved: ublk: wait on ublkdevready instead of ub-completion ub-completion is only re-armed by a successful STARTUSERRECOVERY. If the ublk server sends ENDUSERRECOVERY without one - e.g. its START failed with -EBUSY and the error was...

7.1CVSS5.5AI score
SaveExploits0References6
EUVD
EUVD
added 2026/08/10 11:58 a.m.10 views

EUVD-2026-55499

In the Linux kernel, the following vulnerability has been resolved: tcp: challenge ACK for non-exact RST in SYN-RECEIVED The SYN-RECEIVED request-socket path in tcpcheckreq accepts an in-window RST without requiring SEG.SEQ to exactly match RCV.NXT. A non-exact RST therefore removes the request...

5.3AI score0.00391EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/08/10 11:58 a.m.42 views

CVE-2026-68118 tcp: challenge ACK for non-exact RST in SYN-RECEIVED

In the Linux kernel, the following vulnerability has been resolved: tcp: challenge ACK for non-exact RST in SYN-RECEIVED The SYN-RECEIVED request-socket path in tcpcheckreq accepts an in-window RST without requiring SEG.SEQ to exactly match RCV.NXT. A non-exact RST therefore removes the request...

8.2CVSS0.00391EPSS
SaveExploits0References5
Patchstack
Patchstack
added 2026/08/10 11:31 a.m.9 views

WordPress Gutenverse Companion plugin <= 2.5.1 - Server Side Request Forgery (SSRF) vulnerability

Server Side Request Forgery SSRF vulnerability discovered by Ananda Dhakal Patchstack in WordPress Plugin Gutenverse Companion versions = 2.5.1...

7.2CVSS5.2AI score0.00188EPSS
SaveExploits0Affected Software1
NVD
NVD
added 2026/08/10 11:17 a.m.10 views

CVE-2026-72591

A server-side request forgery SSRF vulnerability in gabehf/Koito through v0.3.2 allows an authenticated user to make the server perform HTTP requests to arbitrary internal or external hosts by supplying a crafted imageurl value in the PATCH /apis/web/v1/album/id/image endpoint...

7.7CVSS0.0027EPSS
SaveExploits0References1
Rows per page
Query Builder