Lucene search
+L

231584 matches found

Prion
Prion
added 2024/02/27 7:04 p.m.19 views

Spoofing

In the Linux kernel, the following vulnerability has been resolved: irqchip/gic-v3: Do not enable irqs when handling spurious interrups We triggered the following error while running our 4.19 kernel with the pseudo-NMI patches backported to it: 14.816231 ------------ cut here ------------ 14.8162...

6.9AI score0.00235EPSS
SaveExploits0References5
Prion
Prion
added 2024/02/27 7:04 p.m.37 views

Spoofing

In the Linux kernel, the following vulnerability has been resolved: perf/core: Fix unconditional securitylockeddown call Currently, the lockdown state is queried unconditionally, even though its result is used only if the PERFSAMPLEREGSINTR bit is set in attr.sampletype. While that doesn't matter...

7AI score0.0023EPSS
SaveExploits0References5
Prion
Prion
added 2024/02/27 7:04 p.m.26 views

Design/Logic Flaw

In the Linux kernel, the following vulnerability has been resolved: tools/power turbostat: Fix offset overflow issue in index converting The idxtooffset function returns type int 32-bit signed, but MSRPKGENERGYSTAT is u32 and would be interpreted as a negative number. The end result is that it hi...

7.2AI score0.00222EPSS
SaveExploits0References4
Prion
Prion
added 2024/02/27 7:04 p.m.20 views

Spoofing

In the Linux kernel, the following vulnerability has been resolved: thermal/drivers/cpufreqcooling: Fix slab OOB issue Slab OOB issue is scanned by KASAN in cpupowertofreq. If power is limited below the power of OPP0 in EM table, it will cause slab out-of-bound issue with negative array index...

7.2AI score0.00232EPSS
SaveExploits0References4
Prion
Prion
added 2024/02/27 7:04 p.m.32 views

Spoofing

In the Linux kernel, the following vulnerability has been resolved: ovl: fix leaked dentry Since commit 6815f479ca90 "ovl: use only uppermetacopy state in ovllookup", overlayfs doesn't put temporary dentry when there is a metacopy error, which leads to dentry leaks when shutting down the related...

7AI score0.00249EPSS
SaveExploits0References4
CVE
CVE
added 2024/02/27 6:58 p.m.195 views

CVE-2024-27099

CVE-2024-27099 affects the Azure uAMQP C library (AMQP 1.0) and is caused by a double-free when processing an incorrect AMQP_VALUE failed state, which may lead to remote code execution. The vulnerability is addressed by updating the submodule to commit 2ca42b6e4e098af2d17e487814a91d05f6ae4987. Se...

9.8CVSS9.4AI score0.01418EPSS
SaveExploits0References2Affected Software1
CVE
CVE
added 2024/02/27 6:47 p.m.10550 views

CVE-2021-46975

CVE-2021-46975 is rejected/not used; this entry does not represent an active vulnerability.

6.6AI score
SaveExploits0
CVE
CVE
added 2024/02/27 6:47 p.m.7201 views

CVE-2021-46974

CVE-2021-46974: In the Linux kernel BPF verifier, the masking/negation logic when the off_reg is in the dst register was incorrect, potentially producing wrong pointer arithmetic results. The fix unconditionally applies the final bitwise and into AX from off_reg, then moves src→dst and uses AX as...

7.1CVSS6.2AI score0.00247EPSS
SaveExploits0References7Affected Software1
CVE
CVE
added 2024/02/27 6:47 p.m.7174 views

CVE-2021-46972

CVE-2021-46972 affects Linux kernel overlayfs (ovl). The issue is a leaked dentry that occurs when metacopy errors happen during unmount, due to overlayfs not creating a temporary dentry after a metacopy error. The fix (commit 6815f479ca90) switches ovl_lookup() to use only the uppermetacopy stat...

5.5CVSS6.4AI score0.00249EPSS
SaveExploits0References4Affected Software1
CVE
CVE
added 2024/02/27 6:47 p.m.7208 views

CVE-2021-46971

The CVE-2021-46971 entry corresponds to a Linux kernel fix in perf/core: the lockdown state was queried unconditionally, but its result is only needed if PERF_SAMPLE_REGS_INTR is set in attr.sample_type. This unconditional check could trigger SELinux lockdown hooks unnecessarily, potentially caus...

3.3CVSS6.4AI score0.0023EPSS
SaveExploits0References5Affected Software1
CVE
CVE
added 2024/02/27 6:47 p.m.7211 views

CVE-2021-46968

CVE-2021-46968 concerns the Linux kernel s390/zcrypt subsystem. The issue was a memleak on hot-unplug for zcard and zqueue due to a mismatch in get/put for an embedded kref counter. The fix adjusts kref handling: the counter starts at 1 on init and must drop to zero on unregister (for both card a...

5.5CVSS6.4AI score0.00222EPSS
SaveExploits0References4Affected Software1
CVE
CVE
added 2024/02/27 6:47 p.m.7292 views

CVE-2021-46965

CVE-2021-46965 : Linux kernel mtd/physmap/physmap-bt1-rom vulnerability where casting &data to (char ) caused unintentional stack access; the fix corrects the byte offset calculation (data is u32) to prevent out-of-bounds/stacks access. Affected code and root cause are documented in the upstream ...

7.1CVSS6.4AI score0.0023EPSS
SaveExploits0References4Affected Software1
CVE
CVE
added 2024/02/27 6:47 p.m.6421 views

CVE-2021-46966

CVE-2021-46966 affects the Linux kernel: a use-after-free vulnerability in ACPI custom_method code where cm_write() could access a freed buf if count

7.8CVSS6.5AI score0.0023EPSS
SaveExploits0References9Affected Software1
CVE
CVE
added 2024/02/27 6:47 p.m.6423 views

CVE-2021-46962

CVE-2021-46962 : Linux kernel mmc: uniphier-sd driver fix for resource leak in remove path. A missing tmio_mmc_host_free() balanced a prior tmio_mmc_host_alloc() in probe, creating a leak in the error path during removal. The fix adds the missing tmio_mmc_host_free() call in the remove function t...

5.5CVSS6.4AI score0.00228EPSS
SaveExploits0References5Affected Software1
CVE
CVE
added 2024/02/27 6:47 p.m.6514 views

CVE-2021-46963

CVE-2021-46963 is a Linux kernel vulnerability in the SCSI qla2xxx driver where an incorrect free of an Srb object caused a crash. The fix updates qla2xxx_mqueuecommand() to stop freeing srb (now allocated by upper layers), preventing srb double-free/invalid free. Connected advisories confirm the...

7.8CVSS6.3AI score0.00246EPSS
SaveExploits0References6Affected Software1
CVE
CVE
added 2024/02/27 6:47 p.m.6463 views

CVE-2021-46961

CVE-2021-46961 involves the Linux kernel where handling of spurious interrupts in the GICv3 IRQ path could trigger a nested NMI and a BUG_ON(in_nmi()), causing a kernel panic. The root cause is enabling IRQs while processing spurious interrups; a rewrite of the commit moved spurious interrupt han...

5.5CVSS6.2AI score0.00235EPSS
SaveExploits0References5Affected Software1
CVE
CVE
added 2024/02/27 6:46 p.m.6503 views

CVE-2021-46960

CVE-2021-46960 corresponds to a Linux kernel CIFS issue where the error code from smb2_get_enc_key was returned incorrectly, triggering a potentially misleading warning in CIFS writeback paths. The description notes that the vulnerability has been resolved in the kernel by returning the correct e...

7.5CVSS6.5AI score0.00633EPSS
SaveExploits0References7Affected Software1
CVE
CVE
added 2024/02/27 6:40 p.m.598 views

CVE-2021-46953

The CVE-2021-46953 issue affects the Linux kernel ACPI GTDT driver. If a probe fails due to invalid firmware properties, the driver may unmap an interrupt it mapped earlier without verifying that the mapping succeeded, and if the firmware reports an interrupt number overlapping the GIC SGI range,...

6.7CVSS6.7AI score0.00241EPSS
SaveExploits0References7Affected Software1
CVE
CVE
added 2024/02/27 6:40 p.m.412 views

CVE-2021-46951

CVE-2021-46951 (Linux kernel) concerns a local vulnerability in TPM support where tpm_read_log_efi could trigger integer underflow of efi_tpm_final_log_size when a TPM2 driver is loaded/unloaded repeatedly. The issue arises from subtracting final_events_preboot_size from a global final log size, ...

5.5CVSS6AI score0.00235EPSS
SaveExploits0References5Affected Software1
CVE
CVE
added 2024/02/27 6:40 p.m.661 views

CVE-2021-46949

CVE-2021-46949 concerns the Linux kernel sfc (Solarflare) network driver path: farch TX queue lookup during TX flush done handling. The root cause is starting TXQ processing from a TXQ instance number (qid) rather than a TXQ type, which could cause efx_get_tx_queue() to return NULL and trigger pa...

5.5CVSS5.2AI score0.00222EPSS
SaveExploits0References4Affected Software1
Rows per page
Query Builder