[solana_rbpf] Integer overflow in solana_rbpf

Solana solana_rbpf before 0.2.29 has an addition integer overflow via invalid ELF program headers. elf.rs has a panic via a malformed eBPF program.
References

https://nvd.nist.gov/vuln/detail/CVE-2022-31264
https://github.com/Ainevsia/CVE-Request/tree…

[pyftpdlib] Directory traversal in pyftpdlib

Multiple directory traversal vulnerabilities in FTPServer.py in pyftpdlib before 0.3.0 allow remote authenticated users to access arbitrary files and directories via vectors involving a symlink in a pathname to a (1) CWD, (2) DELE, (3) STOR, or (4) RET…