Lucene search

K
hackeroneNyymiH1:1912777
HistoryMar 20, 2023 - 7:36 a.m.

Internet Bug Bounty: CVE-2023-27534: SFTP path ~ resolving discrepancy

2023-03-2007:36:00
nyymi
hackerone.com
$480
46
sftp
bug bounty
curl
handling bug
rfc draft
circumventing filtering
hackerone report

0.002 Low

EPSS

Percentile

51.8%

curl supports SFTP transfers. curl’s SFTP implementation offers a special feature in the path component of URLs: a tilde (~) character as the first path element in the path to denotes a path relative to the user’s home directory. This is supported because of wording in the once proposed to-become RFC draft that was to dictate how SFTP URLs work.

Due to a bug, the handling of the tilde in SFTP path did however not only replace it when it is used stand-alone as the first path element but also wrongly when used as a mere prefix in the first element.

Using a path like /~2/foo when accessing a server using the user dan (with home directory /home/dan) would then quite surprisingly access the file /home/dan2/foo.

Hackerone report

#1892351

Impact

Circumventing filtering.