Description
A weakness has been identified in projeto-siga siga up to 11.1.1. Affected by this issue is the function DownloadExterno.getUrl of the file sigaex/src/main/java/br/gov/jfrj/siga/vraptor/ExUtilController.java of the component HTML-to-PDF Endpoint. This manipulation of the argument html causes server-side request forgery. The attack may be initiated remotely. The exploit has been made available to the public and could be used for attacks. The project was informed of the problem early through an issue report but has not responded yet.
Published: 2026-09-07
Score: 6.9 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

This vulnerability is a server‑side request forgery (CWE‑918) that arises when an attacker manipulates the 'html' argument in the DownloadExterno.getUrl method of projeto‑siga's HTML‑to‑PDF endpoint. By sending a specially crafted request, the attacker can force the Siga server to fetch arbitrary URLs, potentially exposing internal resources, leaking sensitive data, or enabling further attacks against the infrastructure. The flaw is exploitable remotely through the documented endpoint and a public proof‑of‑concept has been released.

Affected Systems

The affected product is projeto‑siga Siga version 11.1.1 and earlier. The flaw resides in the ExUtilController.java component within the sigaex module, which is responsible for converting HTML to PDF. Any deployment that exposes this endpoint without additional access controls is vulnerable.

Risk and Exploitability

The CVSS score of 6.9 indicates a medium severity, and no EPSS data is available, but the publicly available exploit and lack of an immediate fix raise the risk level. The vulnerability is considered unpatched; the project has not yet responded. Attackers can trigger SSRF by sending remote requests to the vulnerable endpoint, potentially reaching internal hosts if outbound filtering is absent. While the impact does not guarantee remote code execution, successful exploitation could lead to data disclosure, credential harvest, or internal network reconnaissance.

Generated by OpenCVE AI on September 7, 2026 at 06:21 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to the latest Siga release once a remediation is applied; if no patch exists, temporarily disable the HTML‑to‑PDF endpoint or restrict its access to authenticated users only.
  • Implement network‑level restrictions to block outbound traffic from the Siga server to internal IP ranges, or configure a proxy that validates target URLs.
  • Apply URL allowlisting in the DownloadExterno.getUrl implementation to reject requests to private, loopback, or link‑local addresses, preventing internal resource leakage.

Generated by OpenCVE AI on September 7, 2026 at 06:21 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 07 Sep 2026 05:30:00 +0000

Type Values Removed Values Added
Description A weakness has been identified in projeto-siga siga up to 11.1.1. Affected by this issue is the function DownloadExterno.getUrl of the file sigaex/src/main/java/br/gov/jfrj/siga/vraptor/ExUtilController.java of the component HTML-to-PDF Endpoint. This manipulation of the argument html causes server-side request forgery. The attack may be initiated remotely. The exploit has been made available to the public and could be used for attacks. The project was informed of the problem early through an issue report but has not responded yet.
Title projeto-siga HTML-to-PDF Endpoint ExUtilController.java DownloadExterno.getUrl server-side request forgery
First Time appeared Projeto-siga
Projeto-siga siga
Weaknesses CWE-918
CPEs cpe:2.3:a:projeto-siga:siga:*:*:*:*:*:*:*:*
Vendors & Products Projeto-siga
Projeto-siga siga
References
Metrics cvssV2_0

{'score': 7.5, 'vector': 'AV:N/AC:L/Au:N/C:P/I:P/A:P/E:POC/RL:ND/RC:UR'}

cvssV3_0

{'score': 7.3, 'vector': 'CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L/E:P/RL:X/RC:R'}

cvssV3_1

{'score': 7.3, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L/E:P/RL:X/RC:R'}

cvssV4_0

{'score': 6.9, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:P'}


Subscriptions

Projeto-siga Siga
cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-09-07T05:00:14.680Z

Reserved: 2026-09-06T13:04:08.547Z

Link: CVE-2026-86273

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-07T06:17:23.580

Modified: 2026-09-07T06:17:23.580

Link: CVE-2026-86273

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-07T06:30:17Z

Weaknesses
  • CWE-918

    Server-Side Request Forgery (SSRF)