SecurinZero Days
    Email Us
    Zero-Day Research/CVE-2026-44055
    ▲ HighCVSS 7.5EPSS 0.0036%

    Bitwise OR logic bug enables shell injection

    A logic error involving bitwise OR operations in Netatalk 3.1.4 through 4.4.2 allows a remote authenticated attacker to inject OS commands and execute arbitrary code.

    CVE IDCVE-2026-44055
    CVSS v3.17.5 High
    VendorNetatalk
    CWECWE-78: Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection')
    DisclosedMay 21, 2026
    StatusPublished
    All advisories
    • 01Description
    • 02Proof of Concept
    • 03Vulnerable Code
    • 04Trigger Conditions
    • 05Impact
    • 06Remediation
    • 07Timeline
    • 08References
    01/Description

    What this actually is.

    Technical background, root cause, and affected surface.

    A bitwise OR operator (|) is used where a logical OR (||) was intended in an input validation check. This causes the sanitization condition to always evaluate to a non-zero (truthy) value regardless of input, effectively disabling the shell metacharacter filter.

    Vendor
    Netatalk
    Product
    Netatalk
    Severity
    High
    CVSS Score
    7.5
    Status
    Published
    CWE
    CWE-78: Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection')
    Vector
    CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H
    02/Proof of Concept

    From one request
    to root shell.

    Reproduced in a sandboxed environment. Requires only LAN or WiFi adjacency.

    7.5CVSS 3.1
    VectorCVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H
    ScopeUnchanged
    ImpactC:H / I:H / A:H
    SeverityHigh
    PoC · Exploitation Steps▲ trigger
    01No public PoC available
    03/Vulnerable Code

    The bug, and the fix.

    afpd/volume.c or afpd/unix.c: shell metacharacter check uses (char_a | char_b) instead of (char_a || char_b), defeating the filter

    Root cause: Typo: bitwise OR (|) used instead of logical OR (||) in security-sensitive input validation condition

    04/Trigger Conditions

    When does this fire?

    All conditions must be true for the exploit to succeed.

    Authenticated AFP client with volume configuration access supplies shell metacharacters in a field that is passed to system()/popen()

    05/Impact

    What an attacker does to you.

    Post-exploitation outcomes mapped to CVSS impact metrics.

    Arbitrary OS command execution with the privileges of the afpd daemon (root)

    06/Remediation

    Fix it. In this order.

    A runbook, not a checklist. Sequence matters — assume compromise before you act.

    Upgrade to Netatalk 4.4.3 which corrects the operator and properly validates shell metacharacters.

    Securin advisory — For coordinated remediation support or threat-actor briefings related to CVE-2026-44055, contact disclose@securin.io
    07/Disclosure Timeline

    Vendors moved in days.
    Attackers in hours.

    Reconstructed from vendor advisories, CISA bulletins, and Securin research records.

    2026-03-14: Vendor notified

    2026-05-13: Netatalk 4.4.3 patch released | 2026-05-21: CVE published to MITRE

    Timeline recorded · Disclosure coordinated by Securin

    08/References

    Cite, verify, go deeper.

    Primary sources — NVD, CISA KEV, and machine-readable IoC feed.

    NVD

    NVD — CVE-2026-44055

    nvd.nist.gov/vuln/detail/CVE-2026-44055 →
    SEC

    Securin VI — Full Technical Analysis

    vi.securin.io →
    NETATA

    https://netatalk.io/security/CVE-2026-44055

    https://netatalk.io/security/CVE-2026-44055 →

    Let Securin level up your security posture.

    Get a live exposure assessment, threat-actor briefing tailored to your sector, and IoC mapping for your SIEM.

    Browse all advisories
    SecurinSecurinZero Days

    Securin's zero-day research operation combines frontier AI models with a decade of offensive expertise — discovering, validating, and coordinating the disclosure of high-impact vulnerabilities at a scale and speed no human team achieves alone.

    Glossary
    © 2026 Securin Inc · CVE Numbering Authority
    Privacy Policy·Data Processing Addendum