Lucene search
+L

6909 matches found

OSV
OSV
added 2025/05/01 3:16 p.m.15 views

UBUNTU-CVE-2022-49820

In the Linux kernel, the following vulnerability has been resolved: mctp i2c: don't count unused / invalid keys for flow release We're currently hitting the WARNON in mctpi2cflowrelease: if midev-releasecount midev-i2clockcount WARNONCE1, "release count overflow"; This may be hit if we expire a...

5.5CVSS5.7AI score0.00159EPSS
SaveExploits0References5
CVE
CVE
added 2025/05/01 2:10 p.m.86 views

CVE-2022-49919

CVE-2022-49919 : In the Linux kernel, the nf_tables flow rule object release path was fixed. The underlying issue was a use-after-free (UAF) triggered by races with the netlink notifier, observed when the flow rule object is accessed only from the control plane (no data packets traverse it). The ...

7.8CVSS6.5AI score0.00151EPSS
SaveExploits0References5Affected Software1
Cvelist
Cvelist
added 2025/05/01 2:10 p.m.24 views

CVE-2022-49919 netfilter: nf_tables: release flow rule object from commit path

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftables: release flow rule object from commit path No need to postpone this to the commit release path, since no packets are walking over this object, this is accessed from control plane only. This helped uncovered UA...

7.8CVSS0.00151EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2025/05/01 2:10 p.m.5 views

CVE-2022-49919

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftables: release flow rule object from commit path No need to postpone this to the commit release path, since no packets are walking over this object, this is accessed from control plane only. This helped uncovered UA...

7.8CVSS5.6AI score0.00151EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2025/05/01 2:10 p.m.9 views

CVE-2022-49919 netfilter: nf_tables: release flow rule object from commit path

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftables: release flow rule object from commit path No need to postpone this to the commit release path, since no packets are walking over this object, this is accessed from control plane only. This helped uncovered UA...

6.2AI score0.00151EPSS
SaveExploits0References5
OSV
OSV
added 2025/05/01 2:10 p.m.12 views

CVE-2022-49919 netfilter: nf_tables: release flow rule object from commit path

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftables: release flow rule object from commit path No need to postpone this to the commit release path, since no packets are walking over this object, this is accessed from control plane only. This helped uncovered UA...

7.8CVSS5.4AI score
SaveExploits0References8
Cvelist
Cvelist
added 2025/05/01 2:9 p.m.22 views

CVE-2022-49820 mctp i2c: don't count unused / invalid keys for flow release

In the Linux kernel, the following vulnerability has been resolved: mctp i2c: don't count unused / invalid keys for flow release We're currently hitting the WARNON in mctpi2cflowrelease: if midev-releasecount midev-i2clockcount WARNONCE1, "release count overflow"; This may be hit if we expire a...

0.00159EPSS
SaveExploits0References2
OSV
OSV
added 2025/05/01 2:9 p.m.14 views

CVE-2022-49820 mctp i2c: don't count unused / invalid keys for flow release

In the Linux kernel, the following vulnerability has been resolved: mctp i2c: don't count unused / invalid keys for flow release We're currently hitting the WARNON in mctpi2cflowrelease: if midev-releasecount midev-i2clockcount WARNONCE1, "release count overflow"; This may be hit if we expire a...

5AI score
SaveExploits0References5
CVE
CVE
added 2025/05/01 2:9 p.m.65 views

CVE-2022-49820

CVE-2022-49820 concerns the Linux kernel mctp i2c flow release logic. The issue arises when release_count > i2c_lock_count, triggering a WARN_ONCE due to expiring a flow before sending the first packet and not pairing the release increment with the i2c lock operation. The fix adds a guard: onl...

5.5CVSS6.5AI score0.00159EPSS
SaveExploits0References2Affected Software1
Debian CVE
Debian CVE
added 2025/05/01 2:9 p.m.15 views

CVE-2022-49820

In the Linux kernel, the following vulnerability has been resolved: mctp i2c: don't count unused / invalid keys for flow release We're currently hitting the WARNON in mctpi2cflowrelease: if midev-releasecount midev-i2clockcount WARNONCE1, "release count overflow"; This may be hit if we expire a...

5.5CVSS5.4AI score0.00159EPSS
SaveExploits0
OSV
OSV
added 2025/05/01 12:55 p.m.14 views

CVE-2025-23147 i3c: Add NULL pointer check in i3c_master_queue_ibi()

In the Linux kernel, the following vulnerability has been resolved: i3c: Add NULL pointer check in i3cmasterqueueibi The I3C master driver may receive an IBI from a target device that has not been probed yet. In such cases, the master calls i3cmasterqueueibi to queue an IBI work task, leading to...

5.9AI score
SaveExploits0References14
vulnersOsv
vulnersOsv
added 2025/05/01 6:33 a.m.7 views

mesido (>=0.0.2.dev0 <=0.1.8.4), rtc-tools-channel-flow (>=1.0.0 <=1.1.1rc1) +2 more potentially affected by unknown CVE via rtc-tools (>=2.2.5 <=2.6.0a3)

rtc-tools PYPI version =2.2.5, =0.0.2.dev0, =1.0.0, =0.2.1, =2.0.0a9, =2.0.0a14 Source cves: unknown CVE Source advisory: SNYK:PYTHON-RTCTOOLS-12150654...

5.8AI score
SaveExploits0
Github Security Blog
Github Security Blog
added 2025/05/01 3:31 a.m.14 views

Duplicate Advisory: @cloudflare/workers-oauth-provider missing validation of redirect_uri on authorize endpoint

Duplicate Advisory This advisory has been withdrawn because it is a duplicate of GHSA-4pc9-x2fx-p7vj. This link is maintained to preserve external references. Original Description The OAuth implementation in workers-oauth-provider that is part of MCP framework...

6.1CVSS7.1AI score0.0031EPSS
SaveExploits0References3Affected Software1
Cvelist
Cvelist
added 2025/05/01 12:19 a.m.39 views

CVE-2025-4143 Missing validation of redirect_uri on authorize endpoint

The OAuth implementation in workers-oauth-provider that is part of MCP framework https://github.com/cloudflare/workers-mcp , did not correctly validate that redirecturi was on the allowed list of redirect URIs for the given client registration. Fixed in: ...

6CVSS0.0031EPSS
SaveExploits0References1
Packet Storm News
Packet Storm News
added 2025/05/01 12:0 a.m.11 views

RevealNet: Distributed Traffic Correlation for Attack Attribution on Programmable Networks

Network attackers have increasingly resorted to proxy chains, VPNs, and anonymity networks to conceal their activities. To tackle this issue, past research has explored the applicability of traffic correlation techniques to perform attack attribution, i.e., to identify an attacker's true network...

7.2AI score
SaveExploits0
Positive Technologies
Positive Technologies
added 2025/05/01 12:0 a.m.10 views

PT-2025-18537

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 the mctp i2c module. The issue arises when a flow is released before sending the first packet it contains, causing a...

5.5CVSS5.2AI score0.00159EPSS
SaveExploits0References15
CNNVD
CNNVD
added 2025/05/01 12:0 a.m.9 views

Linux kernel 安全漏洞

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 an incorrect count in mctpi2cflowrelease, which could lead to a release count overflow...

5.5CVSS5.2AI score0.00159EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2025/04/30 12:0 a.m.24 views

RHEL 9 : kernel (RHSA-2025:4342)

The remote Redhat Enterprise Linux 9 host has packages installed that are affected by multiple vulnerabilities as referenced in the RHSA-2025:4342 advisory. The kernel packages contain the Linux kernel, the core of any Linux operating system. Security Fixes: kernel: net: usb: smsc75xx: Fix...

9.3CVSS6.8AI score0.00728EPSS
SaveExploits0References25
BDU FSTEC
BDU FSTEC
added 2025/04/30 12:0 a.m.8 views

The vulnerability of Xen hypervisors relates to the incorrect sequence of processor instructions, allowing attackers to gain unauthorized access to protected information.

The vulnerability of Xen hypervisors is related to an incorrect sequence of processor instructions, due to the absence of the ENDBR instruction and a prologue/eepilog for CFI schemes based on hash. Exploiting this vulnerability can allow an attacker operating remotely to gain unauthorized access ...

5.7CVSS6.7AI score0.0031EPSS
SaveExploits0References12Affected Software7
Schneier on Security
Schneier on Security
added 2025/04/29 11:3 a.m.12 views

Applying Security Engineering to Prompt Injection Security

This seems like an important advance in LLM security against prompt injection: Google DeepMind has unveiled CaMeL CApabilities for MachinE Learning, a new approach to stopping prompt-injection attacks that abandons the failed strategy of having AI models police themselves. Instead, CaMeL treats...

7.4AI score
SaveExploits0
Rows per page
Query Builder