Security readout for executives and security teams
Plain-English summary
This CVE describes a cross-site scripting issue in Food Ordering Management System v1.0. Business urgency is moderate because the reported CVSS requires high privileges and user interaction, and there is no KEV listing. Organizations using this specific application should still address it because XSS can expose user data or alter user-visible actions.
Executive priority
Treat as a targeted application hardening item, not an emergency. Prioritize if the system is internet-facing, handles customer sessions, or is used by privileged staff, especially where no vendor-supported update path exists.
Technical view
CVE-2022-43046 is a CWE-79 XSS vulnerability in /foms/place-order.php of Food Ordering Management System v1.0. The CVSS 3.1 score is 4.8 with network access, low complexity, high privileges required, user interaction required, changed scope, and low confidentiality and integrity impact.
Likely exposure
Exposure appears limited to deployments of Food Ordering Management System v1.0. The CVE record does not provide vendor, CPE, or version-range metadata beyond the narrative description, so asset owners must verify manually whether this PHP application or component is present.
Exploitation context
The provided sources do not show active exploitation, and CISA KEV status is false. The CVSS vector suggests exploitation requires an already high-privileged attacker and user interaction, reducing broad internet-scale risk but not eliminating targeted risk in deployed systems.
Researcher notes
The public metadata is sparse: vendor and CPE fields are unavailable, and only one advisory reference is supplied. Analysis should avoid broad product assumptions and focus on confirming the named application, component, CVSS constraints, and CWE-79 behavior.
Mitigation direction
- Check vendor or project guidance for any update or official fix.
- Identify and restrict access to affected Food Ordering Management System deployments.
- Review /foms/place-order.php for unsafe handling of user-controlled data.
- Apply output encoding and input validation where maintainers control the code.
- Monitor application logs for suspicious order-placement content.
Validation and detection
- Inventory systems for Food Ordering Management System v1.0.
- Confirm whether /foms/place-order.php exists in deployed instances.
- Review the order-placement flow for stored or reflected untrusted content.
- Run safe XSS regression tests in a non-production environment.
- Confirm fixes preserve normal order placement behavior.
Public sources used
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 lookupCVE-2022-43046 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
- 4.8 (3.1)
- Known Exploited
- No
- Published
Vector: CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:C/C:L/I:L/A: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:3.1/AV:N/AC:L/PR:H/UI:R/S:C/C:L/I:L/A:N1.72.7Primary CVE scoreVulnerability scoring details
Base CVSS 3.1 score
4.8MediumVector: CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:C/C:L/I:L/A:N
Source materials
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.
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.
