LiveActive security incident?Get immediate response
CVE Record

CVE-2024-8607: SQLi in Oceanic Software's ValeApp

Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') vulnerability in Oceanic Software ValeApp allows SQL Injection. This issue affects ValeApp: before v2.0.0.

HighCVSS 8.7Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

ValeApp versions before v2.0.0 have a SQL injection flaw that can let an authenticated network user interfere with the application database. The CVSS 4.0 score is 8.7 high because confidentiality and integrity impact are high. The provided sources do not show active exploitation.

Executive priority

Treat as a high-priority product exposure review. The business urgency is highest where ValeApp handles sensitive records or is reachable by many authenticated users. Prioritize version confirmation and upgrade planning before broader hardening work.

Technical view

CVE-2024-8607 is a CWE-89 SQL injection issue in Oceanic Software ValeApp before v2.0.0. The CVSS vector is network-accessible, low complexity, low privileges, and no user interaction, with high victim confidentiality and integrity impact. Public records do not identify vulnerable endpoints or request parameters.

Likely exposure

Exposure is limited to organizations running Oceanic Software ValeApp before v2.0.0. The CVE record’s affected-version detail is sparse, so asset owners should verify installed versions against vendor or government guidance.

Exploitation context

The source bundle marks KEV as false and provides no cited evidence of active exploitation. The vulnerability is still operationally serious because authenticated low-privilege network access may be enough to reach database-impacting behavior.

Researcher notes

Public detail is limited to vulnerability class, product, affected range, and CVSS. Do not assume a specific endpoint, payload, or exploit chain from the available sources. The affected metadata includes sparse version data, while the description states before v2.0.0.

Mitigation direction

  • Inventory all ValeApp deployments and record installed versions.
  • Upgrade ValeApp to v2.0.0 or later where vendor guidance confirms remediation.
  • Check Oceanic Software or government advisories for exact fixed-version guidance.
  • Restrict network access to ValeApp administrative and authenticated surfaces.
  • Review database permissions used by the ValeApp application account.

Validation and detection

  • Confirm whether any ValeApp instance is older than v2.0.0.
  • Review application and database logs for unusual query errors or access patterns.
  • Verify exposed ValeApp routes are limited to intended networks and users.
  • Confirm the vendor advisory or government notice matches your installed build.
  • Document compensating controls if upgrade timing is delayed.
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-89: Database access and collection lookup

Injection into data stores can inform collection, data access, and exfiltration detection reviews. 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
description · low confidence lookup

Database behavior lookup

The CVE wording references database injection or access, so collection and exfiltration review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2024-8607 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
High
CVSS
8.7 (4.0)
Known Exploited
No
Published

Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:L/SC:N/SI:N/SA: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
3Timeline events
1ADP providers
3Source links

SSVC decision data

CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: noneAutomatable: 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.

ScoreVersionSeverityVectorExploitImpactSource
8.7CVSS 4.0HighCVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:L/SC:N/SI:N/SA:NTR-CERT

Vulnerability scoring details

Base CVSS 4.0 score

8.7High
CVSS 4.0 vector shape for CVE-2024-8607Attack VectorAttack ComplexityAttack RequirementsPrivileges RequiredUser InteractionVS ConfidentialityVS IntegrityVS AvailabilitySS ConfidentialitySS IntegritySS Availability

Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:L/SC:N/SI:N/SA:N

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Attack Requirements
NonePresent
Privileges Required
NoneLowHigh
User Interaction
NonePassiveActive
VS Confidentiality
HighLowNone
VS Integrity
HighLowNone
VS Availability
HighLowNone
SS Confidentiality
HighLowNone
SS Integrity
HighLowNone
SS Availability
HighLowNone

Vulnerability timeline

Timeline events are normalized from CVE metadata, CNA source timelines, ADP timelines, and KEV metadata when present.

  1. CVE reservedCVE Program

    The CVE ID was reserved by the assigning CNA.

  2. CVE publishedCVE Program

    The CVE record was published.

  3. CVE updatedCVE Program

    The CVE record metadata indicates this as the latest update time.

ADP provider summaries

CISA-ADPCISA ADP Vulnrichment
other:ssvc

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
Oceanic SoftwareValeApp0unaffected
Weakness

CWE details

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

CWE-89 · source CWE mapping

Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')

Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.