LiveActive security incident?Get immediate response
CVE Record

CVE-2024-23083: Time4J Base v5.9.3 was discovered to contain a NullPointerException via the component net.time4j.format.int...

Time4J Base v5.9.3 was discovered to contain a NullPointerException via the component net.time4j.format.internal.FormatUtils::useDefaultWeekmodel(Locale). NOTE: this is disputed by multiple third parties who believe there was not reasonable evidence to determine the existence of a vulnerability. The submission may have been based on a tool that is not sufficiently robust for vulnerability identification.

MediumCVSS 5.3Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2024-23083 reports a possible crash condition in Time4J Base 5.9.3. The record is disputed: multiple third parties reportedly believe the evidence is insufficient to prove a vulnerability. If real, the impact appears limited to availability, not data theft or tampering.

Executive priority

Treat as a dependency hygiene item, not an emergency. The reported impact is limited availability degradation and the vulnerability is disputed. Focus on confirming whether Time4J 5.9.3 is present in externally reachable services, then follow vendor guidance if confirmed.

Technical view

The CVE describes a NullPointerException in net.time4j.format.internal.FormatUtils::useDefaultWeekmodel(Locale), classified as CWE-476. CVSS v3.1 is 5.3, network-reachable, low complexity, no privileges or user interaction, with low availability impact only. The CVE notes dispute over whether this is a valid vulnerability.

Likely exposure

Potentially exposed systems are Java applications that include Time4J Base v5.9.3 and use affected locale/weekmodel formatting paths. The CVE record does not provide CPEs or a complete affected-version range, so exposure must be confirmed through dependency inventory.

Exploitation context

No CISA KEV listing or cited source indicates active exploitation. The public record describes a possible denial-of-service style crash, but also states the finding may come from insufficiently robust tooling and is disputed.

Researcher notes

The strongest caveat is the CVE’s own dispute note. Avoid assuming exploitability from the NPE claim alone. Useful analysis should establish reachability, input control over Locale-related behavior, reproducibility, and whether the condition can materially affect service availability.

Mitigation direction

  • Inventory Java applications and SBOMs for Time4J Base v5.9.3.
  • Check the Time4J project and CVE record for vendor-confirmed guidance.
  • Prioritize remediation only where the affected formatting path is reachable by untrusted input.
  • If vendor guidance names a fixed version, update through normal dependency management.
  • Add defensive error handling around affected date/locale formatting workflows where appropriate.

Validation and detection

  • Search dependency manifests, lockfiles, and SBOMs for Time4J Base 5.9.3.
  • Confirm whether applications call Time4J locale or weekmodel formatting features.
  • Review application logs for NullPointerException traces involving FormatUtils.useDefaultWeekmodel.
  • Test suspected workflows in a controlled environment without using production data.
  • Document cases where the library is present but affected code paths are unreachable.
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 · low confidence lookup

CWE-476: 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
cve · low confidence lookup

CVE-2024-23083 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
Medium
CVSS
5.3 (3.1)
Known Exploited
No
Published

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

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
2ADP providers
3Source links

SSVC decision data

CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: noneAutomatable: noTechnical Impact: partial

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
5.3CVSS 3.1MediumCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L3.91.4CISA-ADP

Vulnerability scoring details

Base CVSS 3.1 score

5.3Medium
CVSS 3.1 vector shape for CVE-2024-23083Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

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

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
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
cvssV3_1other:ssvc
CVECVE Program Container
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
n/an/an/aListed
Weakness

CWE details

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

CWE-476 · source CWE mapping

NULL Pointer Dereference

NULL Pointer Dereference represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.