Goal Reached Thanks to every supporter — we hit 100%!

Goal: 1000 CNY · Raised: 1336 CNY

100%

CVE-2025-71102— scs: fix a wrong parameter in __scs_magic

AI Predicted 5.5 Difficulty: Moderate EPSS 0.12% · P2

Possible ATT&CK Techniques 1AI

T1003 · OS Credential Dumping

Affected Version Matrix 16

VendorProductVersion RangeStatus
LinuxLinux5bbaf9d1fcb9be696ee9a61636ab6803556c70f2< 1727e8bd69103a68963a5613a0ddb6d8d37df5d3affected
5bbaf9d1fcb9be696ee9a61636ab6803556c70f2< cfdf6250b63b953b1d8e60814c8ca96c6f9d1c8caffected
5bbaf9d1fcb9be696ee9a61636ab6803556c70f2< 57ba40b001be27786d0570dd292289df748b306baffected
5bbaf9d1fcb9be696ee9a61636ab6803556c70f2< 062774439d442882b44f5eab8c256ad3423ef284affected
5bbaf9d1fcb9be696ee9a61636ab6803556c70f2< 9ef28943471a16e4f9646bc3e8e2de148e7d8d7baffected
5bbaf9d1fcb9be696ee9a61636ab6803556c70f2< a19fb3611e4c06624fc0f83ef19f4fb8d57d4751affected
5bbaf9d1fcb9be696ee9a61636ab6803556c70f2< 08bd4c46d5e63b78e77f2605283874bbe868ab19affected
5.8affected
… +8 more rows
Get alerts for future matching vulnerabilitiesLog in to subscribe

I. Basic Information for CVE-2025-71102

Vulnerability Information

Have questions about the vulnerability? See if Shenlong's analysis helps!
View Shenlong Deep Dive ↗

Although we use advanced large model technology, its output may still contain inaccurate or outdated information.Shenlong tries to ensure data accuracy, but please verify and judge based on the actual situation.

Vulnerability Title
scs: fix a wrong parameter in __scs_magic
Source: CVE Program / CVE List V5
Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: scs: fix a wrong parameter in __scs_magic __scs_magic() needs a 'void *' variable, but a 'struct task_struct *' is given. 'task_scs(tsk)' is the starting address of the task's shadow call stack, and '__scs_magic(task_scs(tsk))' is the end address of the task's shadow call stack. Here should be '__scs_magic(task_scs(tsk))'. The user-visible effect of this bug is that when CONFIG_DEBUG_STACK_USAGE is enabled, the shadow call stack usage checking function (scs_check_usage) would scan an incorrect memory range. This could lead 1. **Inaccurate stack usage reporting**: The function would calculate wrong usage statistics for the shadow call stack, potentially showing incorrect value in kmsg. 2. **Potential kernel crash**: If the value of __scs_magic(tsk)is greater than that of __scs_magic(task_scs(tsk)), the for loop may access unmapped memory, potentially causing a kernel panic. However, this scenario is unlikely because task_struct is allocated via the slab allocator (which typically returns lower addresses), while the shadow call stack returned by task_scs(tsk) is allocated via vmalloc(which typically returns higher addresses). However, since this is purely a debugging feature (CONFIG_DEBUG_STACK_USAGE), normal production systems should be not unaffected. The bug only impacts developers and testers who are actively debugging stack usage with this configuration enabled.
Source: CVE Program / CVE List V5
CVSS Information
N/A
Source: CVE Program / CVE List V5
Vulnerability Type
N/A
Source: CVE Program / CVE List V5
Vulnerability Title
Linux kernel 安全漏洞
Source: CNNVD (China National Vulnerability Database)
Vulnerability Description
Linux kernel是美国Linux基金会的开源操作系统Linux所使用的内核。 Linux kernel存在安全漏洞,该漏洞源于__scs_magic函数参数错误,可能导致不准确的堆栈使用报告或内核崩溃。
Source: CNNVD (China National Vulnerability Database)
CVSS Information
N/A
Source: CNNVD (China National Vulnerability Database)
Vulnerability Type
N/A
Source: CNNVD (China National Vulnerability Database)

Affected Products

VendorProductAffected VersionsCPESubscribe
LinuxLinux 5bbaf9d1fcb9be696ee9a61636ab6803556c70f2 ~ 1727e8bd69103a68963a5613a0ddb6d8d37df5d3 -
LinuxLinux 5.8 -

II. Public POCs for CVE-2025-71102

#POC DescriptionSource LinkShenlong Link
AI-Generated POCPremium

No public POC found.

Login to generate AI POC

III. Intelligence Information for CVE-2025-71102

登录查看更多情报信息。

Same Patch Batch · Linux · 2026-01-14 · 43 CVEs total

CVE-2025-711169.1 CRITICALlibceph: make decode_pool() more resilient against corrupted osdmaps
CVE-2025-711128.8 HIGHnet: hns3: add VLAN id validation before using
CVE-2025-711307.8 HIGHdrm/i915/gem: Zero-initialize the eb.vma array in i915_gem_do_execbuffer
CVE-2025-711207.5 HIGHSUNRPC: svcauth_gss: avoid NULL deref on zero length gss_token in gss_read_proxy_verf
CVE-2025-711267.5 HIGHmptcp: avoid deadlock on fallback while reinjecting
CVE-2025-711287.5 HIGHerspan: Initialize options_len before referencing options.
CVE-2025-711317.5 HIGHcrypto: seqiv - Do not use req->iv after crypto_aead_encrypt
CVE-2025-711327.5 HIGHsmc91x: fix broken irq-context in PREEMPT_RT
CVE-2025-711277.1 HIGHwifi: mac80211: Discard Beacon frames to non-broadcast address
CVE-2025-711367.1 HIGHmedia: adv7842: Avoid possible out-of-bounds array accesses in adv7842_cp_log_status()
CVE-2025-711097.1 HIGHMIPS: ftrace: Fix memory corruption when kernel is located beyond 32 bits
CVE-2025-71108usb: typec: ucsi: Handle incorrect num_connectors capability
CVE-2025-71111hwmon: (w83791d) Convert macros to functions to avoid TOCTOU
CVE-2025-71105f2fs: use global inline_xattr_slab instead of per-sb slab cache
CVE-2025-71115um: init cpu_tasks[] earlier
CVE-2025-71104KVM: x86: Fix VM hard lockup after prolonged inactivity with periodic HV timer
CVE-2025-71117block: Remove queue freezing from several sysfs store callbacks
CVE-2025-71118ACPICA: Avoid walking the Namespace if start_node is NULL
CVE-2025-71103drm/msm: adreno: fix deferencing ifpc_reglist when not declared
CVE-2025-71106fs: PM: Fix reverse check in filesystems_freeze_callback()

Showing top 20 of 43 CVEs. View all on vendor page &rarr; →

IV. Related Vulnerabilities

V. Comments for CVE-2025-71102

Anonymous User
2026-01-15 06:08:19

Zaproxy alias impedit expedita quisquam pariatur exercitationem. Nemo rerum eveniet dolores rem quia dignissimos.


Leave a comment