Security readout for executives and security teams
Plain-English summary
CVE-2023-1030 is a reflected cross-site scripting issue in Online Boat Reservation System 1.0. A crafted login request can cause attacker-controlled content to be reflected to a user. Business risk is moderate: it can support phishing, session abuse, or user-facing manipulation, but the record does not show active exploitation.
Executive priority
Prioritize remediation if the system is internet-facing or used by authenticated customers. This is not a critical infrastructure-wide emergency from the provided evidence, but public exploit disclosure means exposed instances should not remain unreviewed.
Technical view
The issue affects /boat/login.php in the POST parameter handler. Manipulation of the un argument leads to cross-site scripting. The CVSS v4.0 score is 5.1 with remote network reachability, low attack complexity, low privileges required, and user interaction required. Sources list CWE-79 and CWE-94.
Likely exposure
Exposure is limited to organizations running SourceCodester or code-projects Online Boat Reservation System 1.0, especially if /boat/login.php is reachable by users or the internet. The source bundle does not identify other affected versions or downstream forks.
Exploitation context
VulDB states the exploit has been publicly disclosed and may be used. CISA KEV status in the bundle is false, and no provided source confirms active exploitation in the wild. Treat internet-facing deployments as higher priority because the vulnerable endpoint is remotely reachable.
Researcher notes
Evidence identifies the vulnerable component and parameter but not a vendor patch, commit, or complete affected-version range. The GitHub reference is tagged as exploit and broken-link in the bundle, so rely on CVE/VulDB metadata unless independently verified.
Mitigation direction
- Identify whether Online Boat Reservation System 1.0 is deployed.
- Check vendor or project guidance for a fixed release or official workaround.
- Restrict public access to /boat/login.php where operationally possible.
- Sanitize input and context-encode output for the un parameter.
- Add security regression tests covering reflected login input handling.
- Monitor login requests for suspicious reflected-script attempts.
Validation and detection
- Inventory web applications for SourceCodester or code-projects Online Boat Reservation System 1.0.
- Confirm whether /boat/login.php is reachable from untrusted networks.
- Review login.php handling of POST parameter un for unsafe reflection.
- Run authorized XSS testing without storing or sharing weaponized payloads.
- Check application logs for unusual login parameter values.
- Verify remediation with unit and browser regression tests.
Public sources used
- CVE Program
- CVE List V5
- VDB-221755 | SourceCodester/code-projects Online Boat Reservation System POST Parameter login.php cross site scripting
- VDB-221755 | CTI Indicators (IOB, IOC, TTP, IOA)
- Submit #94112 | Online Boat Reservation System v1.0 /boat/login.php post parameter 'un' exists xss vulnerability
- GitHub bug report reference
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
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-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 lookupCWE-94: Code execution behavior lookup
Code execution and unsafe deserialization weaknesses often justify reviewing execution behavior and process telemetry. 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 lookupCVE-2023-1030 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
Open ATT&CK lookup- Severity
- Medium
- CVSS
- 5.1 (4.0)
- Known Exploited
- No
- Published
Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:P/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N
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.
CVSS vector scores
1 official scoreWe 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.
CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:P/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N——Primary CVE scoreVulnerability scoring details
Base CVSS 4.0 score
5.1MediumVector: CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:P/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N
Source materials
- CVE List V5 sourceCVE List V5
- VDB-221755 | SourceCodester/code-projects Online Boat Reservation System POST Parameter login.php cross site scriptingCVE reference · vdb-entry, technical-description
- VDB-221755 | CTI Indicators (IOB, IOC, TTP, IOA)CVE reference · signature, permissions-required
- Submit #94112 | Online Boat Reservation System v1.0 /boat/login.php post parameter 'un' exists xss vulnerabilityCVE reference · third-party-advisory
- https://github.com/jidle123/bug_report/blob/main/vendors/winex01/Online%20Boat%20Reservation%20System/XSS-1.md#online-boat-reservation-system-v10-by-winex01-has-cross-site-scripting-reflectedCVE reference · broken-link, exploit
Products and packages named in the record
CWE details
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
