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>] [<thread-prev] [day] [month] [year] [list]
Message-Id: 
 <175565948874.3753798.3012658456952516915.git-patchwork-notify@kernel.org>
Date: Wed, 20 Aug 2025 03:11:28 +0000
From: patchwork-bot+netdevbpf@...nel.org
To: Yuichiro Tsuji <yuichtsu@...zon.com>
Cc: linux-usb@...r.kernel.org, netdev@...r.kernel.org, andrew+netdev@...n.ch,
 davem@...emloft.net, edumazet@...gle.com, kuba@...nel.org, pabeni@...hat.com,
 syzbot+20537064367a0f98d597@...kaller.appspotmail.com
Subject: Re: [PATCH] net: usb: asix_devices: Fix PHY address mask in MDIO bus
 initialization

Hello:

This patch was applied to netdev/net.git (main)
by Jakub Kicinski <kuba@...nel.org>:

On Mon, 18 Aug 2025 17:45:07 +0900 you wrote:
> Syzbot reported shift-out-of-bounds exception on MDIO bus initialization.
> 
> The PHY address should be masked to 5 bits (0-31). Without this
> mask, invalid PHY addresses could be used, potentially causing issues
> with MDIO bus operations.
> 
> Fix this by masking the PHY address with 0x1f (31 decimal) to ensure
> it stays within the valid range.
> 
> [...]

Here is the summary with links:
  - net: usb: asix_devices: Fix PHY address mask in MDIO bus initialization
    https://git.kernel.org/netdev/net/c/24ef2f53c07f

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ