Lucene search
+L

1809 matches found

Cvelist
Cvelist
added 2024/03/15 8:14 p.m.29 views

CVE-2021-47118 pid: take a reference when initializing `cad_pid`

In the Linux kernel, the following vulnerability has been resolved: pid: take a reference when initializing cadpid During boot, kernelinitfreeable initializes cadpid to the init task's struct pid. Later on, we may change cadpid via a sysctl, and when this happens procdocadpid will increment the...

7.5AI score0.00246EPSS
SaveExploits0References8
CVE
CVE
added 2024/03/15 8:14 p.m.178 views

CVE-2021-47118

CVE-2021-47118: In the Linux kernel, cad_pid is initialized without taking a reference to the init task’s pid. When cad_pid is later updated via sysctl, the old pid may be put without a corresponding get, risking a use-after-free of the init task’s struct pid. The connected MiracleLinux advisory ...

7.8CVSS6.2AI score0.00246EPSS
SaveExploits0References8Affected Software1
CNNVD
CNNVD
added 2024/03/15 12:00 a.m.6 views

Linux kernel security vulnerabilities

Linux kernel is the kernel used by the Linux Foundation's open source operating system Linux. A security vulnerability exists in the Linux kernel due to a reference counting error in the pid module...

7.8CVSS7.6AI score0.00246EPSS
SaveExploits0References10
Mageia
Mageia
added 2024/03/13 11:14 p.m.32 views

Updated screen packages fix security vulnerability

The updated package fixes a security vulnerability: socket.c in GNU Screen through 4.9.0, when installed setuid or setgid the default on platforms such as Arch Linux and FreeBSD, allows local users to send a privileged SIGHUP signal to any PID, causing a denial of service or disruption of the...

6.5CVSS6.6AI score0.0054EPSS
SaveExploits3References2
UbuntuCve
UbuntuCve
added 2024/03/11 6:15 p.m.47 views

CVE-2024-26615

In the Linux kernel, the following vulnerability has been resolved: net/smc: fix illegal rmbdesc access in SMC-D connection dump A crash was found when dumping SMC-D connections. It can be reproduced by following steps: - run nginx/wrk test: smcrun nginx smcrun wrk -t 16 -c 1000 -d -H 'Connection...

5.5CVSS6AI score0.00259EPSS
SaveExploits0References25
Prion
Prion
added 2024/03/11 6:15 p.m.43 views

Spoofing

In the Linux kernel, the following vulnerability has been resolved: tcp: make sure init the acceptqueue's spinlocks once When I run syz's reproduction C program locally, it causes the following issue: pvqspinlock: lock 0xffff9d181cd5c660 has corrupted value 0x0! WARNING: CPU: 19 PID: 21160 at...

7.2AI score0.0018EPSS
SaveExploits0References6
OSV
OSV
added 2024/03/06 11:09 a.m.20 views

BIT-WILDFLY-2020-14317

It was found that the issue for security flaw CVE-2019-3805 appeared again in a further version of JBoss Enterprise Application Platform - Continuous Delivery EAP-CD introducing regression. An attacker could exploit this by modifying the PID file in /var/run/jboss-eap/ allowing the init.d script ...

5.5CVSS5AI score0.00192EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2024/03/06 6:45 a.m.19 views

CVE-2024-26626 ipmr: fix kernel panic when forwarding mcast packets

In the Linux kernel, the following vulnerability has been resolved: ipmr: fix kernel panic when forwarding mcast packets The stacktrace was: 86.305548 BUG: kernel NULL pointer dereference, address: 0000000000000092 86.306815 PF: supervisor read access in kernel mode 86.307717 PF: errorcode0x0000 ...

7.5CVSS6.4AI score0.00639EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/03/04 6:20 p.m.31 views

CVE-2023-52578

In the Linux kernel, the following vulnerability has been resolved: net: bridge: use DEVSTATSINC syzbot/KCSAN reported data-races in brhandleframefinish 1 This function can run from multiple cpus without mutual exclusion. Adopt SMP safe DEVSTATSINC to update dev-stats fields. Handles updates to...

4.7CVSS6.2AI score0.0019EPSS
SaveExploits0References4
NVD
NVD
added 2024/03/04 6:15 p.m.41 views

CVE-2021-47092

In the Linux kernel, the following vulnerability has been resolved: KVM: VMX: Always clear vmx-fail on emulationrequired Revert a relatively recent change that set vmx-fail if the vCPU is in L2 and emulationrequired is true, as that behavior is completely bogus. Setting vmx-fail and synthesizing ...

5.5CVSS6.3AI score0.00288EPSS
SaveExploits1References2
Cvelist
Cvelist
added 2024/03/04 6:10 p.m.29 views

CVE-2021-47090 mm/hwpoison: clear MF_COUNT_INCREASED before retrying get_any_page()

In the Linux kernel, the following vulnerability has been resolved: mm/hwpoison: clear MFCOUNTINCREASED before retrying getanypage Hulk Robot reported a panic in putpagetestzero when testing madvise with MADVSOFTOFFLINE. The BUG is triggered when retrying getanypage. This is because we keep...

6.3AI score0.00353EPSS
SaveExploits1References3
Vulnrichment
Vulnrichment
added 2024/03/04 6:06 p.m.21 views

CVE-2021-47082 tun: avoid double free in tun_free_netdev

In the Linux kernel, the following vulnerability has been resolved: tun: avoid double free in tunfreenetdev Avoid double free in tunfreenetdev by moving the dev-tstats and tun-security allocs to a new ndoinit routine tunnetinit that will be called by registernetdevice. ndoinit is paired with the...

7.8CVSS6.8AI score0.00252EPSS
SaveExploits0References5
RedhatCVE
RedhatCVE
added 2024/03/03 10:01 a.m.26 views

CVE-2021-47080

In the Linux kernel, the following vulnerability has been resolved: RDMA/core: Prevent divide-by-zero error triggered by the user The userentrysize is supplied by the user and later used as a denominator to calculate number of entries. The zero supplied by the user will trigger the following...

4.4CVSS6.1AI score0.00232EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2024/03/02 9:52 p.m.43 views

CVE-2023-52528

In the Linux kernel, the following vulnerability has been resolved: net: usb: smsc75xx: Fix uninit-value access in smsc75xxreadreg syzbot reported the following uninit-value access issue: ===================================================== BUG: KMSAN: uninit-value in smsc75xxwaitready...

5.5CVSS6.8AI score0.0023EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/03/01 9:15 p.m.37 views

CVE-2021-47078

In the Linux kernel, the following vulnerability has been resolved: RDMA/rxe: Clear all QP fields if creation failed rxeqpdocleanup relies on valid pointer values in QP for the properly created ones, but in case rxeqpfrominit failed it was filled with garbage and caused tot the following error...

7.8CVSS5.5AI score0.00281EPSS
SaveExploits0
NVD
NVD
added 2024/02/28 9:15 a.m.27 views

CVE-2021-47025

In the Linux kernel, the following vulnerability has been resolved: iommu/mediatek: Always enable the clk on resume In mtkiommuruntimeresume always enable the clk, even if m4udom is null. Otherwise the 'suspend' cb might disable the clk which is already disabled causing the warning: 1.586104...

7.8CVSS6.4AI score0.0023EPSS
SaveExploits0References2
NVD
NVD
added 2024/02/28 9:15 a.m.35 views

CVE-2021-46997

In the Linux kernel, the following vulnerability has been resolved: arm64: entry: always set GICPRIOPSRISET during entry Zenghui reports that booting a kernel with "irqchip.gicv3pseudonmi=1" on the command line hits a warning during kernel entry, due to the way we manipulate the PMR. Early in the...

5.5CVSS8.4AI score0.00246EPSS
SaveExploits0References4
NVD
NVD
added 2024/02/28 9:15 a.m.29 views

CVE-2021-46976

In the Linux kernel, the following vulnerability has been resolved: drm/i915: Fix crash in autoretire The retire logic uses the 2 lower bits of the pointer to the retire function to store flags. However, the autoretire function is not guaranteed to be aligned to a multiple of 4, which causes...

5.5CVSS8.4AI score0.00232EPSS
SaveExploits0References4
Prion
Prion
added 2024/02/28 9:15 a.m.33 views

Null pointer dereference

In the Linux kernel, the following vulnerability has been resolved: nbd: Fix NULL pointer in flushworkqueue Open /dev/nbdX first, the configrefs will be 1 and the pointers in nbddevice are still null. Disconnect /dev/nbdX, then reference a null recvworkq. The protection by configrefs in...

6.3AI score0.0025EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2024/02/28 8:13 a.m.45 views

CVE-2021-47025 iommu/mediatek: Always enable the clk on resume

In the Linux kernel, the following vulnerability has been resolved: iommu/mediatek: Always enable the clk on resume In mtkiommuruntimeresume always enable the clk, even if m4udom is null. Otherwise the 'suspend' cb might disable the clk which is already disabled causing the warning: 1.586104...

6.6AI score0.0023EPSS
SaveExploits0References2
Rows per page
Query Builder