📧 info@ciso.sa | 📱 +966550939344 | Riyadh, Kingdom of Saudi Arabia
🔧 Scheduled Maintenance — Saturday 2:00-4:00 AM AST. Some features may be temporarily unavailable.    ●   
💎
Pro Plan 50% Off Unlock all AI features, unlimited reports, and priority support. Upgrade
Search Center
ESC to close
Global general Artificial Intelligence and Software Development LOW 50m Global general Artificial Intelligence and Cybersecurity MEDIUM 1h Global malware Software Development / Technology HIGH 1h Global vulnerability Information Technology HIGH 2h Global data_breach Water Utilities / Critical Infrastructure HIGH 2h Global general Cybersecurity Services HIGH 2h Global data_breach Pharmaceutical HIGH 3h Global vulnerability Technology, Artificial Intelligence CRITICAL 4h Global vulnerability Information Technology CRITICAL 4h Global phishing Gaming and Entertainment HIGH 4h Global general Artificial Intelligence and Software Development LOW 50m Global general Artificial Intelligence and Cybersecurity MEDIUM 1h Global malware Software Development / Technology HIGH 1h Global vulnerability Information Technology HIGH 2h Global data_breach Water Utilities / Critical Infrastructure HIGH 2h Global general Cybersecurity Services HIGH 2h Global data_breach Pharmaceutical HIGH 3h Global vulnerability Technology, Artificial Intelligence CRITICAL 4h Global vulnerability Information Technology CRITICAL 4h Global phishing Gaming and Entertainment HIGH 4h Global general Artificial Intelligence and Software Development LOW 50m Global general Artificial Intelligence and Cybersecurity MEDIUM 1h Global malware Software Development / Technology HIGH 1h Global vulnerability Information Technology HIGH 2h Global data_breach Water Utilities / Critical Infrastructure HIGH 2h Global general Cybersecurity Services HIGH 2h Global data_breach Pharmaceutical HIGH 3h Global vulnerability Technology, Artificial Intelligence CRITICAL 4h Global vulnerability Information Technology CRITICAL 4h Global phishing Gaming and Entertainment HIGH 4h
Vulnerabilities

CVE-2026-43196

High
CWE-415 — Weakness Type
Published: May 6, 2026  ·  Modified: May 13, 2026  ·  Source: NVD
CVSS v3
7.8
🔗 NVD Official
📄 Description (English)

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

soc: ti: pruss: Fix double free in pruss_clk_mux_setup()

In the pruss_clk_mux_setup(), the devm_add_action_or_reset() indirectly
calls pruss_of_free_clk_provider(), which calls of_node_put(clk_mux_np)
on the error path. However, after the devm_add_action_or_reset()
returns, the of_node_put(clk_mux_np) is called again, causing a double
free.

Fix by returning directly, to avoid the duplicate of_node_put().

🤖 AI Executive Summary

CVE-2026-43196 is a double-free vulnerability in the Linux kernel's TI PRUSS (Programmable Real-Time Unit SubSystem) driver affecting the pruss_clk_mux_setup() function. The vulnerability occurs when devm_add_action_or_reset() indirectly triggers pruss_of_free_clk_provider(), which frees a clock node pointer, followed by a duplicate free operation. While no public exploits are available, this memory corruption vulnerability could lead to kernel crashes or potential privilege escalation on affected systems.

📄 Description (Arabic)

🤖 AI Intelligence Analysis Analyzed: May 12, 2026 01:37
🇸🇦 Saudi Arabia Impact Assessment
This vulnerability primarily affects Saudi organizations running embedded Linux systems and IoT devices utilizing TI PRUSS hardware, particularly in: Energy sector (ARAMCO's industrial control systems and SCADA networks), Government infrastructure (critical systems running embedded Linux), Telecommunications (STC and other operators' network equipment), and Manufacturing/Industrial sectors. The double-free vulnerability could cause denial of service through kernel panics or enable privilege escalation on affected embedded systems managing critical infrastructure.
🏢 Affected Saudi Sectors
Energy (ARAMCO, oil & gas operations) Government (critical infrastructure) Telecommunications (STC, Zain, Mobily) Manufacturing and Industrial Control Systems Healthcare (embedded medical devices) Transportation and Logistics
⚖️ Saudi Risk Score (AI)
6.8
/ 10.0
🔧 Remediation Steps (English)
Immediate Actions:
1. Identify all systems running Linux kernel versions with TI PRUSS driver enabled (check: grep -r 'CONFIG_TI_PRUSS' /boot/config-*)
2. Audit systems using TI PRUSS hardware in production environments
3. Implement kernel module blacklisting if PRUSS is not required: echo 'blacklist pruss' >> /etc/modprobe.d/blacklist.conf

Patching Guidance:
1. Apply the latest stable Linux kernel patch that includes the fix for CVE-2026-43196
2. For systems unable to immediately patch, disable PRUSS driver if not critical to operations
3. Recompile kernel with updated PRUSS driver code or apply backported patch
4. Test patches in non-production environment before deployment

Compensating Controls:
1. Restrict physical access to systems with PRUSS hardware
2. Implement kernel module signing and secure boot to prevent unauthorized driver loading
3. Monitor system logs for kernel panics and memory corruption errors: journalctl -p err
4. Deploy kernel address space layout randomization (ASLR) and stack canaries

Detection Rules:
1. Monitor for kernel oops/panic messages containing 'pruss' or 'clk_mux'
2. Alert on unexpected kernel module unloading/reloading of pruss driver
3. Track memory allocation failures in PRUSS subsystem using kernel tracing
4. Monitor dmesg for 'double free' or 'use-after-free' warnings
🔧 خطوات المعالجة (العربية)
الإجراءات الفورية:
1. تحديد جميع الأنظمة التي تقوم بتشغيل إصدارات نواة لينكس مع تفعيل برنامج تشغيل TI PRUSS
2. تدقيق الأنظمة التي تستخدم أجهزة TI PRUSS في بيئات الإنتاج
3. تنفيذ إدراج وحدة النواة في القائمة السوداء إذا لم تكن PRUSS مطلوبة

إرشادات التصحيح:
1. تطبيق أحدث تصحيح نواة لينكس المستقر الذي يتضمن الإصلاح
2. للأنظمة غير القادرة على التصحيح الفوري، قم بتعطيل برنامج تشغيل PRUSS
3. إعادة تجميع النواة برمز برنامج التشغيل المحدث أو تطبيق التصحيح المرتجع
4. اختبار التصحيحات في بيئة غير الإنتاج قبل النشر

الضوابط التعويضية:
1. تقييد الوصول المادي إلى الأنظمة التي تحتوي على أجهزة PRUSS
2. تنفيذ توقيع وحدة النواة والإقلاع الآمن
3. مراقبة سجلات النظام للأخطاء والانهيارات
4. نشر تعشوية عنوان مساحة النواة والحماية من تجاوز المكدس

قواعد الكشف:
1. مراقبة رسائل انهيار النواة التي تحتوي على 'pruss'
2. التنبيه على تحميل/إعادة تحميل وحدة النواة غير المتوقعة
3. تتبع فشل تخصيص الذاكرة في نظام PRUSS
4. مراقبة dmesg للتحذيرات المتعلقة بالتحرير المزدوج
📋 Regulatory Compliance Mapping
🟢 NCA ECC 2024
ECC 2024 A.12.6.1 - Management of technical vulnerabilities ECC 2024 A.14.2.1 - Secure development policy ECC 2024 A.12.2.1 - Monitoring and logging of access
🔵 SAMA CSF
ID.RA-1 - Asset management and vulnerability identification PR.PT-2 - System and communications protection DE.CM-1 - Detection and analysis of anomalies
🟡 ISO 27001:2022
A.12.2.1 - Monitoring and logging A.12.6.1 - Management of technical vulnerabilities A.14.2.1 - Secure development policy
📦 Affected Products / CPE 7 entries
linux:linux_kernel
linux:linux_kernel
linux:linux_kernel
linux:linux_kernel
linux:linux_kernel
linux:linux_kernel
linux:linux_kernel
📊 CVSS Score
7.8
/ 10.0 — High
📊 CVSS Vector
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Attack VectorL — Low / Local
Attack ComplexityL — Low / Local
Privileges RequiredL — Low / Local
User InteractionN — None / Network
ScopeU — Unchanged
ConfidentialityH — High
IntegrityH — High
AvailabilityH — High
📋 Quick Facts
Severity High
CVSS Score7.8
CWECWE-415
EPSS0.02%
Exploit No
Patch ✓ Yes
Published 2026-05-06
Source Feed nvd
🇸🇦 Saudi Risk Score
6.8
/ 10.0 — Saudi Risk
Priority: HIGH
🏷️ Tags
patch-available CWE-415
Share this CVE
📣 Found this valuable?
Share it with your cybersecurity network
in LinkedIn 𝕏 X / Twitter 💬 WhatsApp ✈ Telegram
🍪 Privacy Preferences
CISO Consulting — Compliant with Saudi Personal Data Protection Law (PDPL)
We use cookies and similar technologies to provide the best experience on our platform. You can choose which types you accept.
🔒
Essential Always On
Required for the website to function properly. Cannot be disabled.
📋 Sessions, CSRF tokens, authentication, language preferences
📊
Analytics
Help us understand how visitors use the site and improve performance.
📋 Page views, session duration, traffic sources, performance metrics
⚙️
Functional
Enable enhanced features like content personalization and preferences.
📋 Dark/light theme, font size, custom dashboards, saved filters
📣
Marketing
Used to deliver content and ads relevant to your interests.
📋 Campaign tracking, retargeting, social media analytics
Privacy Policy →
CISO AI Assistant
Ask anything · Documents · Support
🔐

Introduce Yourself

Enter your details to access the full assistant

Your info is private and never shared
💬
CyberAssist
Online · responds in seconds
5 / 5
🔐 Verify Your Identity

Enter your email to receive a verification code before submitting a support request.

Enter to send · / for commands 0 / 2000
CISO AI · Powered by Anthropic Claude
✦ Quick Survey Help Us Improve CISO Consulting Your feedback shapes the future of our platform — takes less than 2 minutes.
⚠ Please answer this question to continue

How would you rate your overall experience with our platform?

Rate from 1 (poor) to 5 (excellent)

🎉
Thank you!
Your response has been recorded.