Control Web Panel

WebPanel => Information => Topic started by: weix on January 25, 2023, 08:32:45 PM

Title: Install or download older version of CWP?
Post by: weix on January 25, 2023, 08:32:45 PM
Is there a way to install or download a older version of CWP? like 0.9.8.1146 or 45,43 etc. Thank you?
Title: Re: Install or download older version of CWP?
Post by: overseer on January 26, 2023, 12:37:58 AM
Not recommended, as 0.9.8.11.47 and previous contained a 9.8 severity exploit potential. (https://arstechnica.com/information-technology/2023/01/vulnerability-with-9-8-severity-in-control-web-panel-is-under-active-exploit/)
Title: Re: Install or download older version of CWP?
Post by: weix on January 26, 2023, 07:44:59 PM
Not recommended, as 0.9.8.11.47 and previous contained a 9.8 severity exploit potential. (https://arstechnica.com/information-technology/2023/01/vulnerability-with-9-8-severity-in-control-web-panel-is-under-active-exploit/)
Hi, Thanks for the reply. And yes, I'm aware of potential exploits, but is there a place I could download those versions?
Title: Re: Install or download older version of CWP?
Post by: overseer on January 27, 2023, 12:39:26 AM
If you insist ;)
Code: [Select]
curl -O http://static.cdn-cwp.com/files/cwp/el7/cwp-el7-0.9.8.1146.zip
Title: Re: Install or download older version of CWP?
Post by: PakPos on January 29, 2023, 06:13:44 AM
If you insist ;)
Code: [Select]
curl -O http://static.cdn-cwp.com/files/cwp/el7/cwp-el7-0.9.8.1146.zip


this command still valid  for all version? (ignore vulner)


i think cwp now "auto" update
Title: Re: Install or download older version of CWP?
Post by: overseer on January 29, 2023, 06:45:15 AM
That's just to download the old version via cURL. I suppose if you want to stop updates, you could set the CWP update server(s) as 0.0.0.0 in the /etc/hosts file.
Title: Re: Install or download older version of CWP?
Post by: PakPos on January 31, 2023, 02:26:40 PM
That's just to download the old version via cURL. I suppose if you want to stop updates, you could set the CWP update server(s) as 0.0.0.0 in the /etc/hosts file.
hmmm
noted... thx for the clue