Question

OpenLiteSpeed 1.7.16.1 Update

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?


Submit an answer


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!

Sign In or Sign Up to Answer

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

Bobby Iliev
Site Moderator
Site Moderator badge
May 11, 2023
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

KFSys
Site Moderator
Site Moderator badge
May 11, 2023

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.

  1. First, stop the OpenLiteSpeed service:
sudo service lsws stop
  1. Update your system’s package list:
sudo apt-get update
sudo apt-get upgrade
sudo apt-get upgrade openlitespeed
  1. Start the OpenLiteSpeed service again:
sudo service lsws start
  1. Verify the update was successful:
/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 :

https://docs.digitalocean.com/products/images/snapshots/

Try DigitalOcean for free

Click below to sign up and get $200 of credit to try our products over 60 days!

Sign up

Get our biweekly newsletter

Sign up for Infrastructure as a Newsletter.

Hollie's Hub for Good

Working on improving health and education, reducing inequality, and spurring economic growth? We'd like to help.

Become a contributor

Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.

Welcome to the developer cloud

DigitalOcean makes it simple to launch in the cloud and scale up as you grow — whether you're running one virtual machine or ten thousand.

Learn more
DigitalOcean Cloud Control Panel