anonymous-distribution-point-sccm: Microsoft SCCM - Anonymous Distribution Point Access

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

漏洞描述

Microsoft System Center Configuration Manager (SCCM) can be configured to allow anonymous access to its distribution points.This can lead to sensitive data exposure and information gathering by unauthorized users.This misconfiguration is exploitable only via HTTP.

PoC代码[已公开]

id: anonymous-distribution-point-sccm

info:
  name: Microsoft SCCM - Anonymous Distribution Point Access
  author: matejsmycka
  severity: medium
  description: |
    Microsoft System Center Configuration Manager (SCCM) can be configured to allow anonymous access to its distribution points.This can lead to sensitive data exposure and information gathering by unauthorized users.This misconfiguration is exploitable only via HTTP.
  reference:
    - https://www.synacktiv.com/en/publications/sccmsecretspy-exploiting-sccm-policies-distribution-for-credentials-harvesting-initial
    - https://github.com/badsectorlabs/sccm-http-looter
    - https://learn.microsoft.com/en-us/intune/configmgr/core/servers/deploy/configure/install-and-configure-distribution-points
  tags: misconfig,microsoft,sccm,anonymous,distribution-point,vuln

http:
  - method: GET
    path:
      - "{{BaseURL}}/SMS_DP_SMSPKG$/Datalib"
      - "{{BaseURL}}:80/SMS_DP_SMSPKG$/Datalib"

    stop-at-first-match: true
    matchers-condition: and
    matchers:
      - type: regex
        regex:
          - '/SMS_DP_SMSPKG\$\/Datalib/([0-9a-z-]+)\.INI'

      - type: status
        status:
          - 200
# digest: 490a0046304402207339034bad349c30ea89d79c0876db322f6dad37a1cf79e74f646999ddfeaca70220014ae4065ecb8f96624240a55c92bbbfd1546f78849743cf72b20677d7e341a3:922c64590222798bb761d5b6d8e72950

相关漏洞推荐