CVE-2022-44960: webtareas 2.4p5 was discovered to contain a cross-site scripting (XSS) vulnerability in the component /gene...
webtareas 2.4p5 was discovered to contain a cross-site scripting (XSS) vulnerability in the component /general/search.php?searchtype=simple. This vulnerability allows attackers to execute arbitrary web scripts or HTML via a crafted payload injected into the Search field.
Security readout for executives and security teams
Plain-English summary
CVE-2022-44960 is a medium-severity cross-site scripting issue in webtareas 2.4p5 search. An attacker with low privileges could submit crafted search input that runs script or HTML in another user's browser if that user interacts with it.
Executive priority
Treat as a targeted application risk, not an emergency. Prioritize if webtareas is internet-facing, used by privileged staff, or handles sensitive workflows where browser-session abuse could matter.
Technical view
The reported flaw is CWE-79 XSS in /general/search.php?searchtype=simple through the Search field. CVSS 3.1 is 5.4 with network attack vector, low complexity, low privileges required, user interaction required, changed scope, and low confidentiality and integrity impact.
Likely exposure
Exposure is likely limited to organizations running webtareas 2.4p5, especially where authenticated users can access the simple search feature. The source bundle does not provide CPEs or broader affected-version data.
Exploitation context
The bundle states crafted Search field input can execute web scripts or HTML. It does not cite public exploitation in the wild, and the CVE is not listed as CISA KEV in the provided data.
Researcher notes
Evidence is sparse: affected metadata is listed as n/a, with one GitHub issue reference plus CVE records. Do not extrapolate affected versions beyond webtareas 2.4p5 without vendor confirmation.
Mitigation direction
Inventory webtareas deployments and confirm whether version 2.4p5 is present.
Check the upstream issue or vendor guidance for a fixed release before upgrading.
Restrict access to authenticated search functionality where exposure is not required.
If maintaining the code, prioritize output encoding and input handling review for search results.
Validation and detection
Confirm /general/search.php?searchtype=simple exists on suspected webtareas instances.
Review deployed webtareas version information for 2.4p5.
Check whether search input is reflected into responses without safe encoding.
Review logs for suspicious search submissions containing script or HTML markers.
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.
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
3Timeline events
2ADP providers
2Source links
SSVC decision data
CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: pocAutomatable: noTechnical Impact: total
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.
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.