Lucene search
+L

7927 matches found

RedhatCVE
RedhatCVE
added 2026/07/28 6:10 p.m.6 views

CVE-2026-62433

A flaw was found in Xen. The DMOP handling code in Xen does not properly validate the number of buffers provided by the caller. This oversight can lead to the system accessing uninitialized memory, potentially resulting in information disclosure or other unpredictable behavior. A malicious guest...

7.3CVSS5.8AI score0.00263EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/07/28 5:55 p.m.10 views

EUVD-2026-49938

A use-after-free condition exists in pglogical's worker signaling code, where a worker structure can be dereferenced after the underlying slot has been freed or recycled during normal worker lifecycle events. The condition is reachable during normal replication operation, including by a...

7.7CVSS6.5AI score0.00301EPSS
SaveExploits0References1
OSV
OSV
added 2026/07/28 5:40 p.m.4 views

CVE-2026-48025 nebula-mesh: Decrypted CA private key persists in heap after signing

nebula-mesh is a self-hosted control plane for Slack Nebula mesh virtual private network. Prior to version 0.3.7, internal/pki/resolver.go:36-64 constructs a CAManager with the plaintext ed25519.PrivateKey after unwrapping via the master key; internal/pki/ca.go:13-16 stores it. Callers at...

6.9CVSS5.8AI score
SaveExploits0References5
CVE
CVE
added 2026/07/28 5:40 p.m.40 views

CVE-2026-48025

CVE-2026-48025 (nebula-mesh) describes a memory-safety issue in versions prior to 0.3.7 where decrypted CA private keys (ed25519.PrivateKey) are constructed and stored in memory by the CAManager and not wiped after use. The problem arises when internal/pki/resolver.go constructs CAManager with th...

6.9CVSS5.8AI score0.00291EPSS
SaveExploits0References3
NVD
NVD
added 2026/07/28 1:19 p.m.8 views

CVE-2026-62426

This CNA information record relates to multiple CVEs; the text explains which aspects/vulnerabilities correspond to which CVE. To manage the system, sysctl and platform operations are used by the control domain or a possible Xenstore domain. Some of these operations may not be executed in paralle...

8.8CVSS0.00228EPSS
SaveExploits0References1
NVD
NVD
added 2026/07/28 1:19 p.m.14 views

CVE-2026-62428

When grant-copy operations are processed, the respective grant may or may not already be in use by another operation a mapping or another copy. For all copy operations the referenced guest frame is looked up. When another operation is already active for the grant the grant is "pinned", what is...

7.8CVSS0.001EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2026/07/28 1:19 p.m.3 views

CVE-2026-62432

The EVTCHNOPexpandarray hypercall checks for whether FIFO event channels are enabled, but without holding the correct lock. It can race with EVTCHNOPreset, resulting in dereferencing a NULL pointer...

7.3CVSS5.2AI score0.00212EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2026/07/28 12:32 p.m.9 views

CVE-2026-62433

Parts of the DMOP handling code assumes the caller has provided the required number of buffers for the given operation without any checking being done. As a result, certain operations might access stack rubble as structures are possibly uninitialized...

7.3CVSS5.9AI score0.00263EPSS
SaveExploits0
EUVD
EUVD
added 2026/07/28 12:32 p.m.6 views

EUVD-2026-49786

Parts of the DMOP handling code assumes the caller has provided the required number of buffers for the given operation without any checking being done. As a result, certain operations might access stack rubble as structures are possibly uninitialized...

7.3CVSS5.9AI score0.00263EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/07/28 12:32 p.m.31 views

CVE-2026-62433 correct buffer checks for DM_OP hypercalls

Parts of the DMOP handling code assumes the caller has provided the required number of buffers for the given operation without any checking being done. As a result, certain operations might access stack rubble as structures are possibly uninitialized...

0.00263EPSS
SaveExploits0References1
CVE
CVE
added 2026/07/28 12:32 p.m.11 views

CVE-2026-62432

CVE-2026-62432: The EVTCHNOP_expand_array hypercall in Xen signals a race with EVTCHNOP_reset when checking FIFO event channels, because the correct lock is not held, leading to potential dereference of a NULL pointer. Affected: Xen hypervisor interfaces referenced in the NVD entry and mirrored i...

7.3CVSS5.8AI score0.00212EPSS
SaveExploits0References3
ATTACKERKB
ATTACKERKB
added 2026/07/28 12:32 p.m.8 views

CVE-2026-62432

The EVTCHNOPexpandarray hypercall checks for whether FIFO event channels are enabled, but without holding the correct lock. It can race with EVTCHNOPreset, resulting in dereferencing a NULL pointer...

5.8AI score0.00212EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/07/28 12:32 p.m.5 views

EUVD-2026-49785

The EVTCHNOPexpandarray hypercall checks for whether FIFO event channels are enabled, but without holding the correct lock. It can race with EVTCHNOPreset, resulting in dereferencing a NULL pointer...

7.3CVSS5.8AI score0.00212EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/07/28 12:31 p.m.31 views

CVE-2026-62427 sysctl and platform-op locks open to abuse

This CNA information record relates to multiple CVEs; the text explains which aspects/vulnerabilities correspond to which CVE. To manage the system, sysctl and platform operations are used by the control domain or a possible Xenstore domain. Some of these operations may not be executed in paralle...

0.00249EPSS
SaveExploits0References1
CVE
CVE
added 2026/07/28 12:31 p.m.16 views

CVE-2026-62426

CVE-2026-62426 concerns sysctl and platform-op locking in Xen environments. The issue arises from system-wide locks used for operations in control domain or Xenstore domain, where lock acquisition lacks fairness. With XSM/Flask enabled, some lock acquisitions can occur before permission checks, c...

8.8CVSS5.9AI score0.00228EPSS
SaveExploits0References1
ATTACKERKB
ATTACKERKB
added 2026/07/28 12:31 p.m.9 views

CVE-2026-62427

This CNA information record relates to multiple CVEs; the text explains which aspects/vulnerabilities correspond to which CVE. To manage the system, sysctl and platform operations are used by the control domain or a possible Xenstore domain. Some of these operations may not be executed in paralle...

5.8AI score0.00249EPSS
SaveExploits0References2
Xen Project
Xen Project
added 2026/07/28 12:0 p.m.9 views

sysctl and platform-op locks open to abuse

ISSUE DESCRIPTION To manage the system, sysctl and platform operations are used by the control domain or a possible Xenstore domain. Some of these operations may not be executed in parallel, so a system-wide lock each is used. The way those locks are acquired is, however, not providing any...

8.8CVSS5.8AI score0.00249EPSS
SaveExploits0Affected Software1
Xen Project
Xen Project
added 2026/07/28 12:0 p.m.9 views

correct buffer checks for DM_OP hypercalls

ISSUE DESCRIPTION Parts of the DMOP handling code assumes the caller has provided the required number of buffers for the given operation without any checking being done. As a result, certain operations might access stack rubble as structures are possibly uninitialized. IMPACT A device model of a...

7.3CVSS5.9AI score0.00263EPSS
SaveExploits0Affected Software1
OSV
OSV
added 2026/07/28 7:28 a.m.5 views

USN-8619-1 linux-hwe-6.8 vulnerabilities

It was discovered that some AMD processors did not properly clear data in the floating point divider unit during speculative execution. A local attacker could use this to expose sensitive information. CVE-2025-54505 It was discovered that some AMD Zen 2 processors did not properly isolate shared...

9.8CVSS7AI score0.01338EPSS
SaveExploits66References1210
NVD
NVD
added 2026/07/28 7:16 a.m.9 views

CVE-2026-15012

The Demi – One Click Demo Import, WP Backup & Site Migration plugin for WordPress is vulnerable to Arbitrary Directory Copy in all versions up to, and including, 0.0.8 via the handlerestorestep function. This is due to missing HTTP access controls on the wp-content/uploads/demi-backup-state/...

5.3CVSS0.00317EPSS
SaveExploits0References12
Rows per page
Query Builder