Lucene search
+L

3140 matches found

CVE
CVE
added 2024/05/17 12:08 p.m.177 views

CVE-2023-52659

CVE-2023-52659 affects the Linux kernel 64-bit builds where the pfn_to_kaddr() macro may lose address bits when shifting a 40-bit GFN, causing guest crashes in SEV-SNP environments. The fix introduces an inline function to implicitly cast inputs to a 64-bit type before the shift, replacing the pr...

5.5CVSS6.6AI score0.00219EPSS
SaveExploits0References4Affected Software1
Vulnrichment
Vulnrichment
added 2024/05/17 12:08 p.m.20 views

CVE-2023-52659 x86/mm: Ensure input to pfn_to_kaddr() is treated as a 64-bit type

In the Linux kernel, the following vulnerability has been resolved: x86/mm: Ensure input to pfntokaddr is treated as a 64-bit type On 64-bit platforms, the pfntokaddr macro requires that the input value is 64 bits in order to ensure that valid address bits don't get lost when shifting that input ...

6.6AI score0.00219EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2024/05/17 12:08 p.m.33 views

CVE-2023-52659 x86/mm: Ensure input to pfn_to_kaddr() is treated as a 64-bit type

In the Linux kernel, the following vulnerability has been resolved: x86/mm: Ensure input to pfntokaddr is treated as a 64-bit type On 64-bit platforms, the pfntokaddr macro requires that the input value is 64 bits in order to ensure that valid address bits don't get lost when shifting that input ...

7.3AI score0.00219EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2024/05/17 11:50 a.m.42 views

CVE-2024-27413

In the Linux kernel, the following vulnerability has been resolved: efi/capsule-loader: fix incorrect allocation size gcc-14 notices that the allocation with sizeofvoid on 32-bit architectures is not enough for a 64-bit physaddrt: drivers/firmware/efi/capsule-loader.c: In function 'eficapsuleopen...

5.5CVSS7.3AI score0.00246EPSS
SaveExploits0
CVE
CVE
added 2024/05/17 11:50 a.m.174 views

CVE-2024-27413

CVE-2024-27413 is a Linux kernel vulnerability affecting the EFI capsule loader. The defect occurs in drivers/firmware/efi/capsule-loader.c during efi_capsule_open, where an allocation uses sizeof(void*) for a phys_addr_t on 32-bit builds, leading to insufficient allocation size (4 bytes vs 8). T...

5.5CVSS6.7AI score0.00246EPSS
SaveExploits0References10Affected Software1
Vulnrichment
Vulnrichment
added 2024/05/17 11:50 a.m.39 views

CVE-2024-27413 efi/capsule-loader: fix incorrect allocation size

In the Linux kernel, the following vulnerability has been resolved: efi/capsule-loader: fix incorrect allocation size gcc-14 notices that the allocation with sizeofvoid on 32-bit architectures is not enough for a 64-bit physaddrt: drivers/firmware/efi/capsule-loader.c: In function 'eficapsuleopen...

6.8AI score0.00246EPSS
SaveExploits0References8
NVD
NVD
added 2024/05/16 2:15 p.m.77 views

CVE-2023-46842

Unlike 32-bit PV guests, HVM guests may switch freely between 64-bit and other modes. This in particular means that they may set registers used to pass 32-bit-mode hypercall arguments to values outside of the range 32-bit code would be able to set them to. When processing of hypercalls takes a...

6.5CVSS6.1AI score0.0853EPSS
SaveExploits0References4
OSV
OSV
added 2024/05/16 2:15 p.m.13 views

ALPINE-CVE-2023-46842

Unlike 32-bit PV guests, HVM guests may switch freely between 64-bit and other modes. This in particular means that they may set registers used to pass 32-bit-mode hypercall arguments to values outside of the range 32-bit code would be able to set them to. When processing of hypercalls takes a...

6.5CVSS7.1AI score0.0853EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2024/05/16 1:39 p.m.34 views

CVE-2023-46842 x86 HVM hypercalls may trigger Xen bug check

Unlike 32-bit PV guests, HVM guests may switch freely between 64-bit and other modes. This in particular means that they may set registers used to pass 32-bit-mode hypercall arguments to values outside of the range 32-bit code would be able to set them to. When processing of hypercalls takes a...

6.6AI score0.0853EPSS
SaveExploits0References1
CVE
CVE
added 2024/05/16 1:39 p.m.4655 views

CVE-2023-46842

The Xen hypervisor contains a vulnerability in the x86 HVM Hypercall Handler component. It stems from the ability of HVM guests to switch between 64-bit and other modes, allowing them to set hypercall argument registers to values outside the 32-bit range. When the hypervisor invokes a hypercall c...

6.3AI score0.0853EPSS
SaveExploits0References4Affected Software1
Cvelist
Cvelist
added 2024/05/16 1:39 p.m.82 views

CVE-2023-46842 x86 HVM hypercalls may trigger Xen bug check

Unlike 32-bit PV guests, HVM guests may switch freely between 64-bit and other modes. This in particular means that they may set registers used to pass 32-bit-mode hypercall arguments to values outside of the range 32-bit code would be able to set them to. When processing of hypercalls takes a...

6.5AI score0.0853EPSS
SaveExploits0References1
Github Security Blog
Github Security Blog
added 2024/05/02 9:30 p.m.41 views

libxmljs vulnerable to type confusion when parsing specially crafted XML

libxmljs is vulnerable to a type confusion vulnerability when parsing a specially crafted XML while invoking a function on the result of attrs that was called on a parsed node. This vulnerability might lead to denial of service on both 32-bit systems and 64-bit systems, data leak, infinite loop a...

9.8CVSS8AI score0.01103EPSS
SaveExploits1References4Affected Software1
Github Security Blog
Github Security Blog
added 2024/05/02 9:30 p.m.53 views

libxmljs2 type confusion vulnerability when parsing specially crafted XML

libxmljs2 is vulnerable to type confusion when parsing a specially crafted XML while invoking a function on the result of attrs that was called on a parsed node. This vulnerability might lead to denial of service on both 32-bit systems and 64-bit systems, data leak, infinite loop and remote code...

8.1CVSS8AI score0.00968EPSS
SaveExploits0References4Affected Software1
CVE
CVE
added 2024/05/02 6:56 p.m.84 views

CVE-2024-34393

Libxmljs2 contains a type confusion vulnerability related to parsing specially crafted XML and then calling attrs() on the result of a parsed node. Affected component is the libxmljs2 XML parsing path; the underlying issue is a type confusion when attrs() is invoked on the grandchild node or resu...

8.1CVSS8.2AI score0.00968EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2024/05/01 4:49 p.m.29 views

CVE-2023-7241 Webroot Antivirus COM-Hijacking LPE

Privilege Escalation in WRSA.EXE in Webroot Antivirus 8.0.1X- 9.0.35.12 on Windows64 bit and 32 bit allows malicious software to abuse WRSA.EXE to delete arbitrary and protected files...

7.9CVSS7AI score0.00186EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2024/05/01 12:00 a.m.19 views

PT-2024-15246 · Webroot · Webroot Antivirus

Name of the Vulnerable Software and Affected Versions: Webroot Antivirus versions 8.0.1 through 9.0.35.12 Description: The issue allows malicious software to abuse WRSA.EXE to delete arbitrary and protected files due to a privilege escalation vulnerability. This vulnerability affects Webroot...

7.9CVSS7.4AI score0.00186EPSS
SaveExploits0References9
OSV
OSV
added 2024/04/28 1:15 p.m.8 views

UBUNTU-CVE-2022-48640

In the Linux kernel, the following vulnerability has been resolved: bonding: fix NULL deref in bondrrgenslaveid Fix a NULL dereference of the struct bonding.rrtxcounter member because if a bond is initially created with an initial mode != zero Round Robin the memory required for the counter is...

5.5CVSS5.9AI score0.00232EPSS
SaveExploits0References6
OSV
OSV
added 2024/04/19 9:15 p.m.14 views

CVE-2024-4018

Improper Privilege Management vulnerability in BeyondTrust U-Series Appliance on Windows, 64 bit local appliance api modules allows Privilege Escalation.This issue affects U-Series Appliance: from 3.4 before 4.0.3...

7.8CVSS5.5AI score0.00171EPSS
SaveExploits0References1
OSV
OSV
added 2024/04/19 9:15 p.m.14 views

CVE-2024-4017

Improper Privilege Management vulnerability in BeyondTrust U-Series Appliance on Windows, 64 bit filesystem modules allows DLL Side-Loading.This issue affects U-Series Appliance: from 3.4 before 4.0.3...

7.8CVSS5.5AI score0.00171EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2024/04/19 8:29 p.m.20 views

CVE-2024-4018 Privilege Escalation in U-Series Appliance

Improper Privilege Management vulnerability in BeyondTrust U-Series Appliance on Windows, 64 bit local appliance api modules allows Privilege Escalation.This issue affects U-Series Appliance: from 3.4 before 4.0.3...

8.8CVSS7AI score0.00171EPSS
SaveExploits0References1
Rows per page
Query Builder