CVE-2022-49339

Source
https://nvd.nist.gov/vuln/detail/CVE-2022-49339
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2022-49339.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2022-49339
Downstream
Related
Published
2025-02-26T02:10:56.704Z
Modified
2025-11-28T02:35:11.983305Z
Summary
net: ipv6: unexport __init-annotated seg6_hmac_init()
Details

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

net: ipv6: unexport _init-annotated seg6hmac_init()

EXPORTSYMBOL and _init is a bad combination because the .init.text section is freed up after the initialization. Hence, modules cannot use symbols annotated __init. The access to a freed symbol may end up with kernel panic.

modpost used to detect it, but it has been broken for a decade.

Recently, I fixed modpost so it started to warn it again, then this showed up in linux-next builds.

There are two ways to fix it:

  • Remove __init
  • Remove EXPORT_SYMBOL

I chose the latter for this case because the caller (net/ipv6/seg6.c) and the callee (net/ipv6/seg6_hmac.c) belong to the same module. It seems an internal function call in ipv6.ko.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2022/49xxx/CVE-2022-49339.json"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
bf355b8d2c30a289232042cacc1cfaea4923936c
Fixed
64aef8efe96c1616142c4476a05731306fc4494e
Fixed
ab8b2c2de273ec1d698a18e399896a6febb5cda0
Fixed
317260b3eb6384a05a8af212308fa50f3b2e8290
Fixed
5d9c1b081ad28c852a97e10dd75412546497694a
Fixed
1084716f76c8045eadf92a9d9a62641f3c8d8c90
Fixed
3e6de5037148c5a93a436b1e8d2edad3dac11755
Fixed
9ba4416b831eeb4d185e88e73488d1d21288e63a
Fixed
5801f064e35181c71857a80ff18af4dbec3c5f5c

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
4.10.0
Fixed
4.14.283
Type
ECOSYSTEM
Events
Introduced
4.15.0
Fixed
4.19.247
Type
ECOSYSTEM
Events
Introduced
4.20.0
Fixed
5.4.198
Type
ECOSYSTEM
Events
Introduced
5.5.0
Fixed
5.10.122
Type
ECOSYSTEM
Events
Introduced
5.11.0
Fixed
5.15.47
Type
ECOSYSTEM
Events
Introduced
5.16.0
Fixed
5.17.15
Type
ECOSYSTEM
Events
Introduced
5.18.0
Fixed
5.18.4