Lucene search
+L

238 matches found

CVE
CVE
added 2025/06/18 11:3 a.m.100 views

CVE-2022-50206

The CVE-2022-50206 issue affects the Linux kernel (ARM64) where emulation_proc_handler() concurrently updates table->data for proc_dointvec_minmax, allowing a NULL pointer dereference Oops. The fix is to keep table->data as &insn->current_mode and to retrieve the insn pointer with contai...

5.5CVSS6.4AI score0.00203EPSS
SaveExploits0References8Affected Software1
CVE
CVE
added 2025/06/18 11:3 a.m.77 views

CVE-2022-50171

CVE-2022-50171 affects the Linux kernel crypto path for Hisilicon sec2 (drivers/crypto/hisilicon/sec2/sec_crypto.c). The issue arises when the Kunpeng920 encryption driver processes packets during softirq: mutex locking is improperly used in softirq context, causing a scheduling-while-atomic scen...

7.5CVSS6.5AI score0.00303EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2025/06/18 11:0 a.m.10 views

CVE-2022-49991 mm/hugetlb: avoid corrupting page->mapping in hugetlb_mcopy_atomic_pte

In the Linux kernel, the following vulnerability has been resolved: mm/hugetlb: avoid corrupting page-mapping in hugetlbmcopyatomicpte In MCOPYATOMICCONTINUE case with a non-shared VMA, pages in the page cache are installed in the ptes. But hugepageaddnewanonrmap is called for them mistakenly...

7.8CVSS5.7AI score
SaveExploits0References6
CVE
CVE
added 2025/06/18 11:0 a.m.99 views

CVE-2022-49961

Technical details about CVE-2022-49961 are not publicly provided in the supplied documents. No vendor/product specifics or impact are disclosed here. Monitor for updates from EulerOS/kernel advisories and OpenVAS/Nessus entries referencing this CVE.

7.1CVSS6.4AI score0.00222EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2025/06/18 9:33 a.m.7 views

CVE-2025-38052 net/tipc: fix slab-use-after-free Read in tipc_aead_encrypt_done

In the Linux kernel, the following vulnerability has been resolved: net/tipc: fix slab-use-after-free Read in tipcaeadencryptdone Syzbot reported a slab-use-after-free with the following call trace: ================================================================== BUG: KASAN: slab-use-after-free...

8.8CVSS6.4AI score
SaveExploits0References12
Debian CVE
Debian CVE
added 2025/06/06 1:41 p.m.6 views

CVE-2025-38001

In the Linux kernel, the following vulnerability has been resolved: netsched: hfsc: Address reentrant enqueue adding class to eltree twice Savino says: "We are writing to report that this recent patch 141d34391abbb315d68556b7c67ad97885407547 1 can be bypassed, and a UAF can still occur when HFSC ...

7.8CVSS5.6AI score0.004EPSS
SaveExploits3
Debian CVE
Debian CVE
added 2025/05/29 1:15 p.m.10 views

CVE-2025-37996

In the Linux kernel, the following vulnerability has been resolved: KVM: arm64: Fix uninitialized memcache pointer in usermemabort Commit fce886a60207 "KVM: arm64: Plumb the pKVM MMU in KVM" made the initialization of the local memcache variable in usermemabort conditional, leaving a codepath whe...

8.8CVSS5.7AI score0.00137EPSS
SaveExploits0
RedhatCVE
RedhatCVE
added 2025/05/23 9:31 a.m.17 views

CVE-2024-26597

In the Linux kernel, the following vulnerability has been resolved: net: qualcomm: rmnet: fix global oob in rmnetpolicy The variable rmnetlinkops assign a bigger maxtype which leads to a global out-of-bounds read when parsing the netlink attributes. See bug trace below:...

7.1CVSS6.2AI score0.00257EPSS
SaveExploits0References1
Debian CVE
Debian CVE
added 2025/05/20 5:18 p.m.34 views

CVE-2025-37991

In the Linux kernel, the following vulnerability has been resolved: parisc: Fix double SIGFPE crash Camm noticed that on parisc a SIGFPE exception will crash an application with a second SIGFPE in the signal handler. Dave analyzed it, and it happens because glibc uses a double-word floating-point...

7.8CVSS6.2AI score0.00177EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/05/20 4:58 p.m.7 views

CVE-2025-37979

In the Linux kernel, the following vulnerability has been resolved: ASoC: qcom: Fix sc7280 lpass potential buffer overflow Case values introduced in commit 5f78e1fb7a3e "ASoC: qcom: Add driver support for audioreach solution" cause out of bounds access in arrays of sc7280 driver data e.g. in case...

7.8CVSS6.1AI score0.00191EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/05/20 4:58 p.m.10 views

CVE-2025-37977

In the Linux kernel, the following vulnerability has been resolved: scsi: ufs: exynos: Disable iocc if dma-coherent property isn't set If dma-coherent property isn't set then descriptors are non-cacheable and the iocc shareability bits should be disabled. Without this UFS can end up in an...

7.8CVSS5.5AI score0.0017EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/05/20 4:47 p.m.12 views

CVE-2025-37972

In the Linux kernel, the following vulnerability has been resolved: Input: mtk-pmic-keys - fix possible null pointer dereference In mtkpmickeysprobe, the regs parameter is only set if the button is parsed in the device tree. However, on hardware where the button is left floating, that node will...

5.5CVSS5.7AI score0.00164EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/05/20 4:47 p.m.14 views

CVE-2025-37971

In the Linux kernel, the following vulnerability has been resolved: staging: bcm2835-camera: Initialise dev in v4l2dev Commit 42a2f6664e18 "staging: vc04services: Move global gstate to vchiqstate" changed mmalinit to pass dev-v4l2dev.dev to vchiqmmalinit, however nothing iniitialised dev-v4l2dev,...

5.5CVSS5.6AI score0.00162EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/05/20 4:47 p.m.9 views

CVE-2025-37968

In the Linux kernel, the following vulnerability has been resolved: iio: light: opt3001: fix deadlock due to concurrent flag access The threaded IRQ function in this driver is reading the flag twice: once to lock a mutex and once to unlock it. Even though the code setting the flag is designed to...

5.5CVSS5.7AI score0.0014EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/05/20 4:47 p.m.10 views

CVE-2025-37969

In the Linux kernel, the following vulnerability has been resolved: iio: imu: stlsm6dsx: fix possible lockup in stlsm6dsxreadtaggedfifo Prevent stlsm6dsxreadtaggedfifo from falling in an infinite loop in case patternlen is equal to zero and the device FIFO is not empty...

5.5CVSS5.7AI score0.0014EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/05/20 4:47 p.m.10 views

CVE-2025-37965

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix invalid context error in dml helper Why "BUG: sleeping function called from invalid context" error. after: "drm/amd/display: Protect FPU in dml2validate/dml21validate" The populatedmlplanecfgfromplanestate us...

5.5CVSS5.6AI score0.00162EPSS
SaveExploits0
NVD
NVD
added 2025/05/20 4:15 p.m.11 views

CVE-2025-37930

In the Linux kernel, the following vulnerability has been resolved: drm/nouveau: Fix WARNON in nouveaufencecontextkill Nouveau is mostly designed in a way that it's expected that fences only ever get signaled through nouveaufencesignal. However, in at least one other place, nouveaufencedone, can...

5.5CVSS0.00187EPSS
SaveExploits0References9
NVD
NVD
added 2025/05/20 4:15 p.m.10 views

CVE-2025-37895

In the Linux kernel, the following vulnerability has been resolved: bnxten: Fix error handling path in bnxtinitchip WARNON is triggered in flushwork if bnxtinitchip fails because we call cancelworksync on dim work that has not been initialized. WARNING: CPU: 37 PID: 5223 at kernel/workqueue.c:420...

5.5CVSS0.00174EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2025/05/20 4:1 p.m.7 views

CVE-2025-37961

In the Linux kernel, the following vulnerability has been resolved: ipvs: fix uninit-value for saddr in dooutputroute4 syzbot reports for uninit-value for the saddr argument 1. commit 4754957f04f5 "ipvs: do not use random local source address for tunnels" already implies that the input value of...

5.5CVSS5.7AI score0.00164EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/05/20 4:1 p.m.9 views

CVE-2025-37954

In the Linux kernel, the following vulnerability has been resolved: smb: client: Avoid race in opencacheddir with lease breaks A pre-existing valid cfid returned from findorcreatecacheddir might race with a lease break, meaning opencacheddir doesn't consider it valid, and thinks it's...

7.5CVSS5.6AI score0.00319EPSS
SaveExploits0
Rows per page
Query Builder