
CVE-2024-50356 – Press has a potential 2FA bypass
https://notcve.org/view.php?id=CVE-2024-50356
31 Oct 2024 — Press, a Frappe custom app that runs Frappe Cloud, manages infrastructure, subscription, marketplace, and software-as-a-service (SaaS). The password could be reset by anyone who have access to the mail inbox circumventing the 2FA. Even though they wouldn't be able to login by bypassing the 2FA. Only users who have enabled 2FA are affected. Commit ba0007c28ac814260f836849bc07d29beea7deb6 patches this bug. • https://github.com/frappe/press/commit/ba0007c28ac814260f836849bc07d29beea7deb6 • CWE-640: Weak Password Recovery Mechanism for Forgotten Password •

CVE-2024-49751 – Frappe Press possible HTML injection through SaaS Signup inputs
https://notcve.org/view.php?id=CVE-2024-49751
23 Oct 2024 — Press, a Frappe custom app that runs Frappe Cloud, manages infrastructure, subscription, marketplace, and software-as-a-service (SaaS). Prior to commit 5d118a902872d7941f099ad1fb918e2421e79ccd, a user could inject HTML through SaaS signup inputs. The user who injected the unsafe HTML code would only affect themselves and would not affect other users. Commit 5d118a902872d7941f099ad1fb918e2421e79ccd patches this bug. • https://github.com/frappe/press/commit/5d118a902872d7941f099ad1fb918e2421e79ccd • CWE-79: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') •