From: Junjie Cao <junjie.cao@linux.dev>
To: openembedded-core@lists.openembedded.org
Cc: paul@pbarker.dev
Subject: [OE-core][PATCH v3 0/9] cve-exclusions: triage nine kernel CVEs lacking upstream fix data
Date: Wed, 12 Aug 2026 02:28:33 -0500 [thread overview]
Message-ID: <20260812072842.1176341-1-junjie.cao@linux.dev> (raw)
This is v3 of the kernel CVE triage from Paul Barker's "linux-yocto CVEs
in need of triage" request, reworked according to his review of v2 [1].
Main changes since v2:
- Dropped the CVE-2023-4010 (imon) patch. The identification rested on
inferring the reporter's intent from a screenshot, which the review
rejected. The CVE record names a function that does not exist in the
kernel (usb_giveback_urb()); I have reported that defect to the
assigning CNA and left the CVE untriaged here.
- Moved the four entries that used "upstream-wontfix" (CVE-2019-14899,
CVE-2021-3714, CVE-2021-3864, CVE-2022-4543) to "unpatched". None has
an upstream kernel-community wontfix statement; the WONTFIX and
deferred positions are distribution ones. "unpatched" keeps them
visible in reports.
- CVE-2022-1247 now leads with the v7.1 removal of net/rose and keeps
the v6.17 refcount commits, which are what cover the 6.18 kernel on
master. Upstream has since assigned those two commits CVE-2025-39826
and CVE-2025-39827, so the identification no longer rests on reading
the diff alone.
- CVE-2023-3397: corrected the claim that only one fix was proposed and
withdrawn; further fixes were posted in 2026 but none is merged, and
syzbot still reproduces the txEnd()/lmLogClose() unmount race.
- CVE-2023-6240: dropped the Marvell/s390 aside and an unrelated commit
reference flagged in review.
CVE-2022-0400 and CVE-2023-6238 are unchanged since v2.
AI assistance is disclosed with the AI-Generated trailer on each patch.
Summary of the nine verdicts:
fixed-version CVE-2022-1247 6.17, rose_neigh refcount conversion
disputed CVE-2022-0400 never substantiated, closed by three vendors
unpatched CVE-2019-14899 weak host model, config-only mitigation
CVE-2021-3714 inherent to KSM deduplication
CVE-2021-3864 two mitigation attempts, neither merged
CVE-2022-4543 KASLR not a boundary against local attackers
CVE-2023-3397 JFS txEnd UAF, no fix merged
CVE-2023-6238 NVMe fix applied then reverted
CVE-2023-6240 RSA timing oracle, fixed only in RHEL
Once these are settled I can prepare the wrynose and scarthgap backports.
[1] https://lore.kernel.org/openembedded-core/8bf8e31c06972ab4bfed61083d8d8c57e6c48d9e.camel@pbarker.dev/
v2: https://lore.kernel.org/openembedded-core/20260803084827.1348810-1-junjie.cao@linux.dev/
Junjie Cao (9):
cve-exclusions: set status for CVE-2019-14899
cve-exclusions: set status for CVE-2021-3714
cve-exclusions: set status for CVE-2021-3864
cve-exclusions: set status for CVE-2022-0400
cve-exclusions: set status for CVE-2022-1247
cve-exclusions: set status for CVE-2022-4543
cve-exclusions: set status for CVE-2023-3397
cve-exclusions: set status for CVE-2023-6238
cve-exclusions: set status for CVE-2023-6240
meta/recipes-kernel/linux/cve-exclusion.inc | 67 +++++++++++++++++++++
1 file changed, 67 insertions(+)
--
2.43.0
next reply other threads:[~2026-08-12 5:30 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-08-12 7:28 Junjie Cao [this message]
2026-08-12 7:28 ` [OE-core][PATCH v3 1/9] cve-exclusions: set status for CVE-2019-14899 Junjie Cao
2026-08-12 7:28 ` [OE-core][PATCH v3 2/9] cve-exclusions: set status for CVE-2021-3714 Junjie Cao
2026-08-12 7:28 ` [OE-core][PATCH v3 3/9] cve-exclusions: set status for CVE-2021-3864 Junjie Cao
2026-08-12 7:28 ` [OE-core][PATCH v3 4/9] cve-exclusions: set status for CVE-2022-0400 Junjie Cao
2026-08-12 7:28 ` [OE-core][PATCH v3 5/9] cve-exclusions: set status for CVE-2022-1247 Junjie Cao
2026-08-12 7:28 ` [OE-core][PATCH v3 6/9] cve-exclusions: set status for CVE-2022-4543 Junjie Cao
2026-08-12 7:28 ` [OE-core][PATCH v3 7/9] cve-exclusions: set status for CVE-2023-3397 Junjie Cao
2026-08-12 7:28 ` [OE-core][PATCH v3 8/9] cve-exclusions: set status for CVE-2023-6238 Junjie Cao
2026-08-12 7:28 ` [OE-core][PATCH v3 9/9] cve-exclusions: set status for CVE-2023-6240 Junjie Cao
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=20260812072842.1176341-1-junjie.cao@linux.dev \
--to=junjie.cao@linux.dev \
--cc=openembedded-core@lists.openembedded.org \
--cc=paul@pbarker.dev \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.