Hi, I saw this page about OpenLiteSpeed 1.7.16.1 https://thehackernews.com/2022/11/multiple-high-severity-flaw-affect.html and my OpenLiteSpeed web admin page says my current version is only OpenLiteSpeed 1.7.16. Does that mean I am exposed to CVE-2022-0072 CVE-2022-0073 and CVE-2022-0074? If so what should I do about this?
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Accepted Answer
Hi there,
Indeed, according to the post, OpenLiteSpeed version 1.7.16 is impacted by the issues, which have been addressed in versions 1.7.16.1.
What you need to do is to upgrade your version, you can do that by following the steps here:
https://openlitespeed.org/kb/how-to-upgrade-openlitespeed/
For example with Ubuntu, you could do:
sudo apt upgrade openlitespeed
And that should be enough to get you to 1.7.16-3+jammy
. To verify the version you can use this command:
apt info openlitespeed
Make sure that you have a backup of your Droplet before the upgrade, that way if anything goes wrong you will be able to revert to the working backup!
Hope that this helps!
Best,
Bobby
Hey @davehamilton,
Yes, it seems like you’ll need to Upgrade OpenLiteSpeed to avoid these CVEs. The good thing is it’s fairly easy to do.
sudo service lsws stop
sudo apt-get update
sudo apt-get upgrade
sudo apt-get upgrade openlitespeed
sudo service lsws start
/usr/local/lsws/bin/lshttpd -v
Make sure to create a backup/snapshot before you begin with the upgrade process. You can check this article on how to do that :
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.