LiveActive security incident?Get immediate response
CVE Record

CVE-2020-37145: HRSALE 1.1.8 - Cross-Site Request Forgery (Add Admin)

HRSALE 1.1.8 contains a cross-site request forgery vulnerability that allows attackers to add unauthorized administrative users through the employee registration form. Attackers can craft a malicious HTML page with hidden form fields to trick authenticated administrators into creating new user accounts with elevated privileges.

MediumCVSS 5.1Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

HRSALE 1.1.8 has a CSRF flaw that can let an attacker trick a logged-in administrator into creating an unauthorized admin account. The business risk is account takeover of the HRSALE application if an administrator visits attacker-controlled content while authenticated.

Executive priority

Treat as a targeted application risk, not an internet-wide emergency. Prioritize review if HRSALE stores sensitive HR data or is externally reachable. The main concern is unauthorized administrative access through social engineering of a legitimate admin.

Technical view

CVE-2020-37145 is CWE-352 in HRSALE 1.1.8. The reported issue affects the employee registration flow and permits forged requests that create users with elevated privileges when an authenticated administrator is induced to submit them. CVSS v4.0 is 5.1, reflecting required user interaction and limited integrity impact.

Likely exposure

Exposure is limited to organizations running HRSALE 1.1.8, especially instances reachable by administrators through a browser. Risk increases where admin sessions are long-lived and the application lacks effective CSRF protections on account creation.

Exploitation context

A public Exploit-DB entry is referenced, indicating exploit details are publicly available. The provided sources do not show CISA KEV listing or active exploitation in the wild. Exploitation requires an authenticated administrator to interact with attacker-controlled content.

Researcher notes

The source bundle names HRSALE 1.1.8 only. No official patch information is included in the provided sources. Public exploit reference exists, but this assessment avoids reproducing exploit mechanics. Validate defensively by checking CSRF protections and unauthorized account creation paths.

Mitigation direction

  • Identify whether HRSALE 1.1.8 is deployed or accessible.
  • Check vendor or maintainer guidance for any fixed release or official workaround.
  • Restrict administrative access to trusted networks where feasible.
  • Require administrators to log out after use and avoid browsing untrusted sites while authenticated.
  • Review admin account creation events for unauthorized users.

Validation and detection

  • Confirm HRSALE version and deployment scope.
  • Review account creation forms for CSRF token and origin validation controls.
  • Check whether administrative user creation requires fresh authentication or additional approval.
  • Audit user records for unexpected administrator accounts.
  • Monitor logs for suspicious account creation around administrator browsing sessions.
Prepared
Confidence
high
Sources
5

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-352: User-session and phishing behavior lookup

Client-side and session-facing weaknesses should be reviewed alongside initial-access and user-execution behaviors. 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.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2020-37145 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Medium
CVSS
5.1 (4.0)
Known Exploited
No
Published

Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:A/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

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.

1CVSS vectors
0Timeline events
0ADP providers
4Source links

CVSS vector scores

1 official score

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.

ScoreVersionSeverityVectorExploitImpactSource
5.1CVSS 4.0MediumCVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:A/VC:N/VI:L/VA:N/SC:N/SI:N/SA:NPrimary CVE score

Vulnerability scoring details

Base CVSS 4.0 score

5.1Medium
CVSS 4.0 vector shape for CVE-2020-37145Attack VectorAttack ComplexityAttack RequirementsPrivileges RequiredUser InteractionVS ConfidentialityVS IntegrityVS AvailabilitySS ConfidentialitySS IntegritySS Availability

Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:A/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Attack Requirements
NonePresent
Privileges Required
NoneLowHigh
User Interaction
NonePassiveActive
VS Confidentiality
HighLowNone
VS Integrity
HighLowNone
VS Availability
HighLowNone
SS Confidentiality
HighLowNone
SS Integrity
HighLowNone
SS Availability
HighLowNone

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
HRSALEHRSALE1.1.8Listed
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-352 · source CWE mapping

Cross-Site Request Forgery

Cross-Site Request Forgery represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.