Lucene search
+L

4983 matches found

Vulnrichment
Vulnrichment
added 2024/11/05 5:07 p.m.7 views

CVE-2024-50099 arm64: probes: Remove broken LDR (literal) uprobe support

In the Linux kernel, the following vulnerability has been resolved: arm64: probes: Remove broken LDR literal uprobe support The simulateldrliteral and simulateldrswliteral functions are unsafe to use for uprobes. Both functions were originally written for use with kprobes, and access memory with...

7.4AI score0.00274EPSS
SaveExploits0References8
CVE
CVE
added 2024/11/05 5:07 p.m.181 views

CVE-2024-50099

The CVE-2024-50099 entry is supported by connected documents showing concrete Linux kernel details. Affected component: arm64 probes in the Linux kernel. Root cause: simulate_ldr_literal() and simulate_ldrsw_literal() relied on plain C memory accesses, which have no extable entries and can fault;...

7.3CVSS5.4AI score0.00274EPSS
SaveExploits0References10Affected Software1
OSV
OSV
added 2024/11/05 5:07 p.m.22 views

CVE-2024-50099 arm64: probes: Remove broken LDR (literal) uprobe support

In the Linux kernel, the following vulnerability has been resolved: arm64: probes: Remove broken LDR literal uprobe support The simulateldrliteral and simulateldrswliteral functions are unsafe to use for uprobes. Both functions were originally written for use with kprobes, and access memory with...

7.3CVSS6.4AI score
SaveExploits0References13
Cvelist
Cvelist
added 2024/11/05 5:07 p.m.32 views

CVE-2024-50099 arm64: probes: Remove broken LDR (literal) uprobe support

In the Linux kernel, the following vulnerability has been resolved: arm64: probes: Remove broken LDR literal uprobe support The simulateldrliteral and simulateldrswliteral functions are unsafe to use for uprobes. Both functions were originally written for use with kprobes, and access memory with...

7.3CVSS0.00274EPSS
SaveExploits0References8
CNNVD
CNNVD
added 2024/11/05 12:00 a.m.15 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from a possible dangling pointer use in the tapriodump function in the net module, which is fixed by adding an RC...

7.8CVSS7.7AI score0.0023EPSS
SaveExploits0References4
CNNVD
CNNVD
added 2024/11/05 12:00 a.m.12 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that originates in the KVM module, where the redistributor is not properly logged off when a virtual machine creation fails ...

7.8CVSS6.5AI score0.00226EPSS
SaveExploits0References3
Ubuntu
Ubuntu
added 2024/10/31 3:50 p.m.45 views

USN-7088-1: Linux kernel vulnerabilities

Ziming Zhang discovered that the VMware Virtual GPU DRM driver in the Linux kernel contained an integer overflow vulnerability. A local attacker could use this to cause a denial of service system crash. CVE-2022-36402 Several security issues were discovered in the Linux kernel. An attacker could...

9.8CVSS7.1AI score0.00922EPSS
SaveExploits6
Tenable Nessus
Tenable Nessus
added 2024/10/31 12:00 a.m.24 views

Ubuntu 18.04 LTS / 20.04 LTS : Linux kernel vulnerabilities (USN-7088-1)

"The remote Ubuntu 18.04 LTS / 20.04 LTS host has a package installed that is affected by multiple vulnerabilities as referenced in the USN-7088-1 advisory. Ziming Zhang discovered that the VMware Virtual GPU DRM driver in the Linux kernel contained an integer overflow vulnerability. A local...

9.8CVSS7.1AI score0.00922EPSS
SaveExploits6References158
SUSE CVE
SUSE CVE
added 2024/10/24 3:18 a.m.12 views

SUSE CVE-2024-49888

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix a sdiv overflow issue Zac Ecob reported a problem where a bpf program may cause kernel crash due to the following error: Oops: divide error: 0000 1 PREEMPT SMP KASAN PTI The failure is due to the below signed divide:...

5.5CVSS7.3AI score0.00237EPSS
SaveExploits0References16
Redos
Redos
added 2024/10/23 12:00 a.m.16 views

ROS-20241023-05

A vulnerability in the btrfs component of the Linux operating system kernel is related to an incorrect lock in the function emitfiemapextent in fs/btrfs/extentio.c. Exploitation of the vulnerability could allow an attacker to cause a denial of service A vulnerability in the powerpc/pseries/iommu...

7.8CVSS6.6AI score0.00234EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2024/10/21 7:39 p.m.15 views

CVE-2024-50034 net/smc: fix lacks of icsk_syn_mss with IPPROTO_SMC

In the Linux kernel, the following vulnerability has been resolved: net/smc: fix lacks of icsksynmss with IPPROTOSMC Eric report a panic on IPPROTOSMC, and give the facts that when INETPROTOSWICSK was set, icsk-icsksyncmss must be set too. Bug: Unable to handle kernel NULL pointer dereference at...

6.2AI score0.00202EPSS
SaveExploits0References2
OSV
OSV
added 2024/10/21 6:15 p.m.14 views

AZL-52913 CVE-2024-49888 affecting package kernel 5.15.200.1-1

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix a sdiv overflow issue Zac Ecob reported a problem where a bpf program may cause kernel crash due to the following error: Oops: divide error: 0000 1 PREEMPT SMP KASAN PTI The failure is due to the below signed divide:...

5.5CVSS6.3AI score0.00237EPSS
SaveExploits0References1
OSV
OSV
added 2024/10/21 6:15 p.m.10 views

UBUNTU-CVE-2024-49888

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix a sdiv overflow issue Zac Ecob reported a problem where a bpf program may cause kernel crash due to the following error: Oops: divide error: 0000 1 PREEMPT SMP KASAN PTI The failure is due to the below signed divide:...

5.5CVSS6.2AI score0.00237EPSS
SaveExploits0References21
CVE
CVE
added 2024/10/21 6:01 p.m.156 views

CVE-2024-49888

CVE-2024-49888 – Linux kernel (BPF) sdiv/smod overflow fix . The issue affects the BPF subsystem where division by -1 can overflow for 64-bit operands (LLONG_MIN/-1) on x86_64, potentially triggering a kernel crash; on arm64, results differ (LLONG_MIN/-1 yields LLONG_MIN). The provided patch logi...

5.5CVSS5.8AI score0.00237EPSS
SaveExploits0References3Affected Software1
Positive Technologies
Positive Technologies
added 2024/10/21 12:00 a.m.22 views

PT-2024-33729

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A problem in the Linux kernel has been identified where a bpf program may cause a kernel crash due to a signed divide error. The issue arises when the divisor is -1, which can lead to ...

5.5CVSS5.6AI score0.00237EPSS
SaveExploits0
Oracle linux
Oracle linux
added 2024/10/20 12:00 a.m.340 views

Unbreakable Enterprise kernel security update

5.15.0-301.163.5.2 - mm: avoid leaving partial pfn mappings around in error case Linus Torvalds Orabug: 37174198 CVE-2024-47674 - Revert 'Documentation/admin-guide/acpi: Move information out of shell script comments' Dave Kleikamp Orabug: 37144820 - Revert 'irqchip/gic-v3: Move partitioncreatedes...

7.8CVSS7.9AI score0.00264EPSS
SaveExploits0
OSV
OSV
added 2024/10/16 1:45 p.m.8 views

MAL-2024-9917 Malicious code in win32-arm64 (npm)

--- -= Per source details. Do not edit below this line.=-...

7.1AI score
SaveExploits0
OSSF Malicious Packages
OSSF Malicious Packages
added 2024/10/16 1:45 p.m.7 views

Malicious code in win32-arm64 (npm)

--- -= Per source details. Do not edit below this line.=-...

7AI score
SaveExploits0
OSV
OSV
added 2024/10/16 12:29 p.m.11 views

MAL-2024-9501 Malicious code in android-arm64 (npm)

--- -= Per source details. Do not edit below this line.=-...

7.1AI score
SaveExploits0
OSSF Malicious Packages
OSSF Malicious Packages
added 2024/10/16 12:29 p.m.10 views

Malicious code in android-arm64 (npm)

--- -= Per source details. Do not edit below this line.=-...

7AI score
SaveExploits0
Rows per page
Query Builder