lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Message-ID: <2024062004-CVE-2022-48748-3e75@gregkh>
Date: Thu, 20 Jun 2024 13:16:28 +0200
From: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
To: linux-cve-announce@...r.kernel.org
Cc: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
Subject: CVE-2022-48748: net: bridge: vlan: fix memory leak in __allowed_ingress

Description
===========

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

net: bridge: vlan: fix memory leak in __allowed_ingress

When using per-vlan state, if vlan snooping and stats are disabled,
untagged or priority-tagged ingress frame will go to check pvid state.
If the port state is forwarding and the pvid state is not
learning/forwarding, untagged or priority-tagged frame will be dropped
but skb memory is not freed.
Should free skb when __allowed_ingress returns false.

The Linux kernel CVE team has assigned CVE-2022-48748 to this issue.


Affected and fixed versions
===========================

	Issue introduced in 5.6 with commit a580c76d534c and fixed in 5.10.96 with commit 446ff1fc37c7
	Issue introduced in 5.6 with commit a580c76d534c and fixed in 5.15.19 with commit c5e216e880fa
	Issue introduced in 5.6 with commit a580c76d534c and fixed in 5.16.5 with commit 14be8d448fca
	Issue introduced in 5.6 with commit a580c76d534c and fixed in 5.17 with commit fd20d9738395

Please see https://www.kernel.org for a full list of currently supported
kernel versions by the kernel community.

Unaffected versions might change over time as fixes are backported to
older supported kernel versions.  The official CVE entry at
	https://cve.org/CVERecord/?id=CVE-2022-48748
will be updated if fixes are backported, please check that for the most
up to date information about this issue.


Affected files
==============

The file(s) affected by this issue are:
	net/bridge/br_vlan.c


Mitigation
==========

The Linux kernel CVE team recommends that you update to the latest
stable kernel version for this, and many other bugfixes.  Individual
changes are never tested alone, but rather are part of a larger kernel
release.  Cherry-picking individual commits is not recommended or
supported by the Linux kernel community at all.  If however, updating to
the latest release is impossible, the individual changes to resolve this
issue can be found at these commits:
	https://git.kernel.org/stable/c/446ff1fc37c74093e81db40811a07b5a19f1d797
	https://git.kernel.org/stable/c/c5e216e880fa6f2cd9d4a6541269377657163098
	https://git.kernel.org/stable/c/14be8d448fca6fe7b2a413831eedd55aef6c6511
	https://git.kernel.org/stable/c/fd20d9738395cf8e27d0a17eba34169699fccdff

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ