LiveActive security incident?Get immediate response
CVE Record

CVE-2025-52022: A vulnerability in the PHP backend of gemsloyalty.aptsys.com.sg thru 2025-05-28 allows unauthenticated remo...

A vulnerability in the PHP backend of gemsloyalty.aptsys.com.sg thru 2025-05-28 allows unauthenticated remote attackers to trigger detailed error messages that disclose internal file paths, code snippets, and stack traces. This occurs when specially crafted HTTP GET/POST requests are sent to public API endpoints, exposing potentially sensitive information useful for further exploitation. This issue is classified under CWE-209: Information Exposure Through an Error Message.

MediumCVSS 5.3Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

This CVE describes a public PHP backend that exposes internal details when it receives malformed requests. The disclosed paths, code snippets, and stack traces do not directly prove data theft, but they can help attackers map the application and plan follow-on attacks.

Executive priority

Treat this as a moderate exposure-management issue. It is not described as direct compromise, but leaked internals can reduce attacker effort. Prioritize confirming business dependency and obtaining remediation status from the responsible operator.

Technical view

CVE-2025-52022 is a CWE-209 information exposure issue in gemsloyalty.aptsys.com.sg through 2025-05-28. Unauthenticated network attackers can trigger verbose error responses from public API endpoints using crafted GET or POST requests. CVSS is 5.3: network-accessible, low complexity, no privileges, no user interaction, low confidentiality impact.

Likely exposure

Exposure appears limited to the named gemsloyalty.aptsys.com.sg PHP backend and public API endpoints described in the CVE record. The source bundle does not identify a vendor, package, reusable product, CPE, or broader affected version set.

Exploitation context

The CVE describes unauthenticated remote triggering of detailed errors, but it does not establish active exploitation. The bundle marks CISA KEV status as false and provides no evidence of public weaponization beyond the disclosure reference.

Researcher notes

Evidence is narrow. The CVE record names a specific hosted PHP backend, CWE-209, CVSS 5.3, and one external disclosure reference. It does not provide affected package metadata, CPEs, patch versions, exploit telemetry, or a confirmed fix.

Mitigation direction

  • Check the site operator or vendor for an official fix or remediation statement.
  • Disable detailed PHP and application error output in production.
  • Return generic API error responses to unauthenticated users.
  • Review exposed API endpoints for verbose exception handling.
  • Inspect disclosed snippets for secrets, credentials, or internal-only paths.

Validation and detection

  • Confirm whether any owned service depends on gemsloyalty.aptsys.com.sg APIs.
  • Review production responses for stack traces, paths, and code fragments.
  • Check web and application logs for repeated malformed GET or POST requests.
  • Verify production PHP error display and debug flags are disabled.
  • Document whether this issue applies only to the named hosted backend.
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 · medium confidence lookup

CWE-209: Information exposure and cloud metadata lookup

Information exposure and SSRF weaknesses can make discovery, cloud metadata, and credential material review relevant. 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-52022 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:L/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
3Timeline events
1ADP providers
2Source links

SSVC decision data

CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: noneAutomatable: yesTechnical 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:L/I:N/A:N3.91.4CISA-ADP

Vulnerability scoring details

Base CVSS 3.1 score

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

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/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

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

Generation of Error Message Containing Sensitive Information

Generation of Error Message Containing Sensitive Information represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.