Lucene search

K
redhatcveRedhat.comRH:CVE-2020-13696
HistoryMay 21, 2022 - 12:15 a.m.

CVE-2020-13696

2022-05-2100:15:12
redhat.com
access.redhat.com
15
linuxtv
xawtv
filesystem paths
v4l-conf
local attacker

EPSS

0

Percentile

5.1%

An issue was discovered in LinuxTV xawtv before 3.107. The function dev_open() in v4l-conf.c does not perform sufficient checks to prevent an unprivileged caller of the program from opening unintended filesystem paths. This allows a local attacker with access to the v4l-conf setuid-root program to test for the existence of arbitrary files and to trigger an open on arbitrary files with mode O_RDWR. To achieve this, relative path components need to be added to the device path, as demonstrated by a v4l-conf -c /dev/…/root/.bash_history command.