CVE-2026-43284

(★ 18)

CVE-2026-43284

File Explorer

  • CVE-2026-43284.c
  • README.md

# Use via CDN

jsDelivr

jsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.

Command Glossary

Commands referenced in this DOCs, explained below.

🔍

rmmod

View Details ▼

Remove modules from the Linux kernel.
See also: `kmod`.

sudo rmmod {{module_name}}

Remove a module from the kernel:

sudo rmmod --verbose {{module_name}}

Remove a module from the kernel and display verbose information:

sudo rmmod --syslog {{module_name}}

Remove a module from the kernel and send errors to syslog instead of `stderr`:

// repository documentation