Skip to content

pimcore/admin-ui-classic-bundle Full Path Disclosure via re-export document

Moderate severity GitHub Reviewed Published Nov 15, 2023 in pimcore/admin-ui-classic-bundle • Updated Nov 15, 2023

Package

composer pimcore/admin-ui-classic-bundle (Composer)

Affected versions

< 1.2.1

Patched versions

1.2.1

Description

Impact

Full Path Disclosure (FPD) vulnerabilities enable the attacker to see the path to the webroot/file. e.g.: /home/omg/htdocs/file/. Certain vulnerabilities, such as using the load_file() (within a SQL Injection) query to view the page source, require the attacker to have the full path to the file they wish to view.

In the case of pimcore, the fopen() function here doesn't have an error handle when the file doesn't exist on the server so the server response raises the full path "fopen(/var/www/html/var/tmp/export-{ uniqe id}.csv)"

Patches

Apply patch https://github.com/pimcore/admin-ui-classic-bundle/commit/10d178ef771097604a256c1192b098af9ec57a87.patch

Workarounds

Update to version 1.2.1 or apply patches manually

References

https://huntr.com/bounties/4af4db18-9fd4-43e9-8bc6-c88aaf76839c/

References

@dvesh3 dvesh3 published to pimcore/admin-ui-classic-bundle Nov 15, 2023
Published to the GitHub Advisory Database Nov 15, 2023
Reviewed Nov 15, 2023
Published by the National Vulnerability Database Nov 15, 2023
Last updated Nov 15, 2023

Severity

Moderate

CVSS overall score

This score calculates overall vulnerability severity from 0 to 10 and is based on the Common Vulnerability Scoring System (CVSS).
/ 10

CVSS v3 base metrics

Attack vector
Network
Attack complexity
Low
Privileges required
None
User interaction
None
Scope
Unchanged
Confidentiality
Low
Integrity
None
Availability
None

CVSS v3 base metrics

Attack vector: More severe the more the remote (logically and physically) an attacker can be in order to exploit the vulnerability.
Attack complexity: More severe for the least complex attacks.
Privileges required: More severe if no privileges are required.
User interaction: More severe when no user interaction is required.
Scope: More severe when a scope change occurs, e.g. one vulnerable component impacts resources in components beyond its security scope.
Confidentiality: More severe when loss of data confidentiality is highest, measuring the level of data access available to an unauthorized user.
Integrity: More severe when loss of data integrity is the highest, measuring the consequence of data modification possible by an unauthorized user.
Availability: More severe when the loss of impacted component availability is highest.
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N

EPSS score

0.052%
(21st percentile)

Weaknesses

CVE ID

CVE-2023-47636

GHSA ID

GHSA-c8hj-w239-5gvf

Credits

Loading Checking history
See something to contribute? Suggest improvements for this vulnerability.