CVE-2026-57652: Unauthenticated IDOR in JS Help Desk ≤3.1.0 – Patching Guide
JS Help Desk versions 3.1.0 and earlier contain an unauthenticated IDOR vulnerability that allows attackers to access sensitive information without logging in. An attacker can bypass authentication mechanisms and retrieve data they shouldn't have access to by manipulating object references in requests. This is a confidentiality risk but does not enable data modification or system disruption.
Source data · NVD / CISA · public domain
- CVSS
- 3.1 · 5.3 MEDIUM · CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
- Weaknesses (CWE)
- CWE-639
- Affected products
- 0 configuration(s)
- Published / Modified
- 2026-06-26 / 2026-06-26
NVD description (verbatim)
Unauthenticated Insecure Direct Object References (IDOR) in JS Help Desk <= 3.1.0 versions.
1 reference(s) · View on NVD →
SEC.co analysis · AI-assisted, reviewed against source
Technical summary
CVE-2026-57652 is an Insecure Direct Object Reference (IDOR) vulnerability affecting JS Help Desk up to and including version 3.1.0. The vulnerability exists in the application's access control logic, allowing unauthenticated users to directly reference and retrieve internal objects or resources. The attack vector is network-based with low complexity—no authentication, user interaction, or special privileges are required. The vulnerability is mapped to CWE-639 (Authorization Bypass Through User-Controlled Key) and carries a CVSS 3.1 score of 5.3 (Medium severity) with a scope of unchanged, limited confidentiality impact, and no integrity or availability impact.
Business impact
The primary business impact is unauthorized disclosure of sensitive information. Depending on the data exposed through the IDOR—such as help desk tickets, customer records, or internal communications—an organization could face regulatory compliance violations, reputational damage, and loss of customer trust. While the vulnerability does not enable attackers to modify or destroy data, the ability to read sensitive information at scale poses a significant privacy and governance risk, particularly for organizations handling regulated data.
Affected systems
JS Help Desk versions 3.1.0 and earlier are affected. Organizations using this software should verify their installed version against the vendor's release notes. Newer versions (post-3.1.0) may contain fixes; verify against official vendor advisories for the exact patched version and upgrade path.
Exploitability
Exploitability is straightforward. The vulnerability requires no authentication, no user interaction, and no special privileges—only network access to the application. An attacker with basic HTTP knowledge can craft requests with manipulated object identifiers to retrieve unauthorized data. The low complexity and network accessibility make this a relatively easy-to-exploit flaw, though the CVSS score reflects the limited impact scope (confidentiality only).
Remediation
Immediately upgrade JS Help Desk to a patched version beyond 3.1.0. Verify the specific patched version through the vendor's official advisory. In parallel, review access logs to identify any unusual data access patterns that may indicate prior exploitation. Implement network-level access controls if possible to restrict help desk application access to authorized users only.
Patch guidance
Contact the JS Help Desk vendor or consult their official advisory for the specific version that resolves CVE-2026-57652. Upgrade as soon as a patched release is available and tested in your environment. Given the low complexity of exploitation and unauthenticated attack vector, this should be prioritized even though the CVSS score is medium. Test the upgrade in a non-production environment first to ensure compatibility with your configuration and any custom integrations.
Detection guidance
Monitor for unusual HTTP requests to the JS Help Desk application with direct object references in URLs or parameters—particularly requests containing sequential IDs, UUIDs, or resource identifiers that differ from the authenticated user's own objects. Look for 200 or 206 responses to requests that should have returned 403 Forbidden. Enable detailed logging of all data access attempts. Web application firewalls (WAF) can be configured to flag suspicious object reference patterns. Review access logs retrospectively for signs of enumeration or mass data retrieval.
Why prioritize this
Despite a medium CVSS score, this vulnerability warrants rapid remediation due to its unauthenticated, network-accessible nature and ease of exploitation. The low barrier to entry means opportunistic attackers can easily probe for and exploit this flaw at scale. The confidentiality risk—particularly the scope and volume of data potentially exposed—elevates practical risk beyond the base score. Organizations handling sensitive customer or internal data should treat this as high priority for patching and post-incident review.
Risk score, explained
The CVSS 3.1 score of 5.3 reflects a network-based vulnerability with low attack complexity, no authentication required, and low confidentiality impact with unchanged scope. The score does not incorporate business context such as the sensitivity of exposed data, organizational risk tolerance, or regulatory obligations. In practice, organizations should apply business judgment: exposure of PII, health data, or financial records elevates practical risk significantly. The medium score should not be misinterpreted as low urgency given the ease of exploitation.
Frequently asked questions
Can this vulnerability be exploited remotely without authentication?
Yes. The IDOR vulnerability requires no authentication, user credentials, or special privileges—only network access to the JS Help Desk application. An attacker can begin exploiting it immediately upon discovering the affected endpoint.
What data can be accessed through this IDOR?
The vulnerability allows attackers to retrieve any data the application exposes through object references—this typically includes help desk tickets, user profiles, and internal communications, depending on the application's data model. The specific scope of exposure depends on your JS Help Desk configuration and data stored within it. Review access logs post-patching to determine if any data was accessed.
Is this vulnerability being actively exploited in the wild?
This vulnerability is not currently listed in the CISA Known Exploited Vulnerabilities (KEV) catalog, meaning there is no confirmed evidence of active, widespread exploitation at this time. However, the ease of exploitation means it could become a target for opportunistic attackers. Proactive patching is still strongly recommended.
Do I need to wait for a specific vendor patch version before upgrading?
Contact the JS Help Desk vendor directly or consult their official security advisory to identify the specific patched version. Do not assume the next minor or major version release contains the fix. Test any upgrade in a non-production environment before deploying to production.
This analysis is based on publicly disclosed vulnerability data as of June 26, 2026. Verify all patch versions, affected product versions, and remediation guidance against official vendor advisories before deploying fixes. The CVSS score reflects technical attack surface; business risk may be higher depending on the sensitivity of data exposed and your organization's regulatory obligations. SEC.co does not guarantee the completeness or accuracy of third-party vendor information. Test all patches in a non-production environment before production deployment. Source: NVD (public-domain), retrieved 2026-08-05. Analysis generated by SEC.co (claude-haiku-4-5).
Weaknesses (CWE)
Related vulnerabilities
- CVE-2023-40200MEDIUMWP Logo Showcase Authorization Bypass Vulnerability (CVSS 5.3)
- CVE-2025-15657MEDIUMUnauthenticated IDOR in School Management – Patch Guidance
- CVE-2026-10023MEDIUMDokan WooCommerce Plugin Order Tampering Vulnerability
- CVE-2026-10038MEDIUMCharitable WordPress Plugin IDOR Arbitrary Attachment Deletion Vulnerability
- CVE-2026-10096MEDIUMQi Blocks WordPress Plugin IDOR Vulnerability—Author-Level Defacement Risk
- CVE-2026-10154MEDIUMDolibarr ERP CRM Authorization Bypass in Messaging Module
- CVE-2026-10212MEDIUMAstrBot 4.24.2 Authorization Bypass via Session ID Manipulation
- CVE-2026-10597MEDIUMOMICARD EDM Unauthenticated Email Disclosure Vulnerability