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 for Android: free password hash cracker in your pocket
[<prev] [next>] [day] [month] [year] [list]
Message-ID: <2025091506-CVE-2022-50276-e9a6@gregkh>
Date: Mon, 15 Sep 2025 16:21:18 +0200
From: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
To: linux-cve-announce@...r.kernel.org
Cc: Greg Kroah-Hartman <gregkh@...nel.org>
Subject: CVE-2022-50276: power: supply: fix null pointer dereferencing in power_supply_get_battery_info

From: Greg Kroah-Hartman <gregkh@...nel.org>

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

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

power: supply: fix null pointer dereferencing in power_supply_get_battery_info

when kmalloc() fail to allocate memory in kasprintf(), propname
will be NULL, strcmp() called by of_get_property() will cause
null pointer dereference.

So return ENOMEM if kasprintf() return NULL pointer.

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


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

	Issue introduced in 5.0 with commit 3afb50d7125bcdbf71df843134e96ceffc78c8b8 and fixed in 5.4.229 with commit 8ea68b4e3fa9392ef9dae303abc8735a033c280f
	Issue introduced in 5.0 with commit 3afb50d7125bcdbf71df843134e96ceffc78c8b8 and fixed in 5.10.163 with commit 5beadb55f4e36fafe5d6df5dcd5f85d803f3f134
	Issue introduced in 5.0 with commit 3afb50d7125bcdbf71df843134e96ceffc78c8b8 and fixed in 5.15.86 with commit d21534ab4fd7883e1c8037a76671d4e8b6ea14cb
	Issue introduced in 5.0 with commit 3afb50d7125bcdbf71df843134e96ceffc78c8b8 and fixed in 6.0.16 with commit 279af90e65cbdb3e5c4519b0043324d7876bc5ec
	Issue introduced in 5.0 with commit 3afb50d7125bcdbf71df843134e96ceffc78c8b8 and fixed in 6.1.2 with commit b8131efb89d9f837c9244f900f0fc2699fd1181d
	Issue introduced in 5.0 with commit 3afb50d7125bcdbf71df843134e96ceffc78c8b8 and fixed in 6.2 with commit 104bb8a663451404a26331263ce5b96c34504049

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-50276
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:
	drivers/power/supply/power_supply_core.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/8ea68b4e3fa9392ef9dae303abc8735a033c280f
	https://git.kernel.org/stable/c/5beadb55f4e36fafe5d6df5dcd5f85d803f3f134
	https://git.kernel.org/stable/c/d21534ab4fd7883e1c8037a76671d4e8b6ea14cb
	https://git.kernel.org/stable/c/279af90e65cbdb3e5c4519b0043324d7876bc5ec
	https://git.kernel.org/stable/c/b8131efb89d9f837c9244f900f0fc2699fd1181d
	https://git.kernel.org/stable/c/104bb8a663451404a26331263ce5b96c34504049

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ