Bug 2179069 (CVE-2023-27534) - CVE-2023-27534 curl: SFTP path ~ resolving discrepancy
Summary: CVE-2023-27534 curl: SFTP path ~ resolving discrepancy
Keywords:
Status: NEW
Alias: CVE-2023-27534
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Nobody
QA Contact:
URL:
Whiteboard:
Depends On: 2179106 2179107 2179108 2180434 2180436
Blocks: 2178228
TreeView+ depends on / blocked
 
Reported: 2023-03-16 14:59 UTC by Marian Rehak
Modified: 2024-02-05 16:57 UTC (History)
14 users (show)

Fixed In Version: curl 8.0.0
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHSA-2023:3354 0 None None None 2023-07-18 17:29:41 UTC
Red Hat Product Errata RHSA-2023:3355 0 None None None 2023-07-18 17:29:17 UTC
Red Hat Product Errata RHSA-2023:6679 0 None None None 2023-11-07 08:22:33 UTC

Description Marian Rehak 2023-03-16 14:59:18 UTC
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](https://datatracker.ietf.org/doc/html/draft-ietf-secsh-scp-sftp-ssh-uri-04) 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 suprisingly access the file `/home/dan2/foo`. This can be taken advantage of to circumvent filtering or worse.

Comment 2 Sandipan Roy 2023-03-21 13:05:05 UTC
Created curl tracking bugs for this issue:

Affects: fedora-all [bug 2180434]


Created mingw-curl tracking bugs for this issue:

Affects: fedora-all [bug 2180436]

Comment 5 errata-xmlrpc 2023-07-18 17:29:16 UTC
This issue has been addressed in the following products:

  JBCS httpd 2.4.51.sp2

Via RHSA-2023:3355 https://access.redhat.com/errata/RHSA-2023:3355

Comment 6 errata-xmlrpc 2023-07-18 17:29:40 UTC
This issue has been addressed in the following products:

  JBoss Core Services on RHEL 7
  JBoss Core Services for RHEL 8

Via RHSA-2023:3354 https://access.redhat.com/errata/RHSA-2023:3354

Comment 7 errata-xmlrpc 2023-11-07 08:22:31 UTC
This issue has been addressed in the following products:

  Red Hat Enterprise Linux 9

Via RHSA-2023:6679 https://access.redhat.com/errata/RHSA-2023:6679


Note You need to log in before you can comment on or make changes to this bug.