Lucene search
+L

5508 matches found

OSV
OSV
added 2024/02/28 9:15 a.m.5 views

DEBIAN-CVE-2021-47010

In the Linux kernel, the following vulnerability has been resolved: net: Only allow init netns to set default tcp cong to a restricted algo tcpsetdefaultcongestioncontrol is netns-safe in that it writes to &net-ipv4.tcpcongestioncontrol, but it also sets ca-flags |= TCPCONGNONRESTRICTED which is...

7.8CVSS5.6AI score0.00257EPSS
SaveExploits0References1
NVD
NVD
added 2024/02/28 9:15 a.m.19 views

CVE-2021-47010

In the Linux kernel, the following vulnerability has been resolved: net: Only allow init netns to set default tcp cong to a restricted algo tcpsetdefaultcongestioncontrol is netns-safe in that it writes to &net-ipv4.tcpcongestioncontrol, but it also sets ca-flags |= TCPCONGNONRESTRICTED which is...

7.8CVSS7.6AI score0.00257EPSS
SaveExploits0References6
OSV
OSV
added 2024/02/28 9:15 a.m.8 views

DEBIAN-CVE-2021-46994

In the Linux kernel, the following vulnerability has been resolved: can: mcp251x: fix resume from sleep before interface was brought up Since 8ce8c0abcba3 the driver queues work via priv-restartwork when resuming after suspend, even when the interface was not previously enabled. This causes a nul...

5.5CVSS4.9AI score0.00235EPSS
SaveExploits0References1
OSV
OSV
added 2024/02/28 9:15 a.m.9 views

UBUNTU-CVE-2021-47010

In the Linux kernel, the following vulnerability has been resolved: net: Only allow init netns to set default tcp cong to a restricted algo tcpsetdefaultcongestioncontrol is netns-safe in that it writes to &net-ipv4.tcpcongestioncontrol, but it also sets ca-flags |= TCPCONGNONRESTRICTED which is...

7.8CVSS6.6AI score0.00257EPSS
SaveExploits0References9
OSV
OSV
added 2024/02/28 9:15 a.m.12 views

UBUNTU-CVE-2021-46994

In the Linux kernel, the following vulnerability has been resolved: can: mcp251x: fix resume from sleep before interface was brought up Since 8ce8c0abcba3 the driver queues work via priv-restartwork when resuming after suspend, even when the interface was not previously enabled. This causes a nul...

5.5CVSS5.7AI score0.00235EPSS
SaveExploits0References7
Cvelist
Cvelist
added 2024/02/28 8:13 a.m.23 views

CVE-2021-47010 net: Only allow init netns to set default tcp cong to a restricted algo

In the Linux kernel, the following vulnerability has been resolved: net: Only allow init netns to set default tcp cong to a restricted algo tcpsetdefaultcongestioncontrol is netns-safe in that it writes to &net-ipv4.tcpcongestioncontrol, but it also sets ca-flags |= TCPCONGNONRESTRICTED which is...

6.5AI score0.00257EPSS
SaveExploits0References6
SUSE CVE
SUSE CVE
added 2024/02/28 4:02 a.m.13 views

SUSE CVE-2021-46909

In the Linux kernel, the following vulnerability has been resolved: ARM: footbridge: fix PCI interrupt mapping Since commit 30fdfb929e82 "PCI: Add a call to pciassignirq in pcideviceprobe", the PCI code will call the IRQ mapping function whenever a PCI driver is probed. If these are marked as ini...

4.7CVSS7.7AI score0.00241EPSS
SaveExploits0References11
OSV
OSV
added 2024/02/27 7:15 a.m.4 views

DEBIAN-CVE-2021-46909

In the Linux kernel, the following vulnerability has been resolved: ARM: footbridge: fix PCI interrupt mapping Since commit 30fdfb929e82 "PCI: Add a call to pciassignirq in pcideviceprobe", the PCI code will call the IRQ mapping function whenever a PCI driver is probed. If these are marked as ini...

5.5CVSS5.5AI score0.00241EPSS
SaveExploits0References1
OSV
OSV
added 2024/02/27 7:15 a.m.12 views

UBUNTU-CVE-2021-46912

In the Linux kernel, the following vulnerability has been resolved: net: Make tcpallowedcongestioncontrol readonly in non-init netns Currently, tcpallowedcongestioncontrol is global and writable; writing to it in any net namespace will leak into all other net namespaces...

7.3CVSS5.8AI score0.00233EPSS
SaveExploits0References6
OSV
OSV
added 2024/02/27 7:15 a.m.10 views

UBUNTU-CVE-2021-46915

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftlimit: avoid possible divide error in nftlimitinit divu64 divides u64 by u32. nftlimitinit wants to divide u64 by u64, use the appropriate math function div64u64 divide error: 0000 1 PREEMPT SMP KASAN CPU: 1 PID: 83...

5.5CVSS6.1AI score0.00241EPSS
SaveExploits0References9
Positive Technologies
Positive Technologies
added 2024/02/27 12:00 a.m.7 views

PT-2024-11084 · Linux +1 · Linux Kernel +1

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A vulnerability in the Linux kernel has been resolved, related to netfilter: conntrack. The issue involves making global sysctls readonly in non-init netns. Recommendations: At the...

7.8CVSS6.6AI score0.08555EPSS
SaveExploits5References420
OSV
OSV
added 2024/02/26 4:27 p.m.2 views

DEBIAN-CVE-2023-52470

In the Linux kernel, the following vulnerability has been resolved: drm/radeon: check the allocworkqueue return value in radeoncrtcinit check the allocworkqueue return value in radeoncrtcinit to avoid null-ptr-deref...

5.5CVSS5.3AI score0.00292EPSS
SaveExploits0References1
CNNVD
CNNVD
added 2024/02/26 12:00 a.m.9 views

Linux kernel security vulnerabilities

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 the Linux kernel that stems from a NULL pointer dereference problem in the return value of allocworkqueue in radeoncrtcinit...

5.5CVSS6.5AI score0.00292EPSS
SaveExploits0References9
OSV
OSV
added 2024/02/22 5:15 p.m.16 views

AZL-35906 CVE-2024-26587 affecting package kernel for versions less than 5.15.158.1-1

In the Linux kernel, the following vulnerability has been resolved: net: netdevsim: don't try to destroy PHC on VFs PHC gets initialized in nsiminitnetdevsim, which is only called if nsimdevportispf. Create a counterpart of nsiminitnetdevsim and move the mockphcdestroy there. This fixes a crash...

5.5CVSS6.6AI score0.00226EPSS
SaveExploits0References1
OSV
OSV
added 2024/02/22 5:15 p.m.16 views

UBUNTU-CVE-2024-26587

In the Linux kernel, the following vulnerability has been resolved: net: netdevsim: don't try to destroy PHC on VFs PHC gets initialized in nsiminitnetdevsim, which is only called if nsimdevportispf. Create a counterpart of nsiminitnetdevsim and move the mockphcdestroy there. This fixes a crash...

5.5CVSS6.5AI score0.00226EPSS
SaveExploits0References5
OSV
OSV
added 2024/02/21 8:15 a.m.4 views

DEBIAN-CVE-2023-52441

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix out of bounds in initsmb2rsphdr If client send smb2 negotiate request and then send smb1 negotiate request, initsmb2rsphdr is called for smb1 negotiate request since needneg is set to false. This patch ignore smb1...

7.8CVSS5.6AI score0.00679EPSS
SaveExploits0References1
CNNVD
CNNVD
added 2024/02/21 12:00 a.m.9 views

WordPress Plugin Plugin Groups Security Vulnerability

WordPress and WordPress plugin are both products of the WordPress Foundation.WordPress is a blogging platform developed using the PHP language. The platform supports personal blog sites on PHP and MySQL servers.WordPress plugin is an application plugin. A security vulnerability exists in WordPres...

8.2CVSS6.6AI score0.00487EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2024/02/20 12:00 a.m.19 views

PT-2024-16743 · WordPress · Plugin Groups

Name of the Vulnerable Software and Affected Versions: Plugin Groups plugin for WordPress versions up to, and including, 2.0.6 Description: The issue is related to a missing capability check on the admin init function, which allows unauthenticated attackers to modify the plugin's settings. This c...

8.2CVSS9.3AI score0.00487EPSS
SaveExploits0References7
RedHat Linux
RedHat Linux
added 2024/02/19 6:02 p.m.10 views

JDK: Eclipse OpenJ9 JVM denial of service

Eclipse OpenJ9 is vulnerable to a denial of service, caused by a flaw when a shutdown signal SIGTERM, SIGINT or SIGHUP is received before the JVM has finished initializing. By sending a specially crafted request, a local authenticated attacker could exploit this vulnerability to cause an infinite...

5.9CVSS7.2AI score0.0041EPSS
SaveExploits0References6
Microsoft CVE
Microsoft CVE
added 2024/02/16 12:00 a.m.8 views

CVE-2013-2094

...

8.4CVSS7.2AI score0.47709EPSS
SaveExploits16
Rows per page
Query Builder