Lucene search

K
redhatcveRedhat.comRH:CVE-2018-20483
HistoryDec 31, 2018 - 9:19 p.m.

CVE-2018-20483

2018-12-3121:19:23
redhat.com
access.redhat.com
22

EPSS

0

Percentile

5.1%

set_file_metadata in xattr.c in GNU Wget before 1.20.1 stores a file’s origin URL in the user.xdg.origin.url metadata attribute of the extended attributes of the downloaded file, which allows local users to obtain sensitive information (e.g., credentials contained in the URL) by reading this attribute, as demonstrated by getfattr. This also applies to Referer information in the user.xdg.referrer.url metadata attribute. According to 2016-07-22 in the Wget ChangeLog, user.xdg.origin.url was partially based on the behavior of fwrite_xattr in tool_xattr.c in curl.

Mitigation

wget users should pass credentials using the "--user/password" or the "--user/–ask-password" command line argument to wget or use --no-xattr to turn off saving extended attribute information. In curl downloading extended attributes is disabled by default.