LiveActive security incident?Get immediate response
CVE Record

CVE-2023-3505: Onest CRM Project List 2 cross site scripting

A vulnerability was found in Onest CRM 1.0. It has been classified as problematic. This affects an unknown part of the file /admin/project/update/2 of the component Project List Handler. The manipulation of the argument name with the input <script>alert(1)</script> leads to cross site scripting. It is possible to initiate the attack remotely. The identifier VDB-232953 was assigned to this vulnerability. NOTE: The vendor was contacted early about this disclosure but did not respond in any way.

MediumCVSS 4Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

Onest CRM 1.0 has an authenticated cross-site scripting issue in the project update area. A malicious user with access could place script content in a project name, potentially affecting another user viewing that content. The sources do not identify active exploitation or a vendor fix.

Executive priority

Treat as a moderate-priority application security issue. It is not currently supported by evidence of active exploitation, but it can affect user trust and session safety if authenticated users can inject content into shared CRM pages.

Technical view

CVE-2023-3505 is CWE-79 in Onest CRM 1.0, affecting the Project List Handler at /admin/project/update/2. The reported vector is the name argument. CVSS v2 is 4.0 with network access, low complexity, and authentication required. Vendor response and fixed versions are not documented.

Likely exposure

Exposure appears limited to organizations running Onest CRM 1.0, especially where untrusted or lower-privileged authenticated users can update project names. The source data provides no CPEs, deployment prevalence, or affected version range beyond 1.0.

Exploitation context

The issue is remotely triggerable but requires authentication according to the CVSS vector. Public vulnerability records describe the vulnerable parameter, but the provided sources do not show KEV listing, confirmed exploitation in the wild, or weaponized exploit activity.

Researcher notes

Evidence is sparse: VulDB reports the affected component, route, and parameter, while CVE data confirms CWE-79 and CVSS v2 scoring. The vendor reportedly did not respond, and no fixed version or official mitigation is named in the provided sources.

Mitigation direction

  • Identify whether Onest CRM 1.0 is deployed in any environment.
  • Check vendor or project guidance for an official update or replacement path.
  • Restrict project administration access to trusted users until remediated.
  • For maintained forks, review contextual output encoding and input handling for project names.

Validation and detection

  • Inventory CRM instances and confirm the deployed Onest CRM version.
  • Verify whether /admin/project/update/2 or equivalent project update functionality is present.
  • Review project name rendering for proper encoding in authenticated staging tests.
  • Check access controls for users allowed to create or update project names.
Prepared
Confidence
medium
Sources
4

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-79: 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-2023-3505 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
4 (2.0)
Known Exploited
No
Published

Vector: AV:N/AC:L/Au:S/C:N/I:P/A: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
3Source 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
4CVSS 2.0MediumAV:N/AC:L/Au:S/C:N/I:P/A:N82.9Primary CVE score

Vulnerability scoring details

Base CVSS 2.0 score

4Medium
CVSS 2.0 vector shape for CVE-2023-3505Access VectorAccess ComplexityAuthenticationConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: AV:N/AC:L/Au:S/C:N/I:P/A:N

Access Vector
NetworkAdjacentLocal
Access Complexity
LowMediumHigh
Authentication
NoneSingleMultiple
Confidentiality Impact
CompletePartialNone
Integrity Impact
CompletePartialNone
Availability Impact
CompletePartialNone

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
OnestCRM1.0Listed
Weakness

CWE details

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

CWE-79 · source CWE mapping

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.