Security readout for executives and security teams
Plain-English summary
CVE-2017-14704 affects Claydip Laravel Airbnb Clone 1.0. Authenticated users could upload executable files through profile/proof upload functions and run code by directly requesting the uploaded file. For an exposed instance, this can become server compromise. The provided sources do not identify a vendor patch or active exploitation.
Executive priority
Treat as high priority only if this legacy clone application is deployed. Confirm exposure quickly, then isolate or retire affected instances because authenticated upload-to-code-execution can lead to full application takeover.
Technical view
The CVE describes unrestricted file upload in the imageSubmit and proof_submit functions. Uploaded executable files are reachable under images/profile, enabling arbitrary code execution after authentication. Public exploit information is referenced, but the bundle provides no CVSS, CWE, confirmed patch, or KEV evidence of active exploitation.
Likely exposure
Exposure appears limited to organizations running Claydip Laravel Airbnb Clone 1.0 with authenticated upload functionality reachable. Risk increases if public registration exists or low-trust users can authenticate.
Exploitation context
Exploit-DB is cited, so public exploit details exist. However, the source bundle does not show CISA KEV listing or other evidence of active exploitation in the wild.
Researcher notes
The record is sparse: no CVSS, CWE, CPE, or patch details are provided. The clearest evidence is the CVE description and Exploit-DB reference. Avoid broad product assumptions beyond Claydip Laravel Airbnb Clone 1.0.
Mitigation direction
- Check vendor or project guidance for a maintained fix or replacement.
- Disable or restrict the affected upload functions if the product is still deployed.
- Prevent code execution from upload directories such as images/profile.
- Allow only expected file types and validate uploads server-side.
- Store uploaded files outside the web root where possible.
Validation and detection
- Inventory internet-facing assets for Claydip Laravel Airbnb Clone 1.0.
- Review code paths for imageSubmit and proof_submit upload handling.
- Check whether images/profile can execute server-side code.
- Inspect uploaded files for executable extensions or suspicious content.
- Review web logs for direct requests to uploaded profile files.
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.
Execution behavior lookup
The CVE wording references code or command execution, so execution technique review may help defensive triage. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.
Open ATT&CK lookupFile access behavior lookup
The CVE wording references file access or upload behavior, so file telemetry and web shell review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.
Open ATT&CK lookupCVE-2017-14704 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
- Unknown
- CVSS
- Not scored
- Known Exploited
- No
- Published
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 and timeline data
No CVSS vectors or timeline events were available in the normalized CVE source material.
Source materials
- CVE List V5 sourceCVE List V5
- 42773CVE reference · exploit, x_refsource_EXPLOIT-DB
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.
