LiveActive security incident?Get immediate response
CVE Record

CVE-2023-24977: Apache InLong: Jdbc Connection causes arbitrary file reading in InLong

Out-of-bounds Read vulnerability in Apache Software Foundation Apache InLong.This issue affects Apache InLong: from 1.1.0 through 1.5.0. Users are advised to upgrade to Apache InLong's latest version or cherry-pick https://github.com/apache/inlong/pull/7214 https://github.com/apache/inlong/pull/7214  to solve it.

HighCVSS 7.5Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

CVE-2023-24977 is an Apache InLong flaw that can allow arbitrary file reading through JDBC connection handling. For an exposed affected deployment, the main business risk is unauthorized disclosure of sensitive files. The CVSS score is 7.5, reflecting high confidentiality impact without integrity or availability impact.

Executive priority

Treat as a high-priority confidentiality issue for any exposed Apache InLong deployment. Remediate promptly, especially where InLong can access sensitive local files or secrets.

Technical view

Apache InLong versions 1.1.0 through 1.5.0 are affected by an out-of-bounds read issue tied to JDBC connection behavior. The CVSS vector indicates network access, low complexity, no privileges, and no user interaction, with high confidentiality impact only.

Likely exposure

Organizations running Apache InLong 1.1.0 through 1.5.0 are the relevant exposure group. Risk is higher where InLong services are reachable over untrusted networks.

Exploitation context

The provided sources do not report active exploitation, and the CVE is not listed as KEV. The CVSS vector indicates unauthenticated network exploitability, but no exploit maturity details are provided.

Researcher notes

The source bundle identifies CWE-125 and arbitrary file reading via JDBC connection handling, but does not provide detailed vulnerable code paths. Avoid assuming affected configurations beyond Apache InLong 1.1.0 through 1.5.0.

Mitigation direction

  • Upgrade Apache InLong to the latest version recommended by Apache.
  • Alternatively cherry-pick Apache InLong pull request 7214 if full upgrade is delayed.
  • Restrict network access to InLong services while remediation is pending.
  • Review Apache advisory updates before deciding remediation is complete.

Validation and detection

  • Inventory Apache InLong deployments and record exact versions.
  • Flag any deployment running versions 1.1.0 through 1.5.0.
  • Confirm the upgraded build includes the fix or PR 7214 cherry-pick.
  • Review relevant logs for unusual JDBC connection activity or file-access errors.
Prepared
Confidence
high
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 · low confidence lookup

CWE-125: Exact CWE lookup

Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. 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

File 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 lookup
cve · low confidence lookup

CVE-2023-24977 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
7.5 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A: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
0Timeline events
0ADP providers
2Source links

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
7.5CVSS 3.1HighCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N3.93.6Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

7.5High
CVSS 3.1 vector shape for CVE-2023-24977Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
Apache Software FoundationApache InLong1.1.0unaffected
Weakness

CWE details

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

CWE-125 · source CWE mapping

Out-of-bounds Read

Out-of-bounds Read represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.