From: Johannes Berg <johannes@sipsolutions.net>
To: dhyaan19022009-hue <dhyan19022009@gmail.com>, kvalo@kernel.org
Cc: linux-wireless@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] iwlwifi: dvm: fix NULL pointer dereference in rxon
Date: Wed, 04 Feb 2026 13:25:16 +0100 [thread overview]
Message-ID: <5d06a246c7a38668423da3d0fc43db5ee38d08a2.camel@sipsolutions.net> (raw)
In-Reply-To: <20260204120141.2896-1-dhyaan19022009@gmail.com>
On Wed, 2026-02-04 at 17:31 +0530, dhyaan19022009-hue wrote:
> From: Dhyan K Prajapati <dhyan19022009@gmail.com>
>
> When bringing up the wireless interface via virtual monitor mode,
> iwlagn_bss_info_changed() can be called with a NULL bss_conf pointer
> during ieee80211_add_virtual_monitor() -> ieee80211_do_open() sequence.
>
> This causes a NULL pointer dereference when the function attempts to
> access bss_conf fields at offset +0x10.
>
> Crash signature:
> BUG: kernel NULL pointer dereference, address: 0000000000000000
> RIP: 0010:iwlagn_bss_info_changed+0x19d/0x640 [iwldvm]
> Call Trace:
> drv_link_info_changed+0x2b5/0x2c0 [mac80211]
> ieee80211_link_info_change_notify+0x13d/0x160 [mac80211]
> ieee80211_recalc_txpower+0x5c/0x60 [mac80211]
> ieee80211_assign_link_chanctx+0x182/0x410 [mac80211]
> ieee80211_add_virtual_monitor+0x17c/0x2b0 [mac80211]
> ieee80211_do_open+0x6d8/0x740 [mac80211]
>
> Add an early NULL check for bss_conf before accessing its members.
If that really can happen, that'd be a mac80211 bug, not to be fixed in
a random driver. I see the crash above, but you've not even described it
correctly, it seems more likely to me that iwl_rxon_ctx_from_vif()
returned NULL.
johannes
next prev parent reply other threads:[~2026-02-04 12:25 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-02-04 12:01 dhyaan19022009-hue
2026-02-04 12:25 ` Johannes Berg [this message]
-- strict thread matches above, loose matches on Subject: below --
2026-02-04 12:53 dhyaan19022009-hue
2026-02-04 13:07 ` Johannes Berg
2026-02-04 12:23 dhyaan19022009-hue
2026-02-04 12:13 [PATCH] git commit --amend ``` dhyaan19022009-hue
2026-02-04 12:13 ` [PATCH] iwlwifi: dvm: fix NULL pointer dereference in rxon dhyaan19022009-hue
2026-02-04 11:38 dhyaan19022009-hue
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=5d06a246c7a38668423da3d0fc43db5ee38d08a2.camel@sipsolutions.net \
--to=johannes@sipsolutions.net \
--cc=dhyan19022009@gmail.com \
--cc=kvalo@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-wireless@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®