summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-markdown-it-py_3.0.0.bb
diff options
context:
space:
mode:
authorGyorgy Sarvari <skandigraun@gmail.com>2026-02-23 20:18:45 +0100
committerKhem Raj <raj.khem@gmail.com>2026-02-24 22:30:28 -0800
commit70a90d49b92bed8e1d146bdb66db029b197683d9 (patch)
tree6e68a7a04a8c767cbcc670d6576ddbb8c8204336 /meta-python/recipes-devtools/python/python3-markdown-it-py_3.0.0.bb
parentf059dcebc394548069295be1cb0ee1ccf50a5c78 (diff)
downloadmeta-openembedded-70a90d49b92bed8e1d146bdb66db029b197683d9.tar.gz
polkit: add info about CVE-2016-2568
Details: https://nvd.nist.gov/vuln/detail/CVE-2016-2568 This commit mostly just tries to add some info to this issue, in the hope that it will save some time for others who try to investigate it. This CVE most probably will stay open in meta-oe in the foreseeable future, although it can be mitigated reasonably easily by the users of the layer. The description of the vulnerability is short enough that it can be reproduced here: "pkexec, when used with --user nonpriv, allows local users to escape to the parent session via a crafted TIOCSTI ioctl call, which pushes characters to the terminal's input buffer." The general consensus amongst developers/major distros[1][2][3] seems to be that it should be mitigated on the kernel side, to not allow non-privileged users to fake input. To this end, the kernel has introduced a new config in v6.2, called CONFIG_LEGACY_TIOCSTI - when it is enabled, non-privileged used can also fake input. It is however by default enabled (and it is also enabled in the kernels shipped in oe-core, at least at the time of writing this). Disabling this kernel config is considered to be the mitigation, to allow input-faking only by privileged users. [1]: https://security-tracker.debian.org/tracker/CVE-2016-2568 [2]: https://bugzilla.suse.com/show_bug.cgi?id=968674 [3]: https://marc.info/?t=145694748900001&r=1&w=2 / https://marc.info/?l=util-linux-ng&m=145702209921574&w=2 Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-markdown-it-py_3.0.0.bb')
0 files changed, 0 insertions, 0 deletions