GHSA-p4q6-qxjx-8jgp

Suggest an improvement
Source
https://github.com/advisories/GHSA-p4q6-qxjx-8jgp
Import Source
https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2021/01/GHSA-p4q6-qxjx-8jgp/GHSA-p4q6-qxjx-8jgp.json
JSON Data
https://api.osv.dev/v1/vulns/GHSA-p4q6-qxjx-8jgp
Aliases
Published
2021-01-05T17:29:40Z
Modified
2023-11-08T04:04:38.823666Z
Severity
  • 7.7 (High) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:N CVSS Calculator
Summary
Directory Traversal in spring-boot-actuator-logview
Details

Impact

The nature of this library is to expose a log file directory via admin (spring boot actuator) HTTP endpoints. Both the filename to view and a base folder (relative to the logging folder root) can be specified via request parameters. While the filename parameter was checked to prevent directory traversal exploits (so that filename=../somefile would not work), the base folder parameter was not sufficiently checked, so that filename=somefile&base=../ could access a file outside the logging base directory).

Patches

The vulnerability has been patched in release 0.2.13. Any users of 0.2.12 should be able to update without any issues as there are no other changes in that release.

Workarounds

There is no workaround to fix the vulnerability other than updating or removing the dependency. However, removing read access of the user the application is run with to any directory not required for running the application can limit the impact. Additionally, access to the logview endpoint can be limited by deploying the application behind a reverse proxy.

For more information

If you have any questions or comments about this advisory: * Open an issue in the github repo

Database specific
{
    "nvd_published_at": "2021-01-05T18:15:00Z",
    "github_reviewed_at": "2021-01-05T17:28:54Z",
    "severity": "HIGH",
    "github_reviewed": true,
    "cwe_ids": [
        "CWE-22"
    ]
}
References

Affected packages

Maven / eu.hinsch:spring-boot-actuator-logview

Package

Name
eu.hinsch:spring-boot-actuator-logview
View open source insights on deps.dev
Purl
pkg:maven/eu.hinsch/spring-boot-actuator-logview

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
0.2.13

Affected versions

0.*

0.1.0
0.2.0
0.2.1
0.2.2
0.2.3
0.2.4
0.2.5
0.2.6
0.2.7
0.2.8
0.2.9
0.2.10
0.2.11
0.2.12