Lucene search
+L

2980 matches found

OSV
OSV
added 2025/12/09 4:17 p.m.17 views

UBUNTU-CVE-2022-50661

In the Linux kernel, the following vulnerability has been resolved: seccomp: Move copyseccomp to no failure path. Our syzbot instance reported memory leaks in doseccomp 0, similar to the report 1. It shows that we miss freeing struct seccompfilter and some objects included in it. We can reproduce...

5.9AI score0.00241EPSS
SaveExploits0References8
OSV
OSV
added 2025/12/09 4:9 a.m.19 views

CVE-2025-40329 drm/sched: Fix deadlock in drm_sched_entity_kill_jobs_cb

In the Linux kernel, the following vulnerability has been resolved: drm/sched: Fix deadlock in drmschedentitykilljobscb The Mesa issue referenced below pointed out a possible deadlock: 1231.611031 Possible interrupt unsafe locking scenario: 1231.611033 CPU0 CPU1 1231.611034 ---- ---- 1231.611035...

6.5AI score
SaveExploits0References7
Debian CVE
Debian CVE
added 2025/12/09 1:29 a.m.7 views

CVE-2022-50661

In the Linux kernel, the following vulnerability has been resolved: seccomp: Move copyseccomp to no failure path. Our syzbot instance reported memory leaks in doseccomp 0, similar to the report 1. It shows that we miss freeing struct seccompfilter and some objects included in it. We can reproduce...

5.4AI score0.00241EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2025/12/09 12:0 a.m.23 views

PT-2025-49692

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The Linux kernel contained a flaw in the seccomp implementation where memory leaks occurred in the do seccomp function. A syzbot instance identified unreferenced objects, including secco...

7.8CVSS6.8AI score0.0094EPSS
SaveExploits2References896
Microsoft CVE
Microsoft CVE
added 2025/12/06 9:2 a.m.10 views

vsock: Ignore signal/timeout on connect() if already established

...

7.8CVSS7AI score0.00153EPSS
SaveExploits0
RedhatCVE
RedhatCVE
added 2025/12/05 4:14 p.m.9 views

CVE-2025-40248

In the Linux kernel, the following vulnerability has been resolved: vsock: Ignore signal/timeout on connect if already established During connect, acting on a signal/timeout by disconnecting an already established socket leads to several issues: 1. connect invoking vsocktransportcancelpkt -...

7CVSS5.7AI score0.00153EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2025/12/05 12:25 a.m.4 views

SUSE CVE-2025-40248

In the Linux kernel, the following vulnerability has been resolved: vsock: Ignore signal/timeout on connect if already established During connect, acting on a signal/timeout by disconnecting an already established socket leads to several issues: 1. connect invoking vsocktransportcancelpkt -...

5.5CVSS6.4AI score0.00153EPSS
SaveExploits0References26
NVD
NVD
added 2025/12/04 4:16 p.m.10 views

CVE-2025-40248

In the Linux kernel, the following vulnerability has been resolved: vsock: Ignore signal/timeout on connect if already established During connect, acting on a signal/timeout by disconnecting an already established socket leads to several issues: 1. connect invoking vsocktransportcancelpkt -...

7.8CVSS0.00153EPSS
SaveExploits0References9
OSV
OSV
added 2025/12/04 4:16 p.m.14 views

AZL-71396 CVE-2025-40248 affecting package kernel for versions less than 6.6.119.3-1

In the Linux kernel, the following vulnerability has been resolved: vsock: Ignore signal/timeout on connect if already established During connect, acting on a signal/timeout by disconnecting an already established socket leads to several issues: 1. connect invoking vsocktransportcancelpkt -...

7.8CVSS5.7AI score0.00153EPSS
SaveExploits0References1
OSV
OSV
added 2025/12/04 4:16 p.m.16 views

UBUNTU-CVE-2025-40248

In the Linux kernel, the following vulnerability has been resolved: vsock: Ignore signal/timeout on connect if already established During connect, acting on a signal/timeout by disconnecting an already established socket leads to several issues: 1. connect invoking vsocktransportcancelpkt -...

7.8CVSS5.8AI score0.00153EPSS
SaveExploits0References34
Cvelist
Cvelist
added 2025/12/04 4:8 p.m.35 views

CVE-2025-40248 vsock: Ignore signal/timeout on connect() if already established

In the Linux kernel, the following vulnerability has been resolved: vsock: Ignore signal/timeout on connect if already established During connect, acting on a signal/timeout by disconnecting an already established socket leads to several issues: 1. connect invoking vsocktransportcancelpkt -...

7.8CVSS0.00153EPSS
SaveExploits0References8
EUVD
EUVD
added 2025/12/04 4:8 p.m.9 views

EUVD-2025-201209

In the Linux kernel, the following vulnerability has been resolved: vsock: Ignore signal/timeout on connect if already established During connect, acting on a signal/timeout by disconnecting an already established socket leads to several issues: 1. connect invoking vsocktransportcancelpkt -...

5.8AI score0.00153EPSS
SaveExploits0References6
CVE
CVE
added 2025/12/04 4:8 p.m.66 views

CVE-2025-40248

The CVE CVE-2025-40248 is supported by connected advisories detailing a vsock connect() race in the Linux kernel. Root cause: during connect(), signals/timeouts could cause disconnection of an already established vsock, racing with sendmsg() and other transport state changes. This could permanent...

7.8CVSS6AI score0.00153EPSS
SaveExploits0References9
OSV
OSV
added 2025/12/04 4:8 p.m.11 views

CVE-2025-40248 vsock: Ignore signal/timeout on connect() if already established

In the Linux kernel, the following vulnerability has been resolved: vsock: Ignore signal/timeout on connect if already established During connect, acting on a signal/timeout by disconnecting an already established socket leads to several issues: 1. connect invoking vsocktransportcancelpkt -...

7.8CVSS6.3AI score
SaveExploits0References12
Debian CVE
Debian CVE
added 2025/12/04 4:8 p.m.4 views

CVE-2025-40248

In the Linux kernel, the following vulnerability has been resolved: vsock: Ignore signal/timeout on connect if already established During connect, acting on a signal/timeout by disconnecting an already established socket leads to several issues: 1. connect invoking vsocktransportcancelpkt -...

7.8CVSS5.2AI score0.00153EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2025/12/04 12:0 a.m.10 views

PT-2025-52884

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A memory leak existed in the blkdev issue zero pages function within the block subsystem of the Linux kernel. The issue occurred because the check for a fatal signal was performed after...

4.6CVSS6.3AI score0.00179EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2025/12/04 12:0 a.m.2 views

Linux Distros Unpatched Vulnerability : CVE-2025-40248

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - vsock: Ignore signal/timeout on connect if already established During connect, acting on a signal/timeout by disconnecting an already established socket leads t...

7.8CVSS5.8AI score0.00153EPSS
SaveExploits0References3
The Hacker News
The Hacker News
added 2025/12/02 5:46 p.m.7 views

India Orders Messaging Apps to Work Only With Active SIM Cards to Prevent Fraud and Misuse

India's Department of Telecommunications DoT has issued directions to app-based communication service providers to ensure that the platforms cannot be used without an active SIM card linked to the user's mobile number. To that end, messaging apps like WhatsApp, Telegram, Snapchat, Arattai,...

7.1AI score
SaveExploits0
The Hacker News
The Hacker News
added 2025/11/25 6:42 a.m.17 views

CISA Warns of Active Spyware Campaigns Hijacking High-Value Signal and WhatsApp Users

The U.S. Cybersecurity and Infrastructure Security Agency CISA on Monday issued an alert warning of bad actors actively leveraging commercial spyware and remote access trojans RATs to target users of mobile messaging applications. "These cyber actors use sophisticated targeting and social...

9.8CVSS7AI score0.3317EPSS
SaveExploits10
Wired Threat Level
Wired Threat Level
added 2025/11/22 11:30 a.m.14 views

US Border Patrol Is Spying on Millions of American Drivers

Plus: The SEC lets SolarWinds off the hook, Microsoft stops a historic DDoS attack, and FBI documents reveal the agency spied on an immigration activist Signal group in New York City...

6.9AI score
SaveExploits0
Rows per page
Query Builder