[craftcms/cms] XSS Injection Vulnerability

Impact
Under some circumstances, the Feeds widget on the dashboard could have an XSS vulnerability if a malformed feed was supplied.
Patches
This has been patched in Craft 3.7.29.
References

https://github.com/craftcms/cms/blob/develop/CHANGELOG.md#37…

[yajl-ruby] Buffer Overflow in yajl-ruby

NOTE: A previous patch, 1.4.2, fixed the heap memory issue, but could still lead to a DoS infinite loop. Please update to version 1.4.3
The 1.x branch and the 2.x branch of yajl contain an integer overflow which leads to subsequent heap memory corrupti…

[vyper] Incorrect Comparison in Vyper

Impact
bytestrings can have dirty bytes in them, resulting in the word-for-word comparison to give incorrect results, e.g.
b1: Bytes[32] = b”abcdef”
b1 = slice(b1, 0, 1)
b2: Bytes[32] = b”abcdef”
t: bool = b1 == b2 # incorrectly evaluates to True

eve…