Lucene search
+L

993 matches found

CVE
CVE
added 2025/05/01 2:10 p.m.95 views

CVE-2022-49865

The CVE-2022-49865 entry corresponds to a Linux kernel fix for an infoleak in IPv6 addrlabel. Root cause: when copying a struct ifaddrlblmsg to the network, the __ifal_reserved field was left uninitialized, enabling a 1-byte information leak. The patch initializes the reserved field to prevent le...

7.1CVSS6.5AI score0.00212EPSS
SaveExploits0References8Affected Software1
Debian CVE
Debian CVE
added 2025/05/01 2:10 p.m.7 views

CVE-2022-49865

In the Linux kernel, the following vulnerability has been resolved: ipv6: addrlabel: fix infoleak when sending struct ifaddrlblmsg to network When copying a struct ifaddrlblmsg to the network, ifalreserved remained uninitialized, resulting in a 1-byte infoleak: BUG: KMSAN: kernel-network-infoleak...

7.1CVSS5.5AI score0.00212EPSS
SaveExploits0
OSV
OSV
added 2025/05/01 2:10 p.m.7 views

CVE-2022-49865 ipv6: addrlabel: fix infoleak when sending struct ifaddrlblmsg to network

In the Linux kernel, the following vulnerability has been resolved: ipv6: addrlabel: fix infoleak when sending struct ifaddrlblmsg to network When copying a struct ifaddrlblmsg to the network, ifalreserved remained uninitialized, resulting in a 1-byte infoleak: BUG: KMSAN: kernel-network-infoleak...

7.1CVSS5.9AI score0.00212EPSS
SaveExploits0References11
Cvelist
Cvelist
added 2025/05/01 2:10 p.m.15 views

CVE-2022-49865 ipv6: addrlabel: fix infoleak when sending struct ifaddrlblmsg to network

In the Linux kernel, the following vulnerability has been resolved: ipv6: addrlabel: fix infoleak when sending struct ifaddrlblmsg to network When copying a struct ifaddrlblmsg to the network, ifalreserved remained uninitialized, resulting in a 1-byte infoleak: BUG: KMSAN: kernel-network-infoleak...

0.00212EPSS
SaveExploits0References8
OSV
OSV
added 2025/05/01 2:9 p.m.11 views

CVE-2022-49766 netlink: Bounds-check struct nlmsgerr creation

In the Linux kernel, the following vulnerability has been resolved: netlink: Bounds-check struct nlmsgerr creation In preparation for FORTIFYSOURCE doing bounds-check on memcpy, switch from nlmsgput to nlmsgput, and explain the bounds check for dealing with the memcpy across a composite flexible...

5.5CVSS5AI score0.00159EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2025/05/01 2:9 p.m.10 views

CVE-2022-49766

In the Linux kernel, the following vulnerability has been resolved: netlink: Bounds-check struct nlmsgerr creation In preparation for FORTIFYSOURCE doing bounds-check on memcpy, switch from nlmsgput to nlmsgput, and explain the bounds check for dealing with the memcpy across a composite flexible...

5.5CVSS5.4AI score0.00159EPSS
SaveExploits0
Fedora
Fedora
added 2025/04/21 4:47 p.m.8 views

[SECURITY] Fedora 41 Update: rust-icu_provider-1.5.0-1.fc41

Trait and struct definitions for the ICU data provider...

7.4AI score
SaveExploits0
Positive Technologies
Positive Technologies
added 2025/04/17 12:0 a.m.11 views

PT-2025-22162

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A vulnerability in the Linux kernel has been resolved, specifically in the iommu copy struct from user function. The issue involved a NULL pointer that should be rejected prior to...

5.5CVSS6.7AI score0.00164EPSS
SaveExploits0
ATTACKERKB
ATTACKERKB
added 2025/04/16 3:15 p.m.4 views

CVE-2024-58096

In the Linux kernel, the following vulnerability has been resolved: wifi: ath11k: add srng-lock for ath11khalsrng in monitor mode ath11khalsrng should be used with srng-lock to protect srng data. For ath11kdprxmondestprocess and ath11kdpfullmonprocessrx, they use ath11khalsrng for many times but...

5.5CVSS5.2AI score0.00191EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2025/04/16 3:15 p.m.8 views

DEBIAN-CVE-2024-58096

In the Linux kernel, the following vulnerability has been resolved: wifi: ath11k: add srng-lock for ath11khalsrng in monitor mode ath11khalsrng should be used with srng-lock to protect srng data. For ath11kdprxmondestprocess and ath11kdpfullmonprocessrx, they use ath11khalsrng for many times but...

5.5CVSS5.4AI score0.00191EPSS
SaveExploits0References1
Microsoft CVE
Microsoft CVE
added 2025/04/09 7:0 a.m.5 views

s390/ism: add release function for struct device

...

7.8CVSS7.2AI score0.0021EPSS
SaveExploits0
NVD
NVD
added 2025/04/01 4:15 p.m.21 views

CVE-2025-21959

In the Linux kernel, the following vulnerability has been resolved: netfilter: nfconncount: Fully initialize struct nfconncounttuple in inserttree Since commit b36e4523d4d5 "netfilter: nfconncount: fix garbage collection confirm race", cpu and jiffies32 were introduced to the struct...

7.3CVSS0.004EPSS
SaveExploits0References11
NVD
NVD
added 2025/04/01 4:15 p.m.11 views

CVE-2025-21939

In the Linux kernel, the following vulnerability has been resolved: drm/xe/hmm: Don't dereference struct page pointers without notifier lock The pnfs that we obtain from hmmrangefault point to pages that we don't have a reference on, and the guarantee that they are still in the cpu page-tables is...

7.8CVSS0.00197EPSS
SaveExploits0References3
NVD
NVD
added 2025/04/01 4:15 p.m.9 views

CVE-2025-21919

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.8CVSS0.00198EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2025/04/01 3:46 p.m.20 views

CVE-2025-21959

In the Linux kernel, the following vulnerability has been resolved: netfilter: nfconncount: Fully initialize struct nfconncounttuple in inserttree Since commit b36e4523d4d5 "netfilter: nfconncount: fix garbage collection confirm race", cpu and jiffies32 were introduced to the struct...

7.3CVSS5.7AI score0.004EPSS
SaveExploits0
OSV
OSV
added 2025/04/01 3:46 p.m.21 views

CVE-2025-21959 netfilter: nf_conncount: Fully initialize struct nf_conncount_tuple in insert_tree()

In the Linux kernel, the following vulnerability has been resolved: netfilter: nfconncount: Fully initialize struct nfconncounttuple in inserttree Since commit b36e4523d4d5 "netfilter: nfconncount: fix garbage collection confirm race", cpu and jiffies32 were introduced to the struct...

7.3CVSS6.1AI score0.004EPSS
SaveExploits0References14
Debian CVE
Debian CVE
added 2025/04/01 3:46 p.m.11 views

CVE-2025-21953

In the Linux kernel, the following vulnerability has been resolved: net: mana: cleanup mana struct after debugfsremove When on a MANA VM hibernation is triggered, as part of hibernatesnapshot, managdsuspend and managdresume are called. If during this managdresume, a failure occurs with HWC...

5.5CVSS5AI score0.00159EPSS
SaveExploits0
CVE
CVE
added 2025/04/01 3:41 p.m.86 views

CVE-2025-21939

CVE-2025-21939 affects the Linux kernel DRM: XEHmm code path. The root cause is dereference of struct page pointers obtained from hmm_range_fault() without holding the notifier lock (and with an invalid/unstable seqno), risking access to pages not owned by the kernel during sg-table construction....

7.8CVSS7AI score0.00197EPSS
SaveExploits0References3Affected 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 score0.00198EPSS
SaveExploits0References11
CNNVD
CNNVD
added 2025/04/01 12:0 a.m.3 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 Linux kernel that stems from nfconncount not fully initializing a struct member...

5.5CVSS6.5AI score0.004EPSS
SaveExploits0References6
Rows per page
Query Builder