Description
In the Linux kernel, the following vulnerability has been resolved:

netfilter: nft_meta_bridge: fix NFT_META_BRI_IIFPVID stack leak

This needs to test for nonzero retval.
Published: 2026-08-15
Score: 5.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability involves a missing check for a non‑zero return value in the nft_meta_bridge kernel module, which can result in a stack leak of kernel memory contents. The CVE description notes that this bug is fixed by testing for a non‑zero return value. Based on the description, it is inferred that the stack leak may occur when the module processes network packets, although the exact packet format is not specified. This flaw is categorized as a stack‑based information disclosure, consistent with CWE-562.

Affected Systems

All Linux kernel releases that lack the nft_meta_bridge stack leak fix, according to the Linux kernel vendor. No specific version range is listed, so any kernel prior to the patch is potentially affected.

Risk and Exploitability

The CVE has a CVSS score of 5.5 and an EPSS score of less than 1%, indicating moderate severity and a low probability of exploitation. The CVE description does not state the exact method of exploitation. Based on the description, it is inferred that an attacker could trigger the flaw by sending a network packet that causes the kernel module to invoke the function with an unchecked return value. This inference is not explicitly asserted by the CVE data. No public exploits are known and the vulnerability is not listed in CISA's KEV catalog. Because the stack leak can expose sensitive data, remediation is advised.

Generated by OpenCVE AI on August 18, 2026 at 20:22 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the Linux kernel to a version that contains the nft_meta_bridge stack leak fix.
  • Disable the nft_meta_bridge kernel module if it is not required for your environment or unload it temporarily.
  • Configure nftables or firewall rules to restrict traffic that could trigger the vulnerable packet handlers.

Generated by OpenCVE AI on August 18, 2026 at 20:22 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 18 Aug 2026 15:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-200

Tue, 18 Aug 2026 12:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-562
References
Metrics threat_severity

None

cvssV3_1

{'score': 5.5, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H'}

threat_severity

Moderate


Sat, 15 Aug 2026 18:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-200

Sat, 15 Aug 2026 06:00:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: netfilter: nft_meta_bridge: fix NFT_META_BRI_IIFPVID stack leak This needs to test for nonzero retval.
Title netfilter: nft_meta_bridge: fix NFT_META_BRI_IIFPVID stack leak
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-08-17T05:14:33.263Z

Reserved: 2026-08-09T03:40:39.929Z

Link: CVE-2026-72433

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-15T06:22:17.137

Modified: 2026-08-17T06:19:10.610

Link: CVE-2026-72433

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-08-15T00:00:00Z

Links: CVE-2026-72433 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-18T20:30:17Z

Weaknesses
  • CWE-562

    Return of Stack Variable Address