Lucene search
+L

1957 matches found

Debian CVE
Debian CVE
added 2025/02/26 2:10 a.m.40 views

CVE-2022-49303

In the Linux kernel, the following vulnerability has been resolved: drivers: staging: rtl8192eu: Fix deadlock in rtwjoinbsseventprehandle There is a deadlock in rtwjoinbsseventprehandle, which is shown below: Thread 1 | Thread 2 | settimer rtwjoinbsseventprehandle| modtimer spinlockbh //1 | wait ...

5.5CVSS5.4AI score0.0016EPSS
SaveExploits0
Cvelist
Cvelist
added 2025/02/26 2:10 a.m.18 views

CVE-2022-49302 USB: host: isp116x: check return value after calling platform_get_resource()

In the Linux kernel, the following vulnerability has been resolved: USB: host: isp116x: check return value after calling platformgetresource It will cause null-ptr-deref if platformgetresource returns NULL, we need check the return value...

0.00252EPSS
SaveExploits0References9
OSV
OSV
added 2025/02/26 1:56 a.m.12 views

CVE-2022-49286 tpm: use try_get_ops() in tpm-space.c

In the Linux kernel, the following vulnerability has been resolved: tpm: use trygetops in tpm-space.c As part of the series conversion to remove nested TPM operations: https://lore.kernel.org/all/[email protected]/ exposure of the chip-tpmmutex was removed fro...

4.7CVSS5.2AI score0.00224EPSS
SaveExploits0References9
OSV
OSV
added 2025/02/26 1:56 a.m.28 views

CVE-2022-49274 ocfs2: fix crash when mount with quota enabled

In the Linux kernel, the following vulnerability has been resolved: ocfs2: fix crash when mount with quota enabled There is a reported crash when mounting ocfs2 with quota enabled. RIP: 0010:ocfs2qinfolockresinit+0x44/0x50 ocfs2 Call Trace: ocfs2localreadinfo+0xb9/0x6f0 ocfs2...

5.5CVSS5.2AI score0.00245EPSS
SaveExploits0References7
Debian CVE
Debian CVE
added 2025/02/26 1:56 a.m.34 views

CVE-2022-49274

In the Linux kernel, the following vulnerability has been resolved: ocfs2: fix crash when mount with quota enabled There is a reported crash when mounting ocfs2 with quota enabled. RIP: 0010:ocfs2qinfolockresinit+0x44/0x50 ocfs2 Call Trace: ocfs2localreadinfo+0xb9/0x6f0 ocfs2...

5.5CVSS5.6AI score0.00245EPSS
SaveExploits0
CVE
CVE
added 2025/02/26 1:56 a.m.100 views

CVE-2022-49269

The CVE-2022-49269 issue affects the Linux kernel CAN subsystem: isotp_bind() incorrectly validates CAN IDs, allowing a state machine path that can be reached with non-standard IDs (ex: 0x6000001 and 0xC28001) that map to 11-bit IDs 0x001. The fix sanitizes SFF/EFF CAN ID values before address ch...

5.5CVSS5.2AI score0.00252EPSS
SaveExploits0References5Affected Software1
CVE
CVE
added 2025/02/26 1:56 a.m.95 views

CVE-2022-49243

CVE-2022-49243 is a Linux kernel vulnerability affecting ASoC: atmel via the at91sam9g20ek_audio_probe path. The issue is a refcount mismatch: of_parse_phandle() returns a node pointer with a refcount that is incremented in the probe function, but a missing of_node_put() caused a leak. A fix was ...

5.5CVSS5.3AI score0.00252EPSS
SaveExploits0References9Affected Software1
OSV
OSV
added 2025/02/26 1:55 a.m.21 views

CVE-2022-49234 net: dsa: Avoid cross-chip syncing of VLAN filtering

In the Linux kernel, the following vulnerability has been resolved: net: dsa: Avoid cross-chip syncing of VLAN filtering Changes to VLAN filtering are not applicable to cross-chip notifications. On a system like this: .-----. .-----. .-----. | sw1 +---+ sw2 +---+ sw3 | '-1-2-' '-1-2-' '-1-2-'...

7.1CVSS5AI score0.0023EPSS
SaveExploits0References5
CVE
CVE
added 2025/02/26 1:55 a.m.135 views

CVE-2022-49227

CVE-2022-49227 : In the Linux kernel igc driver, the ethtool RX-ring reconfiguration path copies an igc_ring structure but fails to reset the xdp_rxq_info member before igc_setup_rx_resources is called. This causes xdp_rxq_info_reg() to be invoked on an already registered xdp_rxq_info, leading to...

5.5CVSS5.2AI score0.00252EPSS
SaveExploits0References4Affected Software1
Debian CVE
Debian CVE
added 2025/02/26 1:55 a.m.14 views

CVE-2022-49199

In the Linux kernel, the following vulnerability has been resolved: RDMA/nldev: Prevent underflow in nldevstatsetcounterdynamicdoit This code checks "index" for an upper bound but it does not check for negatives. Change the type to unsigned to prevent underflows...

5.5CVSS5.4AI score0.00249EPSS
SaveExploits0
OSV
OSV
added 2025/02/26 1:55 a.m.19 views

CVE-2022-49189 clk: qcom: clk-rcg2: Update logic to calculate D value for RCG

In the Linux kernel, the following vulnerability has been resolved: clk: qcom: clk-rcg2: Update logic to calculate D value for RCG The display pixel clock has a requirement on certain newer platforms to support M/N as 2/3 and the final D value calculated results in underflow errors. As the curren...

5.5CVSS5.3AI score0.00253EPSS
SaveExploits0References9
Vulnrichment
Vulnrichment
added 2025/02/26 1:55 a.m.12 views

CVE-2022-49182 net: hns3: add vlan list lock to protect vlan list

In the Linux kernel, the following vulnerability has been resolved: net: hns3: add vlan list lock to protect vlan list When adding port base VLAN, vf VLAN need to remove from HW and modify the vlan state in vf VLAN list as false. If the periodicity task is freeing the same node, it may cause "use...

7.4AI score0.00258EPSS
SaveExploits0References4
CVE
CVE
added 2025/02/26 1:55 a.m.114 views

CVE-2022-49182

CVE-2022-49182 affects the Linux kernel net/hns3 VLAN handling. The vulnerability occurs when adding port base VLAN: removing the VF VLAN from HW and updating the VF VLAN list can lead to a use-after-free if the periodic task frees the same node. The patch adds a vlan list lock to protect the VLA...

7.8CVSS5.3AI score0.00258EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2025/02/26 1:55 a.m.11 views

CVE-2022-49179 block, bfq: don't move oom_bfqq

In the Linux kernel, the following vulnerability has been resolved: block, bfq: don't move oombfqq Our test report a UAF: 2073.019181 ================================================================== 2073.019188 BUG: KASAN: use-after-free in bfqputasyncbfqq+0xa0/0x168 2073.019191 Write of size 8...

7.8CVSS5.2AI score0.00262EPSS
SaveExploits0References9
Debian CVE
Debian CVE
added 2025/02/26 1:55 a.m.10 views

CVE-2022-49180

In the Linux kernel, the following vulnerability has been resolved: LSM: general protection fault in legacyparseparam The usual LSM hook "bail on fail" scheme doesn't work for cases where a security module may return an error code indicating that it does not recognize an input. In this particular...

5.5CVSS5.4AI score0.00253EPSS
SaveExploits0
OSV
OSV
added 2025/02/26 1:55 a.m.22 views

CVE-2022-49172 parisc: Fix non-access data TLB cache flush faults

In the Linux kernel, the following vulnerability has been resolved: parisc: Fix non-access data TLB cache flush faults When a page is not present, we get non-access data TLB faults from the fdc and fic instructions in flushuserdcacherangeasm and flushusericacherangeasm. When these occur, the cach...

7.1CVSS5AI score0.00252EPSS
SaveExploits0References6
CVE
CVE
added 2025/02/26 1:55 a.m.95 views

CVE-2022-49171

CVE-2022-49171 is a Linux kernel issue in the mm/gup.c path affecting ext4. The race causes [un]pin_user_pages_remote to dirty pages without proper pre-notification to ext4, which can lead to data loss. While the root cause is classed as a bug in mm/gup.c, ext4 is particularly fragile: if another...

5.5CVSS5.2AI score0.00259EPSS
SaveExploits0References9Affected Software1
OSV
OSV
added 2025/02/26 1:55 a.m.12 views

CVE-2022-49170 f2fs: fix to do sanity check on curseg->alloc_type

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to do sanity check on curseg-alloctype As Wenqing Liu reported in bugzilla: https://bugzilla.kernel.org/showbug.cgi?id=215657 - Overview UBSAN: array-index-out-of-bounds in fs/f2fs/segment.c:3460:2 when mount and operat...

7.8CVSS4.9AI score0.00259EPSS
SaveExploits0References8
OSV
OSV
added 2025/02/26 1:55 a.m.13 views

CVE-2022-49166 ntfs: add sanity check on allocation size

In the Linux kernel, the following vulnerability has been resolved: ntfs: add sanity check on allocation size ntfsreadinodemount invokes ntfsmallocnofs with zero allocation size. It triggers one BUG in the ntfsmalloc function. Fix this by adding sanity check on ni-attrlistsize...

5.5CVSS6.2AI score0.00252EPSS
SaveExploits0References12
CVE
CVE
added 2025/02/26 1:55 a.m.143 views

CVE-2022-49158

CVE-2022-49158 affects the Linux kernel SCSI driver qla2xxx. The issue is a warning generated when adisc is flushed, where an error code type did not match the expected type. The fix adds translation between error code types to avoid the warning (no documented exploit). The connected advisories c...

5.5CVSS5.4AI score0.00252EPSS
SaveExploits0References5Affected Software1
Rows per page
Query Builder