📧 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 data_breach Pharmaceutical HIGH 1h Global vulnerability Technology, Artificial Intelligence CRITICAL 1h Global vulnerability Information Technology CRITICAL 1h Global phishing Gaming and Entertainment HIGH 2h Global vulnerability Information Technology CRITICAL 2h Global phishing Law Enforcement, Cybercrime HIGH 2h Global vulnerability Artificial Intelligence MEDIUM 2h Global vulnerability Government CRITICAL 3h Global data_breach Government HIGH 4h Global vulnerability Enterprise Software / ERP Systems CRITICAL 4h Global data_breach Pharmaceutical HIGH 1h Global vulnerability Technology, Artificial Intelligence CRITICAL 1h Global vulnerability Information Technology CRITICAL 1h Global phishing Gaming and Entertainment HIGH 2h Global vulnerability Information Technology CRITICAL 2h Global phishing Law Enforcement, Cybercrime HIGH 2h Global vulnerability Artificial Intelligence MEDIUM 2h Global vulnerability Government CRITICAL 3h Global data_breach Government HIGH 4h Global vulnerability Enterprise Software / ERP Systems CRITICAL 4h Global data_breach Pharmaceutical HIGH 1h Global vulnerability Technology, Artificial Intelligence CRITICAL 1h Global vulnerability Information Technology CRITICAL 1h Global phishing Gaming and Entertainment HIGH 2h Global vulnerability Information Technology CRITICAL 2h Global phishing Law Enforcement, Cybercrime HIGH 2h Global vulnerability Artificial Intelligence MEDIUM 2h Global vulnerability Government CRITICAL 3h Global data_breach Government HIGH 4h Global vulnerability Enterprise Software / ERP Systems CRITICAL 4h
Vulnerabilities

CVE-2026-43138

High
CWE-416 — 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:

reset: gpio: suppress bind attributes in sysfs

This is a special device that's created dynamically and is supposed to
stay in memory forever. We also currently don't have a devlink between
it and the actual reset consumer. Suppress sysfs bind attributes so that
user-space can't unbind the device because - as of now - it will cause a
use-after-free splat from any user that puts the reset control handle.

🤖 AI Executive Summary

CVE-2026-43138 is a use-after-free vulnerability in the Linux kernel's GPIO reset driver that occurs when user-space unbinds dynamically created reset devices via sysfs. With a CVSS score of 7.8, this vulnerability could allow local attackers to trigger kernel crashes or potentially execute arbitrary code. The vulnerability affects Linux systems where GPIO reset controls are utilized, particularly in embedded and IoT deployments common in Saudi infrastructure.

📄 Description (Arabic)

🤖 AI Intelligence Analysis Analyzed: May 13, 2026 02:34
🇸🇦 Saudi Arabia Impact Assessment
This vulnerability poses significant risk to Saudi organizations operating embedded Linux systems and IoT devices, particularly in: (1) Energy sector (ARAMCO, SEC) — critical infrastructure using GPIO-based reset controls in SCADA/ICS systems; (2) Telecommunications (STC, Mobily, Zain) — network infrastructure and base stations utilizing embedded Linux; (3) Government agencies (NCA, CITC) — critical systems and smart city initiatives; (4) Healthcare — medical devices and hospital infrastructure running embedded Linux; (5) Banking/Financial institutions — ATMs and payment processing systems. Local privilege escalation could compromise system integrity and availability.
🏢 Affected Saudi Sectors
Energy (ARAMCO, SEC) Telecommunications (STC, Mobily, Zain) Government (NCA, CITC) Healthcare Banking/Financial Services Critical Infrastructure IoT/Embedded Systems
⚖️ Saudi Risk Score (AI)
7.2
/ 10.0
🔧 Remediation Steps (English)
Immediate Actions:
1. Identify all Linux systems running affected kernel versions in your infrastructure
2. Restrict local user access to sysfs bind/unbind attributes via AppArmor or SELinux policies
3. Disable user-space access to /sys/bus/*/drivers/*/unbind if not required

Patching Guidance:
1. Apply kernel patches that suppress sysfs bind attributes for GPIO reset devices
2. Update to patched kernel versions (specific versions depend on distribution)
3. For RHEL/CentOS: Apply security updates from Red Hat
4. For Ubuntu: Apply updates from Canonical security team
5. For embedded systems: Contact device manufacturer for firmware updates

Compensating Controls (if immediate patching unavailable):
1. Implement strict file system permissions: chmod 000 /sys/bus/platform/drivers/gpio-reset/unbind
2. Use SELinux or AppArmor to prevent user-space unbind operations
3. Monitor sysfs access attempts via auditd: auditctl -w /sys/bus/platform/drivers/ -p wa -k gpio_reset_monitor
4. Restrict local user shell access where possible

Detection Rules:
1. Monitor for sysfs write attempts to unbind paths: grep -r 'unbind' /sys/bus/*/drivers/*/
2. Audit kernel oops/panic logs for use-after-free signatures
3. Alert on: echo '*' > /sys/bus/*/drivers/*/unbind commands
4. Monitor dmesg for: 'use-after-free' and 'gpio' keywords simultaneously
🔧 خطوات المعالجة (العربية)
الإجراءات الفورية:
1. تحديد جميع أنظمة Linux التي تعمل بإصدارات النواة المتأثرة في البنية التحتية الخاصة بك
2. تقييد وصول المستخدمين المحليين إلى سمات ربط/فصل sysfs عبر سياسات AppArmor أو SELinux
3. تعطيل وصول مساحة المستخدم إلى /sys/bus/*/drivers/*/unbind إذا لم تكن مطلوبة

إرشادات التصحيح:
1. تطبيق تصحيحات النواة التي تقمع سمات ربط sysfs لأجهزة إعادة تعيين GPIO
2. التحديث إلى إصدارات النواة المصححة (الإصدارات المحددة تعتمد على التوزيع)
3. لـ RHEL/CentOS: تطبيق التحديثات الأمنية من Red Hat
4. لـ Ubuntu: تطبيق التحديثات من فريق الأمان في Canonical
5. للأنظمة المدمجة: الاتصال بمصنع الجهاز للحصول على تحديثات البرامج الثابتة

الضوابط البديلة (إذا لم يكن التصحيح الفوري متاحاً):
1. تطبيق أذونات نظام الملفات الصارمة: chmod 000 /sys/bus/platform/drivers/gpio-reset/unbind
2. استخدام SELinux أو AppArmor لمنع عمليات فصل مساحة المستخدم
3. مراقبة محاولات وصول sysfs عبر auditd: auditctl -w /sys/bus/platform/drivers/ -p wa -k gpio_reset_monitor
4. تقييد وصول shell للمستخدمين المحليين حيث أمكن

قواعد الكشف:
1. مراقبة محاولات كتابة sysfs إلى مسارات الفصل: grep -r 'unbind' /sys/bus/*/drivers/*/
2. تدقيق سجلات kernel oops/panic للتوقيعات use-after-free
3. التنبيه على: echo '*' > /sys/bus/*/drivers/*/unbind commands
4. مراقبة dmesg للكلمات الرئيسية: 'use-after-free' و 'gpio' معاً
📋 Regulatory Compliance Mapping
🟢 NCA ECC 2024
ECC 2024 A.5.1.1 — Access Control Policies (restrict sysfs unbind access) ECC 2024 A.8.1.1 — User Endpoint Devices (embedded Linux systems) ECC 2024 A.12.6.1 — Management of Technical Vulnerabilities (kernel patching) ECC 2024 A.14.2.1 — System Change Management (kernel updates)
🔵 SAMA CSF
SAMA CSF ID.GV-1 — Organizational Context (critical infrastructure protection) SAMA CSF PR.IP-12 — Software, Firmware, and Information Integrity (kernel patching) SAMA CSF DE.CM-1 — Detection Processes (monitoring sysfs access) SAMA CSF RS.MI-2 — Incident Response (use-after-free detection)
🟡 ISO 27001:2022
ISO 27001:2022 A.5.15 — Access Control (restrict unbind operations) ISO 27001:2022 A.8.2 — Information Security Policies (kernel hardening) ISO 27001:2022 A.12.6.1 — Management of Technical Vulnerabilities ISO 27001:2022 A.14.2.1 — Change Management (patch deployment)
🟣 PCI DSS v4.0.1
PCI DSS 6.2 — Security Patches (kernel updates for payment systems) PCI DSS 7.1 — Access Control (restrict local user privileges) PCI DSS 10.2 — Logging and Monitoring (audit sysfs access)
📦 Affected Products / CPE 3 entries
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-416
EPSS0.02%
Exploit No
Patch ✓ Yes
Published 2026-05-06
Source Feed nvd
🇸🇦 Saudi Risk Score
7.2
/ 10.0 — Saudi Risk
Priority: HIGH
🏷️ Tags
patch-available CWE-416
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.