Description
HAX CMS NodeJs allows users to manage their microsite universe with a NodeJs backend. In versions 11.0.8 and below, the HAX CMS NodeJS application crashes when an authenticated attacker provides an API request lacking required URL parameters. This vulnerability affects the listFiles and saveFiles endpoints. This vulnerability exists because the application does not properly handle exceptions which occur as a result of changes to user-modifiable URL parameters. This is fixed in version 11.0.9.
Problem types
CWE-20: Improper Input Validation
CWE-703: Improper Check or Handling of Exceptional Conditions
Product status
References
github.com/...issues/security/advisories/GHSA-pjj3-j5j6-qj27
github.com/...ommit/e9773d1996233f9bafb06832b8220ec2a98bab34
github.com/...axcms-nodejs/blob/main/src/routes/listFiles.js
github.com/...haxcms-nodejs/blob/main/src/routes/saveFile.js