CVE-2025-55371: Incorrect access control in the component /controller/PersonController.java of jshERP v3.5 allows unauthori...
Incorrect access control in the component /controller/PersonController.java of jshERP v3.5 allows unauthorized attackers to obtain all the information of the handler by executing the getAllList method.
Security readout for executives and security teams
Plain-English summary
CVE-2025-55371 is an access-control flaw in jshERP v3.5. The public CVE says unauthenticated attackers can call a PersonController method and obtain handler information. The reported impact is limited confidentiality exposure, not data modification or outage. The affected-product metadata is incomplete, so teams should confirm whether they run jshERP v3.5.
Executive priority
Treat as a moderate-priority exposure review. It does not indicate system takeover or active exploitation in the supplied sources, but unauthenticated information disclosure in an ERP system can expose sensitive operational data. Prioritize internet-facing or broadly accessible instances first.
Technical view
The issue is classified as CWE-284. CVSS 3.1 is 5.3 with network access, low complexity, no privileges, and no user interaction required. The described vulnerable area is /controller/PersonController.java, where getAllList may expose handler information without proper authorization. No integrity or availability impact is stated.
Likely exposure
Most relevant to organizations running internet-accessible or internally shared jshERP v3.5 instances. The CVE record's affected vendor/product fields are n/a, but the title and references identify jshERP v3.5 and PersonController.java. Exposure is lower where the application is isolated and access is tightly controlled.
Exploitation context
The source bundle does not show CISA KEV listing or confirmed active exploitation. The public description indicates exploitation requires network reachability and no credentials, which makes exposed deployments worth checking. The referenced researcher page may contain more operational detail, but this assessment avoids exploit guidance.
Researcher notes
Evidence is limited. The CVE affected-product fields are not populated, while the title and references identify jshERP v3.5. No official patch, fixed version, or vendor advisory is named in the supplied bundle. Validate directly against deployed code and vendor repository history before asserting remediation status.
Mitigation direction
Confirm whether jshERP v3.5 is deployed in any environment.
Check upstream jshERP guidance for patches, configuration changes, or fixed releases.
Restrict access to jshERP behind trusted networks or identity-aware controls.
Review authorization checks around PersonController and getAllList before exposure.
Monitor application logs for unusual unauthenticated access to person-related controller routes.
Validation and detection
Inventory running jshERP versions and flag any v3.5 deployments.
Review PersonController.java to confirm getAllList enforces authentication and role authorization.
Test with approved internal procedures that unauthenticated users cannot access handler lists.
Check web and application logs for unexpected access to affected controller paths.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · medium confidence lookup
CWE-284: Authorization and privilege behavior lookup
Authorization weaknesses can support privilege escalation and valid-account review, depending on exploit path. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-284 · source CWE mapping
Improper Access Control
Improper Access Control represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.