CVE-2026-1444: Cross Site Scripting in iJason-Liu Books_Manager
A vulnerability has been found in iJason-Liu Books_Manager up to 298ba736387ca37810466349af13a0fdf828e99c. This affects an unknown part of the file controllers/books_center/add_book_check.php. Such manipulation of the argument mark leads to cross site scripting. The attack can be launched remotely. The exploit has been disclosed to the public and may be used. This product does not use versioning. This is why information about affected and unaffected releases are unavailable.
AI Analysis
Technical Summary
CVE-2026-1444 identifies a cross-site scripting (XSS) vulnerability in the iJason-Liu Books_Manager application, specifically within the add_book_check.php file. The vulnerability stems from improper handling of the 'mark' parameter, which is susceptible to malicious script injection. This flaw allows remote attackers to craft requests that inject arbitrary JavaScript code, which executes in the context of the victim's browser when they interact with the affected functionality. The vulnerability does not require authentication but does require high privileges (PR:H) and user interaction (UI:P), indicating that an attacker must have elevated access and trick a user into triggering the payload. The CVSS 4.0 vector indicates network attack vector (AV:N), low attack complexity (AC:L), no privileges required (PR:H is contradictory but likely means high privileges are needed), and partial impact on integrity (VI:L) but no impact on confidentiality or availability. The product does not use versioning, complicating identification of affected releases beyond the known commit hash. No patches or fixes are currently available, and no known exploits have been observed in the wild, though public disclosure increases risk. The vulnerability could be leveraged for session hijacking, phishing, or defacement attacks, undermining user trust and data integrity within affected deployments.
Potential Impact
For European organizations, the impact of CVE-2026-1444 depends on the deployment scale of the iJason-Liu Books_Manager application, commonly used in educational, publishing, or library management contexts. Exploitation could lead to unauthorized script execution in users' browsers, resulting in session hijacking, credential theft, or manipulation of displayed content. This compromises confidentiality and integrity of user data and may facilitate further attacks such as phishing or malware distribution. While availability is not directly impacted, reputational damage and loss of user trust could have significant operational consequences. Organizations with high-value intellectual property or sensitive user data are at greater risk. The requirement for high privileges and user interaction limits the attack surface but does not eliminate risk, especially in environments with multiple user roles and web access. Given the public disclosure, attackers may develop exploits targeting European institutions, particularly those with less mature security controls or delayed patching processes.
Mitigation Recommendations
To mitigate CVE-2026-1444, European organizations should implement strict input validation and output encoding on the 'mark' parameter within the add_book_check.php controller to prevent injection of malicious scripts. Employ Content Security Policy (CSP) headers to restrict execution of unauthorized scripts in browsers. Limit access to the vulnerable functionality to trusted users and roles, minimizing exposure. Conduct thorough code reviews and penetration testing focusing on XSS vectors in the Books_Manager application. If possible, isolate the application within segmented network zones to reduce lateral movement risks. Monitor web application logs for suspicious input patterns targeting the 'mark' parameter. Educate users about phishing and social engineering risks associated with XSS attacks. Engage with the vendor or community to obtain patches or updates, and consider deploying Web Application Firewalls (WAFs) with rules targeting known XSS payloads. Finally, maintain an incident response plan to quickly address any exploitation attempts.
Affected Countries
Germany, France, United Kingdom, Italy, Spain, Netherlands, Poland, Sweden
CVE-2026-1444: Cross Site Scripting in iJason-Liu Books_Manager
Description
A vulnerability has been found in iJason-Liu Books_Manager up to 298ba736387ca37810466349af13a0fdf828e99c. This affects an unknown part of the file controllers/books_center/add_book_check.php. Such manipulation of the argument mark leads to cross site scripting. The attack can be launched remotely. The exploit has been disclosed to the public and may be used. This product does not use versioning. This is why information about affected and unaffected releases are unavailable.
AI-Powered Analysis
Technical Analysis
CVE-2026-1444 identifies a cross-site scripting (XSS) vulnerability in the iJason-Liu Books_Manager application, specifically within the add_book_check.php file. The vulnerability stems from improper handling of the 'mark' parameter, which is susceptible to malicious script injection. This flaw allows remote attackers to craft requests that inject arbitrary JavaScript code, which executes in the context of the victim's browser when they interact with the affected functionality. The vulnerability does not require authentication but does require high privileges (PR:H) and user interaction (UI:P), indicating that an attacker must have elevated access and trick a user into triggering the payload. The CVSS 4.0 vector indicates network attack vector (AV:N), low attack complexity (AC:L), no privileges required (PR:H is contradictory but likely means high privileges are needed), and partial impact on integrity (VI:L) but no impact on confidentiality or availability. The product does not use versioning, complicating identification of affected releases beyond the known commit hash. No patches or fixes are currently available, and no known exploits have been observed in the wild, though public disclosure increases risk. The vulnerability could be leveraged for session hijacking, phishing, or defacement attacks, undermining user trust and data integrity within affected deployments.
Potential Impact
For European organizations, the impact of CVE-2026-1444 depends on the deployment scale of the iJason-Liu Books_Manager application, commonly used in educational, publishing, or library management contexts. Exploitation could lead to unauthorized script execution in users' browsers, resulting in session hijacking, credential theft, or manipulation of displayed content. This compromises confidentiality and integrity of user data and may facilitate further attacks such as phishing or malware distribution. While availability is not directly impacted, reputational damage and loss of user trust could have significant operational consequences. Organizations with high-value intellectual property or sensitive user data are at greater risk. The requirement for high privileges and user interaction limits the attack surface but does not eliminate risk, especially in environments with multiple user roles and web access. Given the public disclosure, attackers may develop exploits targeting European institutions, particularly those with less mature security controls or delayed patching processes.
Mitigation Recommendations
To mitigate CVE-2026-1444, European organizations should implement strict input validation and output encoding on the 'mark' parameter within the add_book_check.php controller to prevent injection of malicious scripts. Employ Content Security Policy (CSP) headers to restrict execution of unauthorized scripts in browsers. Limit access to the vulnerable functionality to trusted users and roles, minimizing exposure. Conduct thorough code reviews and penetration testing focusing on XSS vectors in the Books_Manager application. If possible, isolate the application within segmented network zones to reduce lateral movement risks. Monitor web application logs for suspicious input patterns targeting the 'mark' parameter. Educate users about phishing and social engineering risks associated with XSS attacks. Engage with the vendor or community to obtain patches or updates, and consider deploying Web Application Firewalls (WAFs) with rules targeting known XSS payloads. Finally, maintain an incident response plan to quickly address any exploitation attempts.
Affected Countries
Technical Details
- Data Version
- 5.2
- Assigner Short Name
- VulDB
- Date Reserved
- 2026-01-26T14:53:34.103Z
- Cvss Version
- 4.0
- State
- PUBLISHED
Threat ID: 69790cec4623b1157c4004a7
Added to database: 1/27/2026, 7:07:24 PM
Last enriched: 1/27/2026, 7:08:38 PM
Last updated: 1/28/2026, 12:33:05 AM
Views: 7
Community Reviews
0 reviewsCrowdsource mitigation strategies, share intel context, and vote on the most helpful responses. Sign in to add your voice and help keep defenders ahead.
Want to contribute mitigation steps or threat intel context? Sign in or create an account to join the community discussion.
Related Threats
CVE-2026-24836: CWE-79: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in dnnsoftware Dnn.Platform
HighCVE-2026-24833: CWE-79: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in dnnsoftware Dnn.Platform
HighCVE-2026-24784: CWE-79: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in dnnsoftware Dnn.Platform
MediumCVE-2026-24837: CWE-79: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in dnnsoftware Dnn.Platform
HighCVE-2026-24785: CWE-327: Use of a Broken or Risky Cryptographic Algorithm in jmlepisto clatter
HighActions
Updates to AI analysis require Pro Console access. Upgrade inside Console → Billing.
Need more coverage?
Upgrade to Pro Console in Console -> Billing for AI refresh and higher limits.
For incident response and remediation, OffSeq services can help resolve threats faster.