Lucene search
+L

179 matches found

RedhatCVE
RedhatCVE
added 2025/05/22 10:1 p.m.11 views

CVE-2022-26360

IOMMU: RMRR VT-d and unity map AMD-Vi handling issues This CNA information record relates to multiple CVEs; the text explains which aspects/vulnerabilities correspond to which CVE. Certain PCI devices in a system might be assigned Reserved Memory Regions specified via Reserved Memory Region...

7.8CVSS6.6AI score0.00352EPSS
SaveExploits0References1
Tenable Nessus
Tenable Nessus
added 2025/05/06 12:0 a.m.10 views

Azure Linux 3.0 Security Update: kernel (CVE-2025-21919)

The version of kernel installed on the remote Azure Linux 3.0 host is prior to tested version. It is, therefore, affected by a vulnerability as referenced in the CVE-2025-21919 advisory. - In the Linux kernel, the following vulnerability has been resolved: sched/fair: Fix potential memory...

7.8CVSS6.2AI score0.00198EPSS
SaveExploits0References2
CVE
CVE
added 2025/04/01 3:40 p.m.186 views

CVE-2025-21919

CVE-2025-21919 (Linux kernel sched/fair): A memory-corruption issue was fixed in child_cfs_rq_on_list. The prev pointer used in converting to a cfs_rq could originate from rq->leaf_cfs_rq_list, making container_of incorrect and risking memory fault or garbage reads. The patch adds a guard: aft...

7.8CVSS7.2AI score0.00198EPSS
SaveExploits0References8Affected Software1
OSV
OSV
added 2025/04/01 3:40 p.m.12 views

CVE-2025-21919 sched/fair: Fix potential memory corruption in child_cfs_rq_on_list

In the Linux kernel, the following vulnerability has been resolved: sched/fair: Fix potential memory corruption in childcfsrqonlist childcfsrqonlist attempts to convert a 'prev' pointer to a cfsrq. This 'prev' pointer can originate from struct rq's leafcfsrqlist, making the conversion invalid and...

7.8CVSS6.4AI score
SaveExploits0References11
Tenable Nessus
Tenable Nessus
added 2025/03/06 12:0 a.m.5 views

Linux Distros Unpatched Vulnerability : CVE-2024-50271

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - signal: restore the overriderlimit logic Prior to commit d64696905554 Reimplement RLIMITSIGPENDING on top of ucounts UCOUNTRLIMITSIGPENDING rlimit was not...

5.5CVSS6.8AI score0.00234EPSS
SaveExploits0References3
OSV
OSV
added 2025/02/21 10:43 p.m.7 views

GHSA-H33Q-MHMP-8P67 Vyper has a double eval in For List Iter

Multiple evaluation of a single expression is possible in the iterator target of a for loop. While the iterator expression cannot produce multiple writes, it can consume side effects produced in the loop body e.g. read a storage variable updated in the loop body and thus lead to unexpected progra...

2.3CVSS5.8AI score0.0043EPSS
SaveExploits1References5
RedhatCVE
RedhatCVE
added 2025/02/05 11:49 a.m.7 views

CVE-2024-7558

JUJUCONTEXTID is a predictable authentication secret. On a Juju machine non-Kubernetes or Juju charm container on Kubernetes, an unprivileged user in the same network namespace can connect to an abstract domain socket and guess the JUJUCONTEXTID value. This gives the unprivileged user access to t...

8.7CVSS6.6AI score0.00502EPSS
SaveExploits1References1
RedhatCVE
RedhatCVE
added 2025/02/05 2:18 a.m.12 views

CVE-2024-24563

Vyper is a Pythonic Smart Contract Language for the Ethereum Virtual Machine. Arrays can be keyed by a signed integer, while they are defined for unsigned integers only. The typechecker doesn't throw when spotting the usage of an int as an index for an array. The typechecker allows the usage of...

9.8CVSS6.6AI score0.01539EPSS
SaveExploits1References1
Github Security Blog
Github Security Blog
added 2024/12/12 7:22 p.m.15 views

Beego has Collision Hazards of MD5 in Cache Key Filenames

In the context of using MD5 to generate filenames for cache keys, there are significant collision hazards that need to be considered. MD5, or Message Digest Algorithm 5, is a widely known cryptographic hash function that produces a 128-bit hash value. However, MD5 is no longer considered secure...

7.5CVSS6.7AI score0.00342EPSS
SaveExploits0References4Affected Software2
OSV
OSV
added 2024/12/12 7:22 p.m.14 views

GHSA-9J3M-FR7Q-JXFW Beego has Collision Hazards of MD5 in Cache Key Filenames

In the context of using MD5 to generate filenames for cache keys, there are significant collision hazards that need to be considered. MD5, or Message Digest Algorithm 5, is a widely known cryptographic hash function that produces a 128-bit hash value. However, MD5 is no longer considered secure...

6.9CVSS6.1AI score0.00342EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2024/12/02 12:0 a.m.5 views

PT-2024-25096 · Qualcomm · Snapdragon +56

Name of the Vulnerable Software and Affected Versions: Software affected versions not specified Description: The issue occurs due to memory corruption when multiple threads attempt to unregister the CVP buffer simultaneously. This can lead to unpredictable behavior and potential security risks...

6.7CVSS6.7AI score0.00103EPSS
SaveExploits0References6
Debian CVE
Debian CVE
added 2024/11/19 1:30 a.m.11 views

CVE-2024-50271

In the Linux kernel, the following vulnerability has been resolved: signal: restore the overriderlimit logic Prior to commit d64696905554 "Reimplement RLIMITSIGPENDING on top of ucounts" UCOUNTRLIMITSIGPENDING rlimit was not enforced for a class of signals. However now it's enforced...

5.5CVSS5.8AI score0.00234EPSS
SaveExploits0
OSV
OSV
added 2024/11/19 1:30 a.m.17 views

CVE-2024-50271 signal: restore the override_rlimit logic

In the Linux kernel, the following vulnerability has been resolved: signal: restore the overriderlimit logic Prior to commit d64696905554 "Reimplement RLIMITSIGPENDING on top of ucounts" UCOUNTRLIMITSIGPENDING rlimit was not enforced for a class of signals. However now it's enforced...

5.5CVSS6AI score
SaveExploits0References8
CVE
CVE
added 2024/11/19 1:30 a.m.145 views

CVE-2024-50271

CVE-2024-50271 (Linux kernel) : The issue concerns the RLIMIT_SIGPENDING override logic. A fix restores the previous behavior by passing override_rlimit into inc_rlimit_get_ucounts() and skipping the max comparison when override_rlimit is set, making the rlimit enforcement unconditional again. Wi...

5.5CVSS6.5AI score0.00234EPSS
SaveExploits0References5Affected Software1
The Hacker News
The Hacker News
added 2024/09/25 9:50 a.m.18 views

Agentic AI in SOCs: A Solution to SOAR's Unfulfilled Promises

Security Orchestration, Automation, and Response SOAR was introduced with the promise of revolutionizing Security Operations Centers SOCs through automation, reducing manual workloads and enhancing efficiency. However, despite three generations of technology and 10 years of advancements, SOAR...

7AI score
SaveExploits0
Veracode
Veracode
added 2024/09/04 6:59 a.m.6 views

Null Pointer Error

TensorFlow is vulnerable to Null Pointer Error . The vulnerability is due to improper handling of null pointers returned by the GetVariableInput function and the GetMutableInput function, which are not correctly checked before being used in the TFLite implementation of SVDF, allows an attacker to...

7.8CVSS6.5AI score0.00173EPSS
SaveExploits0References4Affected Software3
RedHat Linux
RedHat Linux
added 2024/08/13 3:9 p.m.6 views

kernel: NFSD: Fix ia_size underflow

A vulnerability was found in the Linux kernel's NFSD, where an underflow in the iasize field can occur due to incorrect handling of file size types. When an NFS client sends a file size greater than the maximum value the system can handle, it can lead to an underflow in the iasize variable, causi...

9.1CVSS7.2AI score0.00626EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2024/08/05 12:0 a.m.8 views

PT-2024-19859 · Qualcomm · Snapdragon +92

Name of the Vulnerable Software and Affected Versions: No specific software or versions are mentioned in the provided descriptions. Description: The issue involves memory corruption that occurs when mapped pages in VBO are still mapped after being reclaimed by a shrinker. This can lead to...

8.4CVSS6.7AI score0.00115EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/06/03 2:2 p.m.29 views

CVE-2024-36888

In the Linux kernel, the following vulnerability has been resolved: workqueue: Fix selection of wakecpu in kickpool With cpupossiblemask=0-63 and cpuonlinemask=0-7 the following kernel oops was observed: smp: Bringing up secondary CPUs ... smp: Brought up 1 node, 8 CPUs Unable to handle kernel...

5.5CVSS6.3AI score0.00237EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2024/05/30 3:28 p.m.50 views

CVE-2024-36888 workqueue: Fix selection of wake_cpu in kick_pool()

In the Linux kernel, the following vulnerability has been resolved: workqueue: Fix selection of wakecpu in kickpool With cpupossiblemask=0-63 and cpuonlinemask=0-7 the following kernel oops was observed: smp: Bringing up secondary CPUs ... smp: Brought up 1 node, 8 CPUs Unable to handle kernel...

6.2AI score0.00237EPSS
SaveExploits0References3
Rows per page
Query Builder