Skip to content

The html injection vulnerability in the `tuitse_html` function.

Moderate
sih4sing5hong5 published GHSA-m4m5-j36m-8x72 Jan 22, 2024

Package

pip TuiTse-TsuSin (pip)

Affected versions

< 1.3.1

Patched versions

1.3.2

Description

Impact

What kind of vulnerabiity is it? Who is impacted?
When using tuitse_html without quoting the input, there is a html injection vulnerability. It should use the django version django.utils.html.format_html, instead of string.format()

Patches

Has the problem been patched? What versions should users upgrade to?

Upgrade to version 1.3.2.

Workarounds

Is there a way for users to fix or remediate the vulnerability without upgrading?

Sanitizing Taigi input with HTML quotation.

References

Are there any links users can visit to find out more?

#22

Severity

Moderate

CVE ID

CVE-2024-23341

Weaknesses