CVE-2022-48980

7.8 HIGH

📋 TL;DR

This is an out-of-bounds write vulnerability in the Linux kernel's SJA1105/SJA1110 Ethernet switch driver. It allows attackers with local access to potentially corrupt kernel memory, leading to system crashes or arbitrary code execution. Affected systems are those running vulnerable Linux kernel versions with the sja1105 driver loaded.

💻 Affected Systems

Products:
  • Linux kernel
Versions: Kernel versions containing the vulnerable sja1105 driver code before the fix commits
Operating Systems: Linux distributions using affected kernel versions
Default Config Vulnerable: ✅ No
Notes: Only vulnerable when the sja1105 Ethernet switch driver is loaded and used. Systems without SJA1105/SJA1110 hardware or without the driver loaded are not affected.

📦 What is this software?

Linux Kernel by Linux

The Linux Kernel is the core component of the Linux operating system, serving as the critical interface between computer hardware and software processes. As the heart of millions of servers, cloud infrastructure, embedded systems, Android devices, and IoT deployments worldwide, the Linux Kernel mana...

Learn more about Linux Kernel →

Linux Kernel by Linux

The Linux Kernel is the core component of the Linux operating system, serving as the critical interface between computer hardware and software processes. As the heart of millions of servers, cloud infrastructure, embedded systems, Android devices, and IoT deployments worldwide, the Linux Kernel mana...

Learn more about Linux Kernel →

Linux Kernel by Linux

The Linux Kernel is the core component of the Linux operating system, serving as the critical interface between computer hardware and software processes. As the heart of millions of servers, cloud infrastructure, embedded systems, Android devices, and IoT deployments worldwide, the Linux Kernel mana...

Learn more about Linux Kernel →

Linux Kernel by Linux

The Linux Kernel is the core component of the Linux operating system, serving as the critical interface between computer hardware and software processes. As the heart of millions of servers, cloud infrastructure, embedded systems, Android devices, and IoT deployments worldwide, the Linux Kernel mana...

Learn more about Linux Kernel →

Linux Kernel by Linux

The Linux Kernel is the core component of the Linux operating system, serving as the critical interface between computer hardware and software processes. As the heart of millions of servers, cloud infrastructure, embedded systems, Android devices, and IoT deployments worldwide, the Linux Kernel mana...

Learn more about Linux Kernel →

Linux Kernel by Linux

The Linux Kernel is the core component of the Linux operating system, serving as the critical interface between computer hardware and software processes. As the heart of millions of servers, cloud infrastructure, embedded systems, Android devices, and IoT deployments worldwide, the Linux Kernel mana...

Learn more about Linux Kernel →

Linux Kernel by Linux

The Linux Kernel is the core component of the Linux operating system, serving as the critical interface between computer hardware and software processes. As the heart of millions of servers, cloud infrastructure, embedded systems, Android devices, and IoT deployments worldwide, the Linux Kernel mana...

Learn more about Linux Kernel →

Linux Kernel by Linux

The Linux Kernel is the core component of the Linux operating system, serving as the critical interface between computer hardware and software processes. As the heart of millions of servers, cloud infrastructure, embedded systems, Android devices, and IoT deployments worldwide, the Linux Kernel mana...

Learn more about Linux Kernel →

Linux Kernel by Linux

The Linux Kernel is the core component of the Linux operating system, serving as the critical interface between computer hardware and software processes. As the heart of millions of servers, cloud infrastructure, embedded systems, Android devices, and IoT deployments worldwide, the Linux Kernel mana...

Learn more about Linux Kernel →

Linux Kernel by Linux

The Linux Kernel is the core component of the Linux operating system, serving as the critical interface between computer hardware and software processes. As the heart of millions of servers, cloud infrastructure, embedded systems, Android devices, and IoT deployments worldwide, the Linux Kernel mana...

Learn more about Linux Kernel →

⚠️ Risk & Real-World Impact

🔴

Worst Case

Kernel memory corruption leading to arbitrary code execution with kernel privileges, system compromise, or persistent denial of service.

🟠

Likely Case

System crash or kernel panic due to memory corruption, causing denial of service.

🟢

If Mitigated

No impact if kernel hardening features like KASAN detect and prevent the out-of-bounds access.

🌐 Internet-Facing: LOW - Requires local access to trigger the vulnerability.
🏢 Internal Only: MEDIUM - Local attackers or malicious users could exploit this to crash systems or potentially gain elevated privileges.

🎯 Exploit Status

Public PoC: ✅ No
Weaponized: UNKNOWN
Unauthenticated Exploit: ✅ No
Complexity: MEDIUM

Exploitation requires local access and knowledge of driver internals. The vulnerability was discovered through KASAN detection rather than active exploitation.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: Fixed in kernel commits: 147f3e3d84054117ae6b9bf317ec4fda9f991192, 5e88c6f4aaa70c542e59e5a9d2244bcc99cd245d, f8bac7f9fdb0017b32157957ffffd490f95faa07

Vendor Advisory: https://git.kernel.org/stable/c/147f3e3d84054117ae6b9bf317ec4fda9f991192

Restart Required: Yes

Instructions:

1. Update to a kernel version containing the fix commits. 2. Check with your Linux distribution for security updates. 3. Reboot the system after kernel update.

🔧 Temporary Workarounds

Disable sja1105 driver

linux

Prevent loading of the vulnerable driver module

echo 'blacklist sja1105' >> /etc/modprobe.d/blacklist.conf
rmmod sja1105

🧯 If You Can't Patch

  • Ensure kernel hardening features like KASAN are enabled to detect exploitation attempts
  • Restrict local user access to systems using SJA1105/SJA1110 hardware

🔍 How to Verify

Check if Vulnerable:

Check if sja1105 driver is loaded: lsmod | grep sja1105. Check kernel version against affected versions.

Check Version:

uname -r

Verify Fix Applied:

Verify kernel version includes fix commits. Check that sja1105 driver loads without KASAN errors.

📡 Detection & Monitoring

Log Indicators:

  • KASAN error messages in kernel logs
  • Kernel panic or oops messages related to sja1105 driver

Network Indicators:

  • None - local vulnerability only

SIEM Query:

Search for: 'KASAN: slab-out-of-bounds' AND 'sja1105' in kernel logs

🔗 References

📤 Share & Export