Rankiteo Logo
Rankiteo
Leader in Cyber Underwriting
Loading...
NEWRankiteo Cyber Underwriting Desktop - Score, price, and bind from your desktop
WindowsmacOSLinux
Download
Canonical

Canonical Vendor Cyber Rating & Cyber Score

canonical.com

We deliver open source to the world faster, more securely and more cost effectively than any other company. We're also the publishers of Ubuntu, the world’s most popular enterprise Linux from cloud to edge, together with a passionate global community of 200,000+ contributors. Ubuntu means 'humanity to others'​. We chose it because it embodies the generosity at the heart of open source, the new normal for platforms and innovation. Together with a community of 200,000, we publish an operating system that runs from the tiny connected devices up to the world's biggest mainframes, the platform that everybody uses on the public cloud, and the workstation experience of the world's most productive developers. Secure and reliable, elegant and


Canonical A.I CyberSecurity Scoring

Canonical
Company Information
Website:http://www.canonical.com/
Employees number:1,911
Number of followers:732,822
NAICS:5112
Industry Type:Software Development
Homepage:canonical.com
Canonical Risk Score (AI oriented)
Between 700 and 749
logo
CanonicalSoftware Development
Updated:
22/07/2026
720/1000
Moderate
Ba
AaaAaABaaBaBCaaCaC
Powered by our proprietary A.I cyber incident model
Insurance prefers TPRM score to calculate premium
Canonical Global Score (TPRM)
xxxx
logo
CanonicalSoftware Development
•••
Score locked
Instant access to detailed risk factors
Vulnerabilities
Benchmark vs. industry & size peers
Findings

Canonical
CanonicalModerate
Current Score
720Ba (MODERATE)
01000
12 incidents
-6.22 avg impact
Incident timeline with MITRE ATT&CK tactics, techniques, and mitigations.
AUGUST 2026
721Before Incident
JULY 2026
724Before Incident
Vulnerability
10 Jul 2026Canonical
Ubuntu and Linux Kernel: Linux FUSE Vulnerability Allows Unprivileged Users to Pop a Root Shell

Critical Linux Kernel Flaw (CVE-2026-31694) Enables Local Privilege Escalation to Root

719After Incident
CRITICAL-5
CAN1783693822
Critical Linux Kernel Flaw (CVE-2026-31694) Enables Local Privilege Escalation to Root A newly disclosed vulnerability in the Linux kernel’s FUSE (Filesystem in Userspace) subsystem, tracked as CVE-2026-31694, allows unprivileged local attackers to escalate privileges to root by corrupting the page cache and hijacking the execution of SUID binaries, such as `/usr/bin/su` on Ubuntu 26.04. The flaw resides in the `fuse_add_dirent_to_cache()` function in `fs/fuse/readdir.c`, where the kernel copies FUSE directory entries into the page cache when the `FOPEN_CACHE_DIR` flag is enabled. The vulnerability stems from insufficient bounds checking: while the `namelen` field in `struct fuse_dirent` is capped at 4,095 bytes, the resulting serialized record size (4,120 bytes) exceeds the standard 4 KiB page size on x86_64 systems. The kernel fails to verify whether the record itself exceeds `PAGE_SIZE`, leading to a 24-byte heap overflow when copying data into a new page. Exploitation requires an attacker to mount a FUSE filesystem either via unprivileged user namespaces or `fusermount3` and return an oversized directory entry. By triggering `getdents64()` on the crafted directory, the attacker can manipulate memory allocations to position the overflowed page immediately before the `.init` section of a SUID binary like `/usr/bin/su`. The 24-byte overflow then overwrites the binary’s initial instructions with shellcode that calls `setuid(0)` and `setgid(0)`, granting root access without authentication. Affected Systems & Exploitation Requirements - Vulnerable Kernels: Linux v6.16-rc1 and later (practical exploitation begins after commit `dabb90391028`, which increased the FUSE readdir buffer size). - Architectures: Only systems with 4 KiB page sizes (e.g., x86_64) are affected; larger page sizes (e.g., 64 KiB) are immune. - Attack Prerequisites: The attacker must have local access and the ability to mount FUSE filesystems, either through unprivileged user namespaces or `fusermount3`. Patch & Mitigations Upstream developers addressed the flaw with a patch (commit `51a8de6c50bf947c8f534cd73da4c8f0a13e7bed`) that prevents caching of directory entries exceeding `PAGE_SIZE`. Administrators are advised to deploy kernel updates incorporating this fix. Additional hardening measures include: - Removing the setuid bit from `fusermount3` where unnecessary. - Restricting or disabling unprivileged user namespaces to reduce attack surface. The vulnerability highlights how small, deterministic overflows in kernel subsystems when combined with precise page-cache manipulation can enable reliable root exploits.
INCIDENT DETAILS -
TYPE
Privilege Escalation
IMPACT
Systems Affected: Linux systems with kernel v6.16-rc1 and later (x86_64, 4 KiB page size)Operational Impact: Unauthorized root access, potential system compromise
JULY 2026
727Before Incident
Vulnerability
01 Jul 2026Canonical
Canonical: New Ubuntu Desktop Vulnerability Turns Local Access Into Root Control

High-Severity Ubuntu Snap Vulnerability Grants Root Access to Local Attackers

723After Incident
CRITICAL-4
CAN1784723288
High-Severity Ubuntu Snap Vulnerability Grants Root Access to Local Attackers Researchers at Qualys have uncovered a critical vulnerability (CVE-2026-8933) in Ubuntu’s snap-confine component, allowing unprivileged local users to escalate privileges and gain full root access on affected systems. The flaw stems from a race condition in the sandbox setup process, introduced after a security hardening change replaced snap-confine’s setuid-root model with a Linux capabilities-based approach. The vulnerability exploits a brief window during temporary file handling, where an attacker can manipulate file permissions before ownership is transferred to root. By mounting a malicious FUSE filesystem and redirecting file operations via symbolic links, an attacker can inject malicious rules into /run/udev/rules.d/, triggering systemd-udevd to execute commands with root privileges. Successful exploitation grants complete administrative control, enabling file modifications, account creation, security setting changes, and software installation. The issue affects default installations of Ubuntu Desktop 24.04, 25.10, and 26.04, as well as supported LTS releases (22.04, 24.04, and 26.04). Ubuntu 25.10, which reached end-of-support in July 2026, remains vulnerable unless upgraded. Canonical has released patched snapd versions (2.76+ubuntu26.04.3, 2.76+ubuntu24.04.1, and 2.76+ubuntu22.04.1) to mitigate the flaw. While exploitation requires local access via compromised credentials, malicious applications, or other vulnerabilities security experts warn that the flaw poses a significant risk for attackers seeking to escalate privileges from an initial foothold. Organizations are advised to update affected systems and verify snapd versions to prevent exploitation.
INCIDENT DETAILS -
TYPE
Privilege Escalation
IMPACT
Systems Affected: Ubuntu Desktop 24.04, 25.10, 26.04, and LTS releases (22.04, 24.04, 26.04)Operational Impact: Complete administrative control, enabling file modifications, account creation, security setting changes, and software installation
JUNE 2026
731Before Incident
Vulnerability
16 Jun 2026Canonical
Debian and Ubuntu: New Critical Linux Vulnerability Enables Root Privilege Escalation

New Linux Kernel Vulnerability 'pedit COW' Enables Stealthy Root Access via Memory Corruption

727After Incident
CRITICAL-4
DEBCAN1782614110
New Linux Kernel Vulnerability "pedit COW" Enables Stealthy Root Access via Memory Corruption A critical Linux kernel vulnerability, tracked as CVE-2026-46331 and dubbed pedit COW, allows attackers to escalate privileges to root by silently corrupting cached system binaries in memory without altering files on disk. Disclosed in June 2026, the flaw has quickly become one of the most closely monitored local privilege escalation threats of the year, with a working proof-of-concept exploit released within 24 hours of public disclosure. The vulnerability resides in the Linux kernel’s traffic control (tc) subsystem, specifically the pedit (packet editor) module, which enables administrators to modify packet headers in transit. The issue stems from a memory corruption bug in the `tcf_pedit_act()` function, where a miscalculation in writable memory ranges allows attackers to bypass copy-on-write (COW) protections. Instead of writing to isolated memory, malicious modifications spill into shared page-cache memory, enabling the corruption of cached privileged binaries (e.g., `/bin/su`) while leaving the original files untouched. This stealthy attack method evades traditional file integrity monitoring (FIM) tools, as checksums and disk-based scans fail to detect tampering. Once exploited, the compromised cached binary grants root access, though flushing the page cache removes the corrupted image without terminating any already-established malicious processes. ### Exploitation and Impact The flaw requires two key conditions for successful exploitation: 1. The act_pedit kernel module must be available or loadable. 2. The system must permit unprivileged user namespaces, granting attackers `CAP_NET_ADMIN` privileges within a namespace. These prerequisites are common in containerized environments, rootless runtimes, and shared Linux infrastructure, making systems like Red Hat Enterprise Linux 10, Debian 13 (Trixie), and Ubuntu 24.04 (under certain AppArmor configurations) particularly vulnerable. Ubuntu 26.04’s default AppArmor restrictions block the exploit path, though the underlying kernel flaw remains unpatched until updated. ### Vendor Response and Mitigations Major Linux distributions, including Red Hat, Debian, and Ubuntu, have released security advisories and patches. Red Hat classified the issue as Important, affecting RHEL 8, 9, and 10, while Debian and Ubuntu issued updates for supported releases. The vulnerability has also been added to the National Vulnerability Database (NVD). Temporary mitigations include: - Disabling the act_pedit module on systems not using packet-editing rules. - Restricting unprivileged user namespaces, though this may disrupt containerized workloads. ### Broader Implications pedit COW joins a growing family of Linux page-cache corruption vulnerabilities, including Dirty COW (CVE-2016-5195) and Dirty Pipe, which exploit flaws in memory management to escalate privileges. The rapid weaponization of this flaw underscores the challenge of kernel patch transparency, where routine fixes can inadvertently reveal exploitable conditions before organizations deploy updates. Systems with multi-user access, Kubernetes clusters, CI/CD pipelines, and cloud infrastructure are at heightened risk, as the vulnerability enables full system compromise from a standard user account. Defenders are advised to prioritize kernel updates and monitor upstream patches to reduce exposure before exploits proliferate.
INCIDENT DETAILS -
TYPE
Privilege Escalation
IMPACT
Systems Affected: Linux systems with act_pedit module and unprivileged user namespaces enabledOperational Impact: Full system compromise from a standard user account
MAY 2026
734Before Incident
Vulnerability
19 May 2026Canonical
Debian, Linux and Ubuntu: New DirtyClone Linux Vulnerability Allows Attackers to Gain Root Access Via Cloned Packets

DirtyClone: Linux Kernel Vulnerability Enables Root Access Without a Trace

730After Incident
CRITICAL-4
DEBTHECAN1782498459
New Linux Kernel Vulnerability "DirtyClone" Enables Root Access Without a Trace A critical local privilege escalation flaw in the Linux kernel, dubbed DirtyClone (CVE-2026-43503), has been disclosed, allowing unprivileged users to gain full root access by exploiting the XFRM/IPsec subsystem. The vulnerability, discovered by JFrog Security Research during an audit of prior DirtyFrag fixes, carries a CVSS score of 8.8 and enables attacks without leaving logs or audit trails. DirtyClone is part of the DirtyFrag vulnerability family, which exploits improper handling of socket buffers (skb) and shared page-cache memory. The flaw stems from the `__pskb_copy_fclone()` function, which drops the `SKBFL_SHARED_FRAG` safety flag a mitigation introduced in earlier patches during packet cloning. Unlike its predecessors, DirtyClone leverages the netfilter TEE target to trigger the exploit via packet duplication. The attack involves seven steps, including mapping a privileged binary (e.g., `/usr/bin/su`) into page cache, splicing it into a UDP socket buffer, and manipulating IPsec decryption to overwrite the binary’s in-memory copy. The disk file remains unaltered, evading file-integrity monitoring. Affected systems include most modern Linux distributions where unprivileged user namespaces are enabled, such as Debian, Fedora, and Ubuntu (partially mitigated in 24.04+). Cloud and container environments with user namespaces are at heightened risk. The vulnerability was patched in Linux v7.1-rc5 (May 24, 2026), with a fix ensuring the `SKBFL_SHARED_FRAG` flag is preserved across all skb operations. No public proof-of-concept (PoC) exists, as JFrog has withheld exploit code during patch rollouts.
INCIDENT DETAILS -
TYPE
Local Privilege Escalation
IMPACT
Systems Affected: Linux systems with unprivileged user namespaces enabledOperational Impact: Full root access compromise, potential for undetected system takeover
MAY 2026
738Before Incident
Vulnerability
07 May 2026Canonical
openSUSE, CentOS, AlmaLinux, Ubuntu and Fedora: Dirty Frag Linux Vulnerability Let Attackers Gain Root Privileges – PoC Released

Dirty Frag: New Linux Kernel LPE Vulnerability Grants Root Access Across Major Distros

738After Incident
CRITICAL0
TUXOPEFEDTHEUBU1778214411
Dirty Frag: New Linux Kernel LPE Vulnerability Grants Root Access Across Major Distros A newly disclosed Linux kernel vulnerability, dubbed Dirty Frag, enables local privilege escalation (LPE) by chaining two page-cache write flaws xfrm-ESP Page-Cache Write and RxRPC Page-Cache Write to achieve root access on nearly all major Linux distributions. The exploit, publicly released on May 7, 2026, following an embargo break, leverages a deterministic logic flaw rather than race conditions, ensuring a high success rate without kernel panics. Discovered by security researcher Hyunwoo Kim (@v4bel), Dirty Frag exploits the kernel’s zero-copy send path, where `splice()` inserts a reference to a read-only page cache (e.g., `/etc/passwd` or `/usr/bin/su`) into the `frag` slot of a sender-side `sk_buff`. Receiver-side cryptographic operations then modify the page cache in-place, corrupting files even for unprivileged users. ### Exploit Mechanics 1. xfrm-ESP Variant: - Targets `esp_input()` in the IPsec ESP receive path, skipping buffer allocation checks (`skb_cow_data()`) for non-linear `skb`s. - Attackers use `XFRMA_REPLAY_ESN_VAL` to overwrite arbitrary bytes (e.g., `/usr/bin/su`) with a root-shell ELF, requiring user namespace creation (`unshare(CLONE_NEWUSER)`), which is blocked on some Ubuntu systems via AppArmor. 2. RxRPC Variant: - Exploits `rxkad_verify_packet_1()` to perform in-place decryption on the first 8 bytes of an RxRPC payload. - Attackers brute-force a session key to manipulate plaintext (e.g., emptying `/etc/passwd`’s password field), bypassing PAM authentication. This variant does not require namespace privileges but relies on the `rxrpc.ko` module, absent by default on RHEL but present on Ubuntu. Chaining both exploits ensures root access across distributions, with the PoC first attempting the ESP path before falling back to RxRPC if `unshare` fails. ### Affected Systems The vulnerabilities span nine years, with the ESP flaw introduced in January 2017 (commit `cac2661c53f3`) and the RxRPC flaw in June 2023 (commit `2dc334f1a63a`). Confirmed affected distributions include: - Ubuntu 24.04.4 (kernel 6.17.0-23) - RHEL 10.1 (kernel 6.12.0-124.49.1) - openSUSE Tumbleweed (kernel 7.0.2-1) - CentOS Stream 10, AlmaLinux 10, Fedora 44 ### Patches & Mitigation - The ESP patch, using `SKBFL_SHARED_FRAG` to enforce buffer isolation, was merged into the netdev tree on May 7, 2026. - The RxRPC patch remains unmerged upstream. - No CVEs have been assigned due to the premature embargo break. - Temporary mitigation involves blacklisting the affected modules (`esp4`, `esp6`, `rxrpc`) via: ```bash sh -c "printf 'install esp4 /bin/false\ninstall esp6 /bin/false\ninstall rxrpc /bin/false\n' > /etc/modprobe.d/dirtyfrag.conf; rmmod esp4 esp6 rxrpc 2>/dev/null; true" ``` This disrupts IPsec and RxRPC functionality, requiring careful evaluation for systems reliant on VPNs. The full technical write-up and PoC are available on the researcher’s GitHub repository.
INCIDENT DETAILS -
TYPE
Local Privilege Escalation (LPE)
IMPACT
Systems Affected: Root access compromise on affected Linux distributionsOperational Impact: Potential unauthorized root access, system compromise, and data manipulation
DATA BREACH
/etc/passwd/usr/bin/su
MAY 2026
756Before Incident
Cyber Attack
01 May 2026Canonical
Canonical: Ubuntu Website and Canonical Web Services Hit by DDoS Attack

Ubuntu Infrastructure Hit by Major DDoS Attack, Disrupting Global Open-Source Services

738After Incident
CRITICAL-18
CAN1777638222
Ubuntu Infrastructure Hit by Major DDoS Attack, Disrupting Global Open-Source Services Canonical, the company behind the Ubuntu Linux distribution, is facing widespread service outages following a large-scale Distributed Denial-of-Service (DDoS) attack. The hacktivist group The Islamic Cyber Resistance in Iraq – 313 Team has claimed responsibility for the assault, which has taken down critical Ubuntu web services and developer infrastructure. Affected Services and Impact The attack has disrupted over a dozen key domains and services, including: - Primary websites: `ubuntu.com`, `canonical.com`, `security.ubuntu.com`, `archive.ubuntu.com` - Developer and security resources: `developer.ubuntu.com`, `blog.ubuntu.com`, `portal.canonical.com` - Security APIs: Ubuntu Security API (CVEs and Notices), relied upon by system administrators and automated patching tools - Cloud and automation platforms: `jaas.ai`, `maas.io`, `academy.canonical.com` The outage of `archive.ubuntu.com` has hindered package installations and system updates, while the disruption of security APIs may delay vulnerability patching for organizations dependent on Ubuntu’s real-time advisories. Attack Details and Response The incident was first flagged by threat intelligence account Vecert Analyzer on X (formerly Twitter), describing it as a "massive attack against open-source infrastructure." The 313 Team, known for politically motivated cyberattacks, has previously targeted Western and tech-related entities. While DDoS attacks do not involve data breaches or system compromise, the sustained disruption poses significant operational challenges for developers, enterprises, and cloud providers using Ubuntu. Canonical has acknowledged the outages via its status page and official X account but has not yet issued a formal statement attributing the incident to the DDoS campaign. As of May 1, 2026, services remain disrupted, with no estimated time for restoration. Security teams are advised to use alternative sources like the NVD or OSV for vulnerability data until full recovery.
INCIDENT DETAILS -
TYPE
DDoS
MOTIVATION
Politically motivated (hacktivism)
IMPACT
Systems Affected: Ubuntu web services, developer infrastructure, security APIs, cloud and automation platformsDowntime: Ongoing as of May 1, 2026Operational Impact: Disrupted package installations, system updates, and vulnerability patching for organizations dependent on Ubuntu’s real-time advisoriesBrand Reputation Impact: Potential negative impact due to prolonged service disruption
APRIL 2026
756Before Incident
MARCH 2026
764Before Incident
Vulnerability
18 Mar 2026Canonical
Ubuntu: Cyber Security News ®’s Post

Ubuntu Desktop Flaw (CVE-2026-3888) Grants Root Access via Default System Components

755After Incident
CRITICAL-9
CAN1773822577
Ubuntu Desktop Flaw (CVE-2026-3888) Grants Root Access via Default System Components A critical local privilege escalation (LPE) vulnerability, tracked as CVE-2026-3888, has been discovered in default installations of Ubuntu Desktop 24.04 and later, allowing unprivileged local attackers to gain full root access. The flaw stems from an unintended interaction between two native Ubuntu daemons snap-confine (part of the Snap package manager) and systemd-tmpfiles rather than a traditional malicious exploit. The issue arises when systemd-tmpfiles automatically clears a Snap’s private `/tmp` directory after 10–30 days of uptime. An attacker can exploit this by strategically recreating the directory, hijacking the execution environment and escalating privileges. Since both components are deeply embedded in Ubuntu’s default setup, the vulnerability poses a significant risk to unpatched systems. Ubuntu has released patches (USN-8102-1) to address the flaw, urging users to update affected LTS machines. The incident highlights a growing trend in privilege escalation attacks, where trusted system components rather than individual binaries create unexpected security gaps. The discovery also raises concerns about potential risks in other Ubuntu-based distributions relying on similar default configurations.
INCIDENT DETAILS -
TYPE
Local Privilege Escalation (LPE)
IMPACT
Systems Affected: Ubuntu Desktop 24.04 and laterOperational Impact: Privilege escalation to root accessBrand Reputation Impact: Potential reputational damage to Ubuntu
Vulnerability
18 Mar 2026Canonical
GNU: Critical Telnetd Vulnerability Enables Remote Code Execution Attacks

Critical Telnetd Vulnerability (CVE-2026-32746) Exposes Legacy Systems to Remote Code Execution

755After Incident
CRITICAL-9
GNU1773836738
Critical Telnetd Vulnerability (CVE-2026-32746) Exposes Legacy Systems to Remote Code Execution A severe buffer overflow vulnerability (CVE-2026-32746) has been identified in the GNU InetUtils telnetd daemon, allowing unauthenticated attackers to execute arbitrary code with root privileges. The flaw, rated 9.8 (CVSS 3.1), was discovered by Dream Security Labs and affects all versions of the software up to 2.7. The vulnerability stems from improper handling of LINEMODE SLC (Set Local Characters) option negotiation during the initial connection handshake. By sending a maliciously crafted message with an excessive triplet count over TCP port 23, attackers can trigger a buffer overflow before authentication occurs meaning no credentials or user interaction are required. Since telnetd typically runs with root privileges, successful exploitation grants full system compromise, enabling backdoor deployment, data exfiltration, or lateral movement within a network. While modern IT environments have largely replaced Telnet with SSH, the protocol persists in legacy Industrial Control Systems (ICS), operational technology (OT), and government networks, including PLCs, SCADA systems, and embedded devices where upgrades are costly or operationally disruptive. This makes the flaw particularly dangerous for critical infrastructure, such as power grids, water treatment facilities, and manufacturing plants, where security modernization is slow and exposed systems remain common. Mitigation efforts include disabling telnetd where possible, blocking port 23 at the network perimeter, restricting access to trusted IPs, and running the daemon without root privileges. Detection requires network-level monitoring, as standard logs won’t capture the attack. Security teams should configure firewalls to log all port 23 connections and deploy IDS/IPS solutions (e.g., Suricata, Snort) to flag LINEMODE SLC payloads exceeding 90 bytes. No active exploitation has been confirmed, but the flaw’s severity demands immediate action.
INCIDENT DETAILS -
TYPE
Vulnerability Exploitation
IMPACT
Systems Affected: Legacy Industrial Control Systems (ICS), operational technology (OT), government networks, PLCs, SCADA systems, embedded devicesOperational Impact: Full system compromise, backdoor deployment, data exfiltration, lateral movement
DATA BREACH
Data Exfiltration: Possible (if exploited)
MARCH 2026
769Before Incident
Vulnerability
13 Mar 2026Canonical
Debian and Ubuntu: OpenSSH GSSAPI Vulnerability Allow an Attacker to Crash SSH Child Processes

Critical OpenSSH GSSAPI Vulnerability (CVE-2026-3497) Exposes Linux Systems to Remote Crashes and Privilege Escalation Risks

764After Incident
CRITICAL-5
CANDEB1773375831
Critical OpenSSH GSSAPI Vulnerability (CVE-2026-3497) Exposes Linux Systems to Remote Crashes and Privilege Escalation Risks A severe vulnerability in the GSSAPI Key Exchange implementation of OpenSSH, tracked as CVE-2026-3497, has been discovered by security researcher Jeremy Brown. The flaw affects multiple Linux distributions that applied the GSSAPI patch to their OpenSSH packages, enabling attackers to crash SSH child processes reliably and violate privilege separation boundaries with a single crafted network packet. The issue originates from a one-line coding error in kexgsss.c, the server-side GSSAPI key exchange handler. The function `sshpkt_disconnect()` intended to queue a disconnect message was mistakenly used instead of `ssh_packet_disconnect()`, which terminates the process. This oversight causes the error handler to proceed into code that reads an uninitialized stack variable (`recv_tok`), whose contents are then passed to the privileged monitor process via IPC. The result is heap corruption when `gss_release_buffer()` attempts to free a garbage pointer. Key details of the vulnerability include: - Exploitation requirements: A single 300-byte SSH packet no authentication needed. - Impact: 100% reliable crashes of SSH child processes on tested systems, with a 90-second lockout on x86_64 platforms. Crashes may trigger SIGABRT (signal 6) or SIGSEGV (signal 11). - Privilege separation risk: Up to 127KB of heap data can be transmitted to the root-level monitor process via the privsep IPC channel, potentially enabling further exploitation. - Variability across systems: Compiler flags and optimizations affect the severity. For example: - Clang (-O0): Leaves a pointer value of `0xfffbe600` (4 bytes). - GCC (-O2 -fno-stack-protector): Leaves a valid heap address (127,344 bytes). - Tested configurations: `recv_tok.value` may point to NULL, stack/heap addresses, or unmapped memory. Affected systems include Ubuntu and Debian servers with `GSSAPIKeyExchange` enabled, though the scope likely extends to other distributions due to variations in the GSSAPI KEX patch. The fix is straightforward: replacing all instances of `sshpkt_disconnect()` with `ssh_packet_disconnect()` in kexgsss.c. Ubuntu has already released a patch, and administrators are advised to apply updates or disable GSSAPIKeyExchange as a temporary mitigation.
INCIDENT DETAILS -
TYPE
Vulnerability Exploitation
IMPACT
Data Compromised: Heap data (up to 127KB) transmitted to root-level monitor processSystems Affected: Linux systems with GSSAPIKeyExchange enabled (Ubuntu, Debian, and likely others)Downtime: 90-second lockout on x86_64 platformsOperational Impact: SSH child process crashes, potential privilege escalation risks
DATA BREACH
Type Of Data Compromised: Heap data (up to 127KB)Sensitivity Of Data: Potentially sensitive system data
FEBRUARY 2026
773Before Incident
Vulnerability
05 Feb 2026Canonical
Debian, AlmaLinux, Ubuntu and Rocky Linux: Cyber Security News ®’s Post

Critical Linux Kernel Vulnerability (CVE-2026-23111) Enables Local Privilege Escalation

768After Incident
CRITICAL-5
TUXCANDEBROC1780943498
Critical Linux Kernel Vulnerability (CVE-2026-23111) Enables Local Privilege Escalation A use-after-free vulnerability in the Linux kernel’s nftables subsystem has been disclosed, allowing unprivileged local attackers to escalate privileges to root on widely used distributions, including Debian Bookworm, Debian Trixie, Ubuntu 22.04 LTS, and Ubuntu 24.04 LTS. Tracked as CVE-2026-23111, the flaw was discovered in early 2025 and patched upstream on February 5, 2026, via a kernel commit. The bug resides in the nft_map_catchall_activate() function within nftables, a packet filtering framework built on Linux’s Netfilter hooks. Testing in a controlled lab environment revealed that Rocky Linux exhibited lower vulnerability exposure post-update compared to Ubuntu and Red Hat systems. However, kernel backports and system configurations influence risk, meaning version numbers alone may not fully indicate exposure. The vulnerability appears to affect Linux kernels 5.15 and later, while default kernels in AlmaLinux and Rocky Linux (5.14) remain unaffected. The flaw underscores the ongoing risks of privilege escalation in Linux environments, particularly in systems relying on nftables for network filtering.
INCIDENT DETAILS -
TYPE
Vulnerability Exploitation
IMPACT
Systems Affected: Privilege escalation to root
JANUARY 2026
775Before Incident
Vulnerability
26 Jan 2026Canonical
GNU: Over 800K GNU InetUtils telnetd Instances Exposed to RCE Attacks as PoC Released

Critical RCE Vulnerability in GNU InetUtils telnetd Exposes 800,000 Systems

773After Incident
CRITICAL-2
GNU1769439621
Critical RCE Vulnerability in GNU InetUtils telnetd Exposes 800,000 Systems A severe remote code execution (RCE) vulnerability, CVE-2026-24061, has been identified in the GNU InetUtils telnetd component, affecting approximately 800,000 exposed instances worldwide. The flaw, rated Critical (CVSS 9.8), allows unauthenticated attackers to execute arbitrary commands with root privileges on vulnerable systems. The vulnerability stems from inadequate input validation in the telnetd service, enabling threat actors to craft malicious payloads that compromise systems. Proof-of-concept exploits have already been demonstrated, increasing the risk of widespread attacks. Since telnetd often runs with elevated privileges on legacy systems, successful exploitation grants full control over affected infrastructure. Data from the Shadowserver Foundation’s Accessible Telnet Report reveals that exposed instances span multiple geographies and networks, with many systems running unpatched versions for extended periods. While safe vulnerability-specific scanning remains unavailable, organizations can use Shadowserver’s report to identify at-risk systems by cross-referencing their infrastructure against publicly accessible telnet services. Immediate remediation steps include disabling telnetd on public-facing systems, implementing network segmentation, and upgrading to patched versions of GNU InetUtils. For systems where telnetd cannot be removed, restricting access via firewall rules and monitoring for exploitation attempts is recommended. The combination of widespread exposure, exploit availability, and delayed patching makes this a high-priority threat for affected organizations.
INCIDENT DETAILS -
TYPE
Remote Code Execution (RCE)
IMPACT
Systems Affected: 800,000 exposed instancesOperational Impact: Full control over affected infrastructure
DECEMBER 2025
775Before Incident
NOVEMBER 2025
775Before Incident
OCTOBER 2025
775Before Incident
SEPTEMBER 2025
771Before Incident
JANUARY 2017
775Before Incident
Vulnerability
01 Jan 2017Canonical
Debian, SUSE, Ubuntu and Sudo: ‘CrackArmor’ Vulnerability in AppArmor Impacts 12.6M Linux Systems

Critical AppArmor Vulnerabilities Expose Millions of Linux Systems to Attack

773After Incident
CRITICAL-2
SUSDEBSUDCAN1773426242
Critical AppArmor Vulnerabilities Expose Millions of Linux Systems to Attack Cybersecurity firm Qualys has uncovered nine severe vulnerabilities in AppArmor, the default security enforcement tool for major Linux distributions, including Ubuntu, Debian, and SUSE. These flaws, present since 2017 (version v4.11), affect an estimated 12.6 million enterprise systems worldwide, leaving them vulnerable to privilege escalation and container escapes. The vulnerabilities stem from a "confused deputy" attack, where a low-privileged user manipulates trusted system tools (such as Sudo or Postfix) to bypass security restrictions. By exploiting hidden pseudo-files, attackers can gain root access, disable protections, or even break out of isolated containers often without detection. The risks include denial-of-service (DoS) attacks, unauthorized system modifications, and the removal of critical security policies. The impact extends to banking, healthcare, and telecommunications, with CISA and DHS issuing emergency alerts for energy, water, and defense sectors, citing potential alignment with state-sponsored hacking tactics. Qualys CTO Dilip Bachwani emphasized that these flaws demonstrate how even default security mechanisms can be compromised without admin credentials. While no CVE identifiers have been assigned, vendors including Ubuntu, Debian, SUSE, and Sudo have collaborated with Qualys to release patches. Administrators are advised to apply the latest kernel updates immediately to mitigate exposure.
INCIDENT DETAILS -
TYPE
Vulnerability Exploitation
MOTIVATION
State-sponsored hackingUnauthorized system access
IMPACT
Systems Affected: 12.6 million enterprise systemsDenial-of-service (DoS) attacksUnauthorized system modificationsRemoval of critical security policies

Frequently Asked Questions

?
What is the current A.I Rankiteo Cyber Score for Canonical ?
?
What was Canonical's A.I Rankiteo Cyber Score in July 2026 ?
?
What was Canonical's A.I Rankiteo Cyber Score in June 2026 ?
?
What was Canonical's A.I Rankiteo Cyber Score in May 2026 ?
?
What was Canonical's A.I Rankiteo Cyber Score in April 2026 ?
?
What was Canonical's A.I Rankiteo Cyber Score in March 2026 ?
?
What was Canonical's A.I Rankiteo Cyber Score in February 2026 ?
?
What was Canonical's A.I Rankiteo Cyber Score in January 2026 ?
?
What was Canonical's A.I Rankiteo Cyber Score in December 2025 ?
?
What was Canonical's A.I Rankiteo Cyber Score in November 2025 ?
?
What was Canonical's A.I Rankiteo Cyber Score in October 2025 ?
?
What was Canonical's A.I Rankiteo Cyber Score in September 2025 ?
?
What is the average per-incident point impact on Canonical's A.I Rankiteo Cyber Score over the past 12 months ?
?
Where can I access detailed records of all cyber incidents associated with Canonical ?
?
Where can I find a summary of the A.I Rankiteo Risk Scoring methodology ?
?
Where can I view Canonical's profile page on Rankiteo ?
?
How accurate is the A.I Rankiteo Risk Scoring methodology ?