CVE-2023-0100: Improper Input Validation In Eclipse BIRT
8.8
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.55811%
CWE
Published
3/15/2023
Updated
3/22/2023
KEV Status
No
Technology
Java
Technical Details
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
org.eclipse.birt:org.eclipse.birt.report.viewer | maven | >= 2.6.2, < 4.13 | 4.13 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability stemmed from improper host validation when processing the __report parameter. The patch in PR #1165 modified how the server's hostname is determined (switching from Host header to server configuration). The ReportServiceServlet.processRequest
is the logical entry point for report handling, where this validation would occur. The high confidence comes from the direct correlation between the vulnerability description, the fix's nature (hardening host validation), and the typical structure of BIRT's request handling flow.