LiveActive security incident?Get immediate response
CVE Record

CVE-2025-51682: mJobtime 15.7.2 handles authorization on the client side, which allows an attacker to modify the client-sid...

mJobtime 15.7.2 handles authorization on the client side, which allows an attacker to modify the client-side code and gain access to administrative features. Additionally, they can craft requests based on the client-side code to call these administrative functions directly.

CriticalCVSS 9.8Not KEV-listedUpdated
Glexia's TakeAutomated analysiscritical

Security readout for executives and security teams

Plain-English summary

CVE-2025-51682 is a critical authorization design flaw in mJobtime 15.7.2. The product reportedly trusts client-side checks for administrative access, letting an attacker alter client code or call administrative functions directly. That could expose sensitive data, allow unauthorized changes, and disrupt service.

Executive priority

Treat this as urgent for any confirmed mJobtime 15.7.2 deployment. Prioritize exposure reduction and vendor remediation tracking because the reported flaw can undermine administrative access controls without requiring credentials or user interaction.

Technical view

The issue is CWE-602: client-side enforcement of server-side security. The source states mJobtime 15.7.2 exposes administrative functionality when client-side authorization is modified or bypassed through direct requests. CVSS 3.1 is 9.8, reflecting network attackability, low complexity, no privileges, no user interaction, and high CIA impact.

Likely exposure

Exposure appears limited to organizations running mJobtime 15.7.2, especially where the application or administrative functions are reachable over untrusted networks. The source bundle does not provide CPEs, vendor metadata, deployment defaults, or a complete affected-version range.

Exploitation context

The bundle does not show CISA KEV listing or cite active exploitation. The described weakness is still serious because authorization decisions should not depend on client-side code, and direct administrative calls may bypass intended access controls.

Researcher notes

Evidence is narrow but specific: one advisory-backed CVE record, CVSS 9.8, CWE-602, and no KEV signal. Do not assume other versions are affected unless vendor guidance confirms it. Validate server-side authorization behavior without publishing bypass details.

Mitigation direction

  • Check the vendor or advisory source for patched versions or official workarounds.
  • Restrict mJobtime access to trusted networks or VPN until remediation is confirmed.
  • Ensure administrative functions require server-side authorization checks.
  • Review administrative accounts and permissions for unnecessary access.
  • Monitor application logs for unexpected administrative function access.

Validation and detection

  • Inventory mJobtime deployments and confirm whether version 15.7.2 is present.
  • Identify whether the application is internet-accessible or exposed to untrusted users.
  • Verify administrative endpoints enforce authorization on the server side.
  • Review logs for unusual administrative actions or direct endpoint access.
  • Track vendor advisories for confirmed fixed versions and upgrade guidance.
Prepared
Confidence
medium
Sources
3

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-602: 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-2025-51682 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
Critical
CVSS
9.8 (3.1)
Known Exploited
No
Published

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

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
2Source links

SSVC decision data

CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: pocAutomatable: yesTechnical 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
9.8CVSS 3.1CriticalCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H3.95.9CISA-ADP

Vulnerability scoring details

Base CVSS 3.1 score

9.8Critical
CVSS 3.1 vector shape for CVE-2025-51682Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

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

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
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-602 · source CWE mapping

Client-Side Enforcement of Server-Side Security

Client-Side Enforcement of Server-Side Security represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.