Lucene search
+L

4747 matches found

Tenable Nessus
Tenable Nessus
added 2024/12/11 12:0 a.m.25 views

Amazon Linux 2023 : bpftool, kernel, kernel-devel (ALAS2023-2024-779)

It is, therefore, affected by multiple vulnerabilities as referenced in the ALAS2023-2024-779 advisory. In the Linux kernel, the following vulnerability has been resolved: posix-timers: Ensure timer ID search-loop limit is valid CVE-2023-53728 In the Linux kernel, the following vulnerability has...

7.8CVSS6.6AI score0.00879EPSS
SaveExploits2References70
Microsoft Security Update
Microsoft Security Update
added 2024/12/10 6:0 p.m.34 views

2024-12 Dynamic Cumulative Update for Windows 10 Version 22H2 for ARM64-based Systems (KB5048652)

ComponentUpdate: A security issue has been identified in a Microsoft software product that could affect your system. You can help protect your system by installing this update from Microsoft. For a complete listing of the issues that are included in this update, see the associated Microsoft...

7.2AI score
SaveExploits0
Microsoft Security Update
Microsoft Security Update
added 2024/12/10 6:0 p.m.9 views

2024-12 Dynamic Cumulative Update for Windows 10 Version 21H2 for ARM64-based Systems (KB5048652)

ComponentUpdate: A security issue has been identified in a Microsoft software product that could affect your system. You can help protect your system by installing this update from Microsoft. For a complete listing of the issues that are included in this update, see the associated Microsoft...

7.2AI score
SaveExploits0
Microsoft Security Update
Microsoft Security Update
added 2024/12/10 6:0 p.m.17 views

2024-12 Cumulative Update for Windows 10 Version 22H2 for ARM64-based Systems (KB5048652)

Install this update to resolve issues in Windows. For a complete listing of the issues that are included in this update, see the associated Microsoft Knowledge Base article for more information. After you install this item, you may have to restart your computer...

7.1AI score
SaveExploits0
Microsoft Security Update
Microsoft Security Update
added 2024/12/10 6:0 p.m.43 views

2024-12 Cumulative Update for Windows 10 Version 21H2 for ARM64-based Systems (KB5048652)

Install this update to resolve issues in Windows. For a complete listing of the issues that are included in this update, see the associated Microsoft Knowledge Base article for more information. After you install this item, you may have to restart your computer...

7.1AI score
SaveExploits0
Positive Technologies
Positive Technologies
added 2024/12/05 12:0 a.m.15 views

PT-2025-3602 · Linux · Linux Kernel

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: The issue is related to the Linux kernel's ptrace functionality, specifically with the arm64 architecture. The problem arises when the poe set function does not initialize a temporary...

6.1CVSS6.2AI score0.00175EPSS
SaveExploits0References15
Positive Technologies
Positive Technologies
added 2024/12/05 12:0 a.m.10 views

PT-2025-3603 · Linux +2 · Linux Kernel +2

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: The issue is related to the Linux kernel's ptrace system call, specifically the arm64 architecture. The problem arises from the fpmr set function not initializing the temporary fpmr...

8.1CVSS7.6AI score0.0075EPSS
SaveExploits3References884
BDU FSTEC
BDU FSTEC
added 2024/12/02 12:0 a.m.8 views

The vulnerability of the arm64 component of the Linux operating system’s kernel, which allows a hacker to trigger a service failure

The vulnerability of the arm64 component in the Linux operating system is related to incorrect calculations. Exploiting this vulnerability can allow an attacker to cause a service failure...

5.5CVSS5.9AI score0.00196EPSS
SaveExploits0References9Affected Software3
OpenVAS
OpenVAS
added 2024/11/26 12:0 a.m.44 views

Ubuntu: Security Advisory (USN-7121-3)

The remote host is missing an update for the SPDX-FileCopyrightText: 2024 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only ifdescription...

8.4CVSS8.6AI score0.0033EPSS
SaveExploits1References2
NVD
NVD
added 2024/11/25 10:15 p.m.19 views

CVE-2024-53096

In the Linux kernel, the following vulnerability has been resolved: mm: resolve faulty mmapregion error path behaviour The mmapregion function is somewhat terrifying, with spaghetti-like control flow and numerous means by which issues can arise and incomplete state, memory leaks and other...

7.8CVSS0.00338EPSS
SaveExploits1References8
OSV
OSV
added 2024/11/25 1:43 p.m.20 views

USN-7121-3 linux-oracle vulnerabilities

Several security issues were discovered in the Linux kernel. An attacker could possibly use these to compromise the system. This update corrects flaws in the following subsystems: - ARM64 architecture; - S390 architecture; - x86 architecture; - Block layer subsystem; - Cryptographic API; - ATM...

8.4CVSS6.8AI score0.0033EPSS
SaveExploits1References46
RedhatCVE
RedhatCVE
added 2024/11/21 7:27 p.m.15 views

CVE-2024-53046

In the Linux kernel, the following vulnerability has been resolved: arm64: dts: imx8ulp: correct the flexspi compatible string The flexspi on imx8ulp only has 16 LUTs, and imx8mm flexspi has 32 LUTs, so correct the compatible string here, otherwise will meet below error: 1.119072 ------------ cut...

5.5CVSS6.8AI score0.00281EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/11/21 7:26 p.m.18 views

CVE-2024-50275

In the Linux kernel, the following vulnerability has been resolved: arm64/sve: Discard stale CPU state when handling SVE traps The logic for handling SVE traps manipulates saved FPSIMD/SVE state incorrectly, and a race with preemption can result in a task having TIFSVE set and TIFFOREIGNFPSTATE...

6.3CVSS6.7AI score0.00239EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/11/21 7:13 p.m.12 views

CVE-2024-50194

In the Linux kernel, the following vulnerability has been resolved: arm64: probes: Fix uprobes for big-endian kernels The arm64 uprobes code is broken for big-endian kernels as it doesn't convert the in-memory instruction encoding which is always little-endian into the kernel's native endianness...

5.5CVSS7AI score0.00229EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/11/21 7:13 p.m.34 views

CVE-2024-50182

In the Linux kernel, the following vulnerability has been resolved: secretmem: disable memfdsecret if arch cannot set direct map Return -ENOSYS from memfdsecret syscall if !cansetdirectmap. This is the case for example on some arm64 configurations, where marking 4k PTEs in the direct map not...

5.5CVSS6.6AI score0.00222EPSS
SaveExploits0References4
OpenVAS
OpenVAS
added 2024/11/21 12:0 a.m.33 views

Ubuntu: Security Advisory (USN-7121-2)

The remote host is missing an update for the SPDX-FileCopyrightText: 2024 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only ifdescription...

8.4CVSS8.9AI score0.0033EPSS
SaveExploits1References2
OSV
OSV
added 2024/11/20 1:36 p.m.22 views

USN-7121-2 linux-azure vulnerabilities

Several security issues were discovered in the Linux kernel. An attacker could possibly use these to compromise the system. This update corrects flaws in the following subsystems: - ARM64 architecture; - S390 architecture; - x86 architecture; - Block layer subsystem; - Cryptographic API; - ATM...

8.4CVSS6.9AI score0.0033EPSS
SaveExploits1References46
Ubuntu
Ubuntu
added 2024/11/20 1:30 p.m.40 views

USN-7123-1: Linux kernel (Azure) vulnerabilities

It was discovered that the CIFS network file system implementation in the Linux kernel did not properly validate certain SMB messages, leading to an out-of-bounds read vulnerability. An attacker could use this to cause a denial of service system crash or possibly expose sensitive information...

8.8CVSS7.6AI score0.00879EPSS
SaveExploits9
SUSE CVE
SUSE CVE
added 2024/11/20 3:48 a.m.6 views

SUSE CVE-2024-53065

In the Linux kernel, the following vulnerability has been resolved: mm/slab: fix warning caused by duplicate kmemcache creation in kmembucketscreate Commit b035f5a6d852 "mm: slab: reduce the kmalloc minimum alignment if DMA bouncing possible" reduced ARCHKMALLOCMINALIGN to 8 on arm64. However, wi...

5.5CVSS6.4AI score0.00223EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2024/11/20 12:0 a.m.30 views

Ubuntu 14.04 LTS : Linux kernel (Azure) vulnerabilities (USN-7121-2)

The remote Ubuntu 14.04 LTS host has a package installed that is affected by multiple vulnerabilities as referenced in the USN-7121-2 advisory. Several security issues were discovered in the Linux kernel. An attacker could possibly use these to compromise the system. This update corrects flaws in...

8.4CVSS7.1AI score0.0033EPSS
SaveExploits1References42
Rows per page
Query Builder