Keywords: WordPress - AWS - Technical issue - Upgrade
bndiagnostic ID: 4d959bdc-d223-9929-59cb-bbc7525763e8
bndiagnostic output:
? Apache: Found possible issues
? Connectivity: Found possible issues
https://docs.bitnami.com/general/apps/wordpress/troubleshooting/debug-errors-apache/
https://docs.bitnami.com/bch/apps/moodle/troubleshooting/deny-connections-bots-apache/
https://docs.bitnami.com/general/faq/administration/use-firewall/
bndiagnostic failure reason: The suggested guides are not related with my issue
Description:
Hi,
I recently ran a security scan on the instance we use to host Wordpress (Bitnami WordPress 5.7.2-34) and the package installed “linux-image-cloud-amd64” showed a critical vulnerability CVE-2019-18814.
I first of all ran this to try and upgrade:
sudo apt-get dist-upgrade
and then rebooted, it didn’t update the package.
I then tried:
sudo apt-get install linux-image-amd64 linux-headers-amd64
and rebooted
Again nothing updated.
This is the list of that package installed:
$ dpkg --list | grep linux-image
rc linux-image-4.19.0-17-cloud-amd64 4.19.194-3 amd64 Linux 4.19 for x86-64 cloud (signed)
rc linux-image-4.19.0-18-cloud-amd64 4.19.208-1 amd64 Linux 4.19 for x86-64 cloud (signed)
ii linux-image-4.19.0-19-cloud-amd64 4.19.232-1 amd64 Linux 4.19 for x86-64 cloud (signed)
ii linux-image-4.19.0-20-amd64 4.19.235-1 amd64 Linux 4.19 for 64-bit PCs (signed)
ii linux-image-4.19.0-20-cloud-amd64 4.19.235-1 amd64 Linux 4.19 for x86-64 cloud (signed)
ii linux-image-amd64 4.19+105+deb10u15 amd64 Linux for 64-bit PCs (meta-package)
ii linux-image-cloud-amd64 4.19+105+deb10u15 amd64 Linux for x86-64 cloud (meta-package)
What can I do to upgrade this package?
Thanks