This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Arch Linux Security Advisory ASA-202104-1 | |
| ========================================== | |
| Severity: Medium | |
| Date : 2021-04-07 | |
| CVE-ID : CVE-2021-21639 CVE-2021-21640 | |
| Package : jenkins | |
| Type : insufficient validation | |
| Remote : No | |
| Link : https://security.archlinux.org/AVG-1781 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Arch Linux Security Advisory ASA-202103-10 | |
| ========================================= | |
| Severity: Critical | |
| Date : 2021-03-24 | |
| CVE-ID : CVE-2020-14355, CVE-2021-20201 | |
| Package : spice | |
| Type : arbitrary code execution, denial of service | |
| Remote : Yes | |
| Link : https://security.archlinux.org/AVG-1239 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| -----BEGIN PGP MESSAGE----- | |
| hQELA9X0O2Qy6nfzAQf43I+MiO0PWRXWLYsoda8kRAdQASUyNrSUKkmmgHdGe2oe | |
| 2ZJbEN+U7nhNMBWk6g6K2kM7ygZKGU6f/PwmOrInkYP8moV9uErSHyuaOq3DR+HT | |
| hHX5SZ8TIA0yPXk6aeLyFBRraHiUUhrp1tIQgYj7Gco/BBD/4HMWS5vND+wzUyUd | |
| g9HUgGiCuKOc+T/I5BdTGSOsJud8cPUdaKEAIsXx9k2Z98fmM8kjI5dBudiIT25T | |
| x3EBF6hPPIkNBitWkbYAOIW7EZHuloFdCsbzFL7/5rIkGY+ShjBR/D9JrU4AwmQp | |
| ChEE5qBxJiEoSDquscjSl79wUbov6zYFqnNL9TU00u0BLUkba8omnOOFNvJWZA+1 | |
| N9K9TCJe886hYtXh7OUVv+OqW1OfBddHyEfPpdDaGoljSbi0gCwNINJqay6RidMJ | |
| VVww8lj4DTkYHEHb8fhInSny0cqZ85bDmcWDFUz8qCsoYD48+IFsWRHZJCoySXWh |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| -----BEGIN PGP MESSAGE----- | |
| hQEMA9X0O2Qy6nfzAQgAxP+g7MCGt9FgObdhPR0ZL6T8TlbrylCh6uZtJW/B91pO | |
| yuMHE5OlXm6JBTE+89kcHQYeGvOBRs8KYoOHfScijK61bklG0gmV4t6N9PE5Wy0T | |
| rJKWg/+OglfQlSw8gWweQgUVi9mTmCoQmc7M3Nu+KaYqQOnMBa6xmlBeyrHB40pq | |
| 54Zl7hAHUTxTX2PUECdr+uTrYcqkAZ1oZfs5VHjnrowyaHRM6N5uPm+HFdbMgnSV | |
| X+OoVbYR9g0D5/tLYVaAeAau//IJ5vHYsI65cxUkH7uuP0eP8hW8wTyfdkdqX/Lo | |
| ia1GyBMSHkQUDo1l56ZZ72BZPz/vDPWJzJ+085IoqNLtAe7ez5u8S1Q1IdLipaGi | |
| AhihKGgqv185xiQnZXBMOFKmrlMix0kA41YchR3PtlZQLX+iCuBX1x5HyeDCEz/E | |
| mGuic9rWD7imfbECryp7mLy9zxxp2bqpdVkoW9WFqO1tgQkT6lQIl9ZMLduEga7G |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Arch Linux Security Advisory ASA-202102-24 | |
| ========================================== | |
| Severity: Medium | |
| Date : 2021-02-09 | |
| CVE-ID : CVE-2021-20226 | |
| Package : linux-hardened | |
| Type : privilege escalation | |
| Remote : No | |
| Link : https://security.archlinux.org/AVG-1557 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Arch Linux Security Advisory ASA-202102-24 | |
| ========================================== | |
| Severity: Medium | |
| Date : 2021-02-09 | |
| CVE-ID : CVE-2021-20226 | |
| Package : linux-zen | |
| Type : privilege escalation | |
| Remote : No | |
| Link : https://security.archlinux.org/AVG-1556 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Arch Linux Security Advisory ASA-202102-23 | |
| ========================================== | |
| Severity: Medium | |
| Date : 2021-02-09 | |
| CVE-ID : CVE-2021-20226 | |
| Package : linux | |
| Type : privilege escalation | |
| Remote : No | |
| Link : https://security.archlinux.org/AVG-1555 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| aws_credentials=$(aws sts assume-role --role-arn arn:aws:iam::1234567890:role/nameOfMyrole --role-session-name "RoleSession1") | |
| export AWS_ACCESS_KEY_ID=$(echo $aws_credentials|jq '.Credentials.AccessKeyId'|tr -d '"') | |
| export AWS_SECRET_ACCESS_KEY=$(echo $aws_credentials|jq '.Credentials.SecretAccessKey'|tr -d '"') | |
| export AWS_SESSION_TOKEN=$(echo $aws_credentials|jq '.Credentials.SessionToken'|tr -d '"') |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Subject: [ASA-202009-2] go: cross-site scripting | |
| Arch Linux Security Advisory ASA-202009-2 | |
| ========================================= | |
| Severity: TBD | |
| Date : 2020-09-02 | |
| CVE-ID : CVE-2020-24553 | |
| Package : go | |
| Type : cross-site scripting |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Arch Linux Security Advisory ASA-202004-15 | |
| ========================================= | |
| Severity: Critical | |
| Date : 2020-04-16 | |
| CVE-ID : CVE-2020-11793 | |
| Package : webkit2gtk | |
| Type : arbitrary code execution | |
| Remote : Yes | |
| Link : https://security.archlinux.org/AVG-???? |
NewerOlder