Lucene search
+L

184 matches found

Debian CVE
Debian CVE
added 2026/07/19 2:55 p.m.9 views

CVE-2026-63938

In the Linux kernel, the following vulnerability has been resolved: KVM: SEV: Check PSC request indices against the actual size of the buffer When processing Page State Change PSC requests, validate the PSC buffer against the effective size of the scratch area, which could be less than the maximu...

9.3CVSS5.4AI score0.00185EPSS
SaveExploits0
EUVD
EUVD
added 2026/07/19 2:55 p.m.18 views

EUVD-2026-45711

In the Linux kernel, the following vulnerability has been resolved: KVM: SEV: Check PSC request indices against the actual size of the buffer When processing Page State Change PSC requests, validate the PSC buffer against the effective size of the scratch area, which could be less than the maximu...

5.4AI score0.00185EPSS
SaveExploits0References4
CVE
CVE
added 2026/07/19 2:55 p.m.35 views

CVE-2026-63938

The vulnerability CVE-2026-63938 affects the Linux kernel KVM SEV path, specifically PSC processing. The issue arises when validating PSC requests: the PSC buffer must be checked against the effective size of the scratch area, which may be smaller than the maximum if a guest supplies a pointer no...

9.3CVSS5.4AI score0.00185EPSS
SaveExploits0References4
OSV
OSV
added 2026/07/19 2:55 p.m.9 views

CVE-2026-63937 KVM: SEV: Use READ_ONCE() when reading entries/indices from PSC buffer

In the Linux kernel, the following vulnerability has been resolved: KVM: SEV: Use READONCE when reading entries/indices from PSC buffer Use READONCE when reading entries/indices from the guest-accessible Page State Change buffer to defend against TOCTOU bugs. Don't bother with READONCE/WRITEONCE...

8.8CVSS5.5AI score
SaveExploits0References7
EUVD
EUVD
added 2026/07/19 2:55 p.m.13 views

EUVD-2026-45710

In the Linux kernel, the following vulnerability has been resolved: KVM: SEV: Use READONCE when reading entries/indices from PSC buffer Use READONCE when reading entries/indices from the guest-accessible Page State Change buffer to defend against TOCTOU bugs. Don't bother with READONCE/WRITEONCE...

5.5AI score0.00168EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/07/19 2:55 p.m.37 views

CVE-2026-63937 KVM: SEV: Use READ_ONCE() when reading entries/indices from PSC buffer

In the Linux kernel, the following vulnerability has been resolved: KVM: SEV: Use READONCE when reading entries/indices from PSC buffer Use READONCE when reading entries/indices from the guest-accessible Page State Change buffer to defend against TOCTOU bugs. Don't bother with READONCE/WRITEONCE...

8.8CVSS0.00168EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2026/07/19 2:55 p.m.6 views

CVE-2026-63937

In the Linux kernel, the following vulnerability has been resolved: KVM: SEV: Use READONCE when reading entries/indices from PSC buffer Use READONCE when reading entries/indices from the guest-accessible Page State Change buffer to defend against TOCTOU bugs. Don't bother with READONCE/WRITEONCE...

8.8CVSS5.4AI score0.00168EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2026/07/19 12:00 a.m.20 views

PT-2026-61255

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description An issue exists in the KVM SEV component when processing Page State Change PSC requests. The system fails to properly validate the PSC buffer against the effective size of the scratch...

9.3CVSS5.3AI score0.00185EPSS
SaveExploits0
Zero Science Lab
Zero Science Lab
added 2026/07/14 12:00 a.m.60 views

SIP Sustainable Irrigation Platform 5.x (cli_control) Remote Code Execution

Summary SIP is a free Raspberry Pi based Python program for controlling irrigation systems sprinkler, drip, hydroponic, etc. It uses web technology to provide an intuitive user interface UI in several languages. The UI can be accessed in your favorite browser on desktop, laptop, and mobile device...

9.8CVSS6.1AI score0.04404EPSS
SaveExploits2
NVD
NVD
added 2026/07/10 9:16 p.m.10 views

CVE-2026-57218

RabbitMQ is a messaging and streaming broker. Prior to 4.2.6, RabbitMQ AMQP 0-9-1 allows an existing consumer to keep receiving messages after OAuth token expiry or connection.updatesecret refresh to reduced scopes because existing consumers are not canceled or reauthorized at delivery time after...

6.5CVSS0.00565EPSS
SaveExploits1References6
UbuntuCve
UbuntuCve
added 2026/07/10 9:16 p.m.20 views

CVE-2026-57218

RabbitMQ is a messaging and streaming broker. Prior to 4.2.6, RabbitMQ AMQP 0-9-1 allows an existing consumer to keep receiving messages after OAuth token expiry or connection.updatesecret refresh to reduced scopes because existing consumers are not canceled or reauthorized at delivery time after...

6.5CVSS6.1AI score0.00565EPSS
SaveExploits1References7
Debian CVE
Debian CVE
added 2026/07/10 8:21 p.m.15 views

CVE-2026-57218

RabbitMQ is a messaging and streaming broker. Prior to 4.2.6, RabbitMQ AMQP 0-9-1 allows an existing consumer to keep receiving messages after OAuth token expiry or connection.updatesecret refresh to reduced scopes because existing consumers are not canceled or reauthorized at delivery time after...

6.5CVSS5.3AI score0.00565EPSS
SaveExploits1
EUVD
EUVD
added 2026/07/10 8:21 p.m.34 views

EUVD-2026-43020

RabbitMQ is a messaging and streaming broker. Prior to 4.2.6, RabbitMQ AMQP 0-9-1 allows an existing consumer to keep receiving messages after OAuth token expiry or connection.updatesecret refresh to reduced scopes because existing consumers are not canceled or reauthorized at delivery time after...

4.9CVSS6.1AI score0.00565EPSS
SaveExploits1References6
CVE
CVE
added 2026/07/04 11:53 a.m.99 views

CVE-2026-53360

The CVE-2026-53360 entry concerns a Linux kernel KVM/SEV issue: if GHCB v2+ is used, in-GHCB scratch area must reside in the shared buffer. The root cause is a bounds check flaw in snp_begin_psc() where idx_end is validated against VMGEXIT_PSC_MAX_COUNT (253) but not against the actual buffer siz...

8.8CVSS6AI score0.00243EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2026/07/04 11:53 a.m.13 views

CVE-2026-53360 KVM: SEV: Require in-GHCB scratch area if GHCB v2+ is in use

In the Linux kernel, the following vulnerability has been resolved: KVM: SEV: Require in-GHCB scratch area if GHCB v2+ is in use As per the GHCB spec, when using GHCB v2+ require the software scratch area to reside in the GHCB's shared buffer. Note, things like Page State Change PSC requests rely...

8.8CVSS6.7AI score
SaveExploits0References7
Positive Technologies
Positive Technologies
added 2026/07/04 12:00 a.m.36 views

PT-2026-55698

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description An issue exists in the KVM SEV subsystem where the setup vmgexit scratch function allocates a buffer using kvzalloc based on a guest-controlled variable exit info 2. The snp begin psc...

8.8CVSS6AI score0.00243EPSS
SaveExploits0
CVE
CVE
added 2026/06/24 4:29 p.m.38 views

CVE-2026-53033

CVE-2026-53033 affects the Linux kernel’s BPF sockmap path, causing a race in unix_stream_bpf_update_proto() that can yield a Use-After-Free when a BPF iterator updates a sockmap during a TCP state transition. The issue is resolved by taking the state lock for AF_UNIX iterations to keep the unix ...

7.8CVSS5.7AI score0.00135EPSS
SaveExploits0References9Affected Software1
OSV
OSV
added 2026/06/22 3:12 p.m.6 views

SUSE-SU-2026:22343-1 Security update for firewalld

This update for firewalld fixes the following issue - CVE-2026-4948: local unprivileged users can modify firewall state due to D-Bus setter mis-authorizations bsc1260903...

5.5CVSS5.8AI score0.00123EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2026/06/09 6:00 a.m.13 views

CVE-2026-4986 WPForms Lite < 1.10.0.5 – Unauthenticated PayPal Webhook Forgery

The WPForms WordPress plugin before 1.10.0.5 does not verify the authenticity of incoming PayPal webhook events before processing them, allowing unauthenticated attackers to forge webhook payloads and manipulate the payment state of arbitrary transactions...

5.6AI score0.00202EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2026/06/06 12:43 a.m.26 views

CVE-2026-42543

IRIS is a web collaborative platform that helps incident responders share technical details during investigations. Versions prior to 2.4.28 are vulnerable to a cross-site request forgery attack, because they use the HTTP method GET to change state on the server. Version 2.4.28 contains a patch...

4.3CVSS5.4AI score0.00174EPSS
SaveExploits0References1
Rows per page
Query Builder