Cyber Resilience

CVE-2025-47594

CSRF

Published
07 May 2025
Modified
17 June 2026
CVSS Score v3.1 4.3
Click a component to see what it means
Raw vectorCVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N
EPSS Score 0.0015 5th percentile
Risk Priority 35 floored blend · peak EPSS

Summary

CVE-2025-47594 is a medium-severity CSRF (CWE-352) vulnerability. Its CVSS base score is 4.3 (Medium).

Operationally, ranked at the 5th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified map to AC-3 (Access Enforcement) and SC-23 (Session Authenticity) — see the control section below for these in your framework.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability Data

Cross-Site Request Forgery (CSRF) vulnerability in DAEXT Soccer Live Scores allows Cross Site Request Forgery. This issue affects Soccer Live Scores: from n/a through 1.0.5.

CWE(s)

Related Threats

CVEs Like This One

CVE-2025-28900Shared CWE-352
CVE-2024-25932Shared CWE-352
CVE-2024-34809Shared CWE-352
CVE-2025-2935Shared CWE-352
CVE-2024-54205Shared CWE-352
CVE-2025-23898Shared CWE-352
CVE-2025-5933Shared CWE-352
CVE-2025-9623Shared CWE-352
CVE-2025-32267Shared CWE-352
CVE-2023-47718Shared CWE-352

Affected Assets

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)
  • AC-3 Access Enforcement
  • SC-23 Session Authenticity
  • SI-10 Information Input Validation
Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)

Validate
Prove the fix (OWASP ASVS)
  • V3.3.2
  • V3.5.1
  • V10.2.1

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly requires the application to enforce that state-changing requests originate from an authenticated user who intended the action, which the missing CSRF protections violate.

prevent

Requires protection of session authenticity so that cookies alone cannot be used by an attacker to drive unauthorized actions from another origin.

prevent

Requires validation of incoming requests (origin, token, or other integrity checks) before processing, directly addressing the forged-request weakness.

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.PS-06 mostly match
prevents

Secure SDLC practices directly require anti-CSRF controls such as tokens or SameSite attributes.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

mitigates

By denying access to phishing or malicious sites, the control lowers the likelihood that a user will be tricked into submitting a forged request that performs an unintended action on another site.

none

Contextual intelligence about emerging CSRF toolkits can be translated into updated anti-CSRF token or same-site policy configurations across applications.

References