[numpy] Incorrect Comparison in NumPy

Incomplete string comparison in the numpy.core component in NumPy1.9.x, which allows attackers to fail the APIs via constructing specific string objects.
References

https://nvd.nist.gov/vuln/detail/CVE-2021-34141
https://github.com/numpy/numpy/issues/…

[hexo] XSS in Hexo

Hexo versions 0.0.1 to 5.4.0 are vulnerable against stored XSS. The post “body” and “tags” don’t sanitize malicious javascript during web page generation. Local unprivileged attacker can inject arbitrary code.
References

https://nvd.nist.gov/vuln/deta…

[fruity] Improper Input Validation in fruity

An issue was discovered in the fruity crate through 0.2.0 for Rust. Security-relevant validation of filename extensions is plausibly affected. Methods of NSString for conversion to a string may return a partial result. Because they call CStr::from_ptr …