tag | b6150c9d2434a0457efd3321bca5a727171dc8a7 | |
---|---|---|
tagger | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | Fri Mar 12 18:35:54 2021 +0100 |
object | 1f922f82d85f6b4a8bdca82598389c566c72e8f7 |
systemd-stable v246.11 -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEXCUbX8VOsvgPQHqqxUyjNs/rVX4FAmBLpnoACgkQxUyjNs/r VX6Ljg/+M8ik25SWqyUBNKRPkZ8FAdVgvjnV7X2H7zNnpauOjyUStNMneAoEy46V jKXQGYVTTY+Mei3k2fbUVzE2MEXxd70+JZXDN5MFbuSwzxfloYu1vE9M1PH1RvmB JVuzuyh84Bt4yubs0opkUU/84WPGjRYempcN5wSyDVdQ2jSGAtK9TdzFPQauwH6Y M/jL96WBzgFcmXRIrJZWOMgG+Ub6Y2GgaFiVo+fSGZzEpHhDmgqx3zTmTf8PE4yh VS0FjaHQ8XXcR2vJWFGk+MoPbn3EsGdDEsYnPE/7IbZ1zeqHRPSS5iffV+z4wgyR Q2zyww+Nx/9E2Cigvc2HEUfGbSXm+vBYwZ6wWRTpSXdxXNV5qZxYbB95REbkkqiQ AAtrA91TKNm5dvqRBwRJkTrnEodyjy1yjvOfkUaovDCPl4fdgvrQgZwDUA+UT/15 VrXurRPZAF4+DqETPHvhF22gsIZ5O/qG2hTvjyI7OwA0D/dDz4fQUmNY3z0OOOTb 9Q47uhB0vFKx9egZZRVEQGEG5GJMm7w9hKBLDTzvtGF/Mx5IJLpIzESCe5w0Jn+H oEPIUhvKVNnhQGoqmj+rgJx/x0JsfgmYH0N4rwuYGAR6uvxawruYj0+nF4EKjgQ6 0L+DLIqaKaZXjBNDJT5+EgC5mOQMi8R2CIjNJxTXnb7Quza5MUQ= =vu63 -----END PGP SIGNATURE-----
commit | 1f922f82d85f6b4a8bdca82598389c566c72e8f7 | [log] [download] |
---|---|---|
author | Kevin Backhouse <securitylab@github.com> | Fri Mar 12 18:00:56 2021 +0100 |
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | Fri Mar 12 18:33:01 2021 +0100 |
tree | 8f4d3f6ca1dc832595df978589851e90c464fe6d | |
parent | c94ad6f6c3841d69a0eb3bf6ae524df60b9f70f2 [diff] |
ask-password-api: fix error handling on invalid unicode character The integer overflow happens when utf8_encoded_valid_unichar() returns an error code. The error code is a negative number: -22. This overflows when it is assigned to `z` (type `size_t`). This can cause an infinite loop if the value of `q` is 22 or larger. To reproduce the bug, you need to run `systemd-ask-password` and enter an invalid unicode character, followed by a backspace character. GHSL-2021-052 (cherry picked from commit 37ca78a35cd1b9f13e584ccf3d332413c7875e40) (cherry picked from commit 069525e84a67375e27429cb490e8d28af78e673a)
System and Service Manager
Most documentation is available on systemd's web site.
Assorted, older, general information about systemd can be found in the systemd Wiki.
Information about build requirements is provided in the README file.
Consult our NEWS file for information about what's new in the most recent systemd versions.
Please see the Hacking guide for information on how to hack on systemd and test your modifications.
Please see our Contribution Guidelines for more information about filing GitHub Issues and posting GitHub Pull Requests.
When preparing patches for systemd, please follow our Coding Style Guidelines.
If you are looking for support, please contact our mailing list or join our IRC channel.
Stable branches with backported patches are available in the stable repo.