Lucene search

K
githubGitHub Advisory DatabaseGHSA-F8V5-JMFH-PR69
HistoryMay 15, 2024 - 5:15 p.m.

Grav Vulnerable to Arbitrary File Read to Account Takeover

2024-05-1517:15:51
CWE-22
CWE-269
GitHub Advisory Database
github.com
4
grav
arbitrary file read
account takeover
twig syntax
security vulnerability
user accounts

7 High

AI Score

Confidence

Low

0.0004 Low

EPSS

Percentile

8.7%

Summary

A low privilege user account with page edit privilege can read any server files using Twig Syntax. This includes Grav user account files - /grav/user/accounts/*.yaml. This file stores hashed user password, 2FA secret, and the password reset token. This can allow an adversary to compromise any registered account by resetting a password for a user to get access to the password reset token from the file or by cracking the hashed password.

Proof Of Concept

{{ read_file('/var/www/html/grav/user/accounts/riri.yaml') }}

Use the above Twig template syntax in a page and observe that the administrator riri’s authentication details are exposed accessible by any unauthenticated user.

file-read-2-ATO

As an additional proof of concept for reading system files, observe the /etc/passwd file read using the following Twig syntax:
{{ read_file('/etc/passwd') }}

file-read-etc-passwd

Impact

This can allow a low privileged user to perform a full account takeover of other registered users including Adminsitrators. This can also allow an adversary to read any file in the web server.

CPENameOperatorVersion
getgrav/gravlt1.7.46

7 High

AI Score

Confidence

Low

0.0004 Low

EPSS

Percentile

8.7%

Related for GHSA-F8V5-JMFH-PR69