CVE-2017-15367: Bacula-web SQL Injection Vulnerabilities
9.8
CVSS Score
3.0
Basic Information
CVE ID
GHSA ID
EPSS Score
0.95878%
CWE
Published
5/14/2022
Updated
10/19/2023
KEV Status
No
Technology
PHP
Technical Details
CVSS Vector
CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
bacula-web/bacula-web | composer | < 8.0.0-rc2 | 8.0.0-rc2 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The commit diff explicitly shows that 'client-report.php' improperly handled the 'period' parameter, enabling SQL injection. Exploit examples (e.g., Exploit-DB) and the CVE description confirm that 'pool_id' in jobs.php, 'client_id' in client-report.php, and parameters in backupjob-report.php were also vulnerable. These parameters were directly embedded into SQL queries without validation or parameterized queries, making them susceptible to injection. The high confidence stems from the explicit code fix for 'period', combined with documented exploit payloads and CVE/GHSA descriptions corroborating multiple injection vectors.