
CVE-2021-39295
https://notcve.org/view.php?id=CVE-2021-39295
15 Apr 2023 — In OpenBMC 2.9, crafted IPMI messages allow an attacker to cause a denial of service to the BMC via the netipmid (IPMI lan+) interface. • https://github.com/google/security-research/security/advisories/GHSA-gg9x-v835-m48q • CWE-400: Uncontrolled Resource Consumption •

CVE-2022-35729
https://notcve.org/view.php?id=CVE-2022-35729
16 Feb 2023 — Out of bounds read in firmware for OpenBMC in some Intel(R) platforms before version 0.72 may allow unauthenticated user to potentially enable denial of service via network access. • http://www.intel.com/content/www/us/en/security-center/advisory/intel-sa-00737.html • CWE-125: Out-of-bounds Read •

CVE-2022-3409 – Unauthenticated out of bounds stack write in bmcweb
https://notcve.org/view.php?id=CVE-2022-3409
27 Oct 2022 — A vulnerability in bmcweb of OpenBMC Project allows user to cause denial of service. This vulnerability was identified during mitigation for CVE-2022-2809. When fuzzing the multipart_parser code using AFL++ with address sanitizer enabled to find smallest memory corruptions possible. It detected problem in how multipart_parser handles unclosed http headers. If long enough http header is passed in the multipart form without colon there is one byte overwrite on heap. • https://github.com/openbmc/bmcweb • CWE-121: Stack-based Buffer Overflow CWE-229: Improper Handling of Values CWE-787: Out-of-bounds Write •

CVE-2022-2809 – Unauthenticated out of bounds heap write in bmcweb
https://notcve.org/view.php?id=CVE-2022-2809
27 Oct 2022 — A vulnerability in bmcweb of OpenBMC Project allows user to cause denial of service. When fuzzing the multipart_parser code using AFL++ with address sanitizer enabled to find smallest memory corruptions possible. It detected problem in how multipart_parser handles unclosed http headers. If long enough http header is passed in the multipart form without colon there is one byte overwrite on heap. It can be conducted multiple times in a loop to cause DoS. • https://github.com/openbmc/bmcweb • CWE-122: Heap-based Buffer Overflow CWE-229: Improper Handling of Values CWE-787: Out-of-bounds Write •

CVE-2021-39296
https://notcve.org/view.php?id=CVE-2021-39296
09 Sep 2021 — In OpenBMC 2.9, crafted IPMI messages allow an attacker to bypass authentication and gain full control of the system. En OpenBMC versión 2.9, los mensajes IPMI diseñados permiten a un atacante omitir la autenticación y conseguir el control total del sistema • https://github.com/google/security-research/security/advisories/GHSA-gg9x-v835-m48q • CWE-287: Improper Authentication •

CVE-2020-14156
https://notcve.org/view.php?id=CVE-2020-14156
15 Jun 2020 — user_channel/passwd_mgr.cpp in OpenBMC phosphor-host-ipmid before 2020-04-03 does not ensure that /etc/ipmi-pass has strong file permissions. el archivo user_channel/passwd_mgr.cpp en OpenBMC phosphor-host-ipmid antes del 03-04-2020 no garantiza que /etc/ipmi-pass tenga permisos de archivo sólidos • https://github.com/openbmc/openbmc/issues/3670 • CWE-276: Incorrect Default Permissions •