CVE-2024-34749
Description
Phormer prior to version 3.35 contains a cross-site scripting vulnerability. If this vulnerability is exploited, a remote unauthenticated attacker may execute an arbitrary script on the web browser of the user.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
Phormer prior to 3.35 has a reflected XSS flaw allowing remote unauthenticated attackers to execute arbitrary scripts in victims' browsers.
Overview
Phormer, a lightweight PHP photo gallery manager that uses XML databases instead of MySQL, contains a reflected cross-site scripting (XSS) vulnerability in versions prior to 3.35 [1][2][3]. The root cause is improper neutralization of user input during output generation, which allows an attacker to inject arbitrary HTML or JavaScript into the application's response pages [3].
Attack
Vector This vulnerability can be exploited remotely by an unauthenticated attacker through crafted HTTP requests [3]. No special network position or credentials are required; the attacker only needs to convince a victim to click a maliciously crafted link, triggering the XSS payload in the victim's web browser session [3]. The CVSS v3 vector (AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N) confirms the low attack complexity and lack of privilege requirements [3].
Impact
Successful exploitation allows the attacker to execute arbitrary scripts in the context of the victim's browser [3]. This can lead to session hijacking, credential theft, defacement, or redirection to malicious sites, all within the vulnerable Phormer application's trust boundary.
Mitigation
The developer released version 3.35 on February 7, 2024, which addresses the XSS issue [2][3]. Users are strongly advised to update to this latest version. Note that the original project ended in 2007 and no further support is expected, but the 3.35 release specifically fixes this security flaw [1][3].
AI Insight generated on May 20, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.
Affected products
1Patches
0No patches discovered yet.
Vulnerability mechanics
AI mechanics synthesis has not run for this CVE yet.
References
3News mentions
0No linked articles in our index yet.