In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applicationsUpgrade Chainguard
cloudnative-pg
to version 1.25.1-r33 or higher.
Note: Versions mentioned in the description apply only to the upstream cloudnative-pg
package and not the cloudnative-pg
package as distributed by Chainguard
.
See How to fix?
for Chainguard
relevant fixed versions and status.
The tokenizer incorrectly interprets tags with unquoted attribute values that end with a solidus character (/) as self-closing. When directly using Tokenizer, this can result in such tags incorrectly being marked as self-closing, and when using the Parse functions, this can result in content following such tags as being placed in the wrong scope during DOM construction, but only when tags are in foreign content (e.g. <math>, <svg>, etc contexts).