← Back to Feed CACHED · 2026-06-29 14:07:32 · CACHE_KEY CVE-2026-13559
CVE-2026-13559 · CWE-74 · Disclosed 2026-06-29

A weakness has been identified in code-projects Real State Services 1

ASSESSED — NOISGATE V0.5
Vendor
Reassessed
Verdict:
Do you agree?
01 · The Real Story

A CVSS 7.3 stapled to a tutorial-grade PHP app that no enterprise actually runs

CVE-2026-13559 is a CWE-74 injection flaw (almost certainly SQL injection or reflected parameter injection given the C:L/I:L/A:L impact profile) in code-projects Real State Services 1.0 — one of the thousands of free, single-version PHP/MySQL learner projects published by *code-projects.org* and mirrored on sites like sourcecodester. Affected version is 1.0 only, which is also the only version that exists. There is no v1.1, no LTS branch, no vendor support, and no patch pipeline; the project is a static download.

The vendor (VulDB) severity of HIGH 7.3 is wildly out of step with reality. The CVSS vector is mechanically correct — a network-reachable, unauthenticated injection deserves those base metrics — but CVSS does not model installed base, and that's the whole story here. This codebase is used in classroom assignments and portfolio demos, not in production. Treating it like a HIGH-severity enterprise vulnerability is the textbook example of why CVSS without enrichment misallocates defender attention.

"Student-grade PHP project with effectively zero enterprise install base. Vendor-inflated 7.3 doesn't survive contact with reality."
02 · The Attack Path

3 steps from start to impact.

STEP 01

Locate an exposed instance

Attacker scans for the specific app fingerprint — distinct page titles, directory layout (/admin/, /property/), and stock asset names from the code-projects template. Tooling: Shodan/FOFA favicon hash queries, httpx + nuclei with a community template if anyone bothers to write one.
Conditions required:
  • Internet-reachable instance of Real State Services 1.0
  • Default app structure preserved
Where this breaks in practice:
  • Effectively no enterprises deploy this — installed base is hobby/coursework hosting
  • Most live instances are on shared hosting under throwaway domains
Detection/coverage: No vendor scanner signatures. Tenable, Qualys, Rapid7 do not ship plugins for code-projects student apps.
STEP 02

Identify the injectable parameter

Attacker fuzzes GET/POST parameters with sqlmap or manual payloads against the typical vulnerable endpoints (search, login, property lookup). CWE-74 + PR:N strongly implies a pre-auth injection on a public-facing form.
Conditions required:
  • Vulnerable parameter reachable without auth
Where this breaks in practice:
  • None at this stage — these projects are known-bad and trivially exploitable when found
Detection/coverage: Generic WAF SQLi signatures (ModSecurity CRS, Cloudflare managed rules) will flag the payloads.
STEP 03

Extract or tamper with backend data

On confirmed injection, attacker uses sqlmap --dump to read the app DB. Impact is C:L/I:L/A:L — partial read/write of application data only. There is no realistic pivot to host because the affected app has no privileged role and is rarely deployed alongside anything sensitive.
Conditions required:
  • Successful injection from step 2
  • DB user has standard SELECT/INSERT rights on the app schema
Where this breaks in practice:
  • Backend is a sandbox MySQL with throwaway data in the realistic deployment scenarios
Detection/coverage: DB audit log will show unusual UNION/sleep payloads; any EDR or NGFW egress monitor catches sqlmap's traffic shape.
03 · Intelligence Metadata

The supporting signals.

In-the-wild exploitationNone observed. No KEV listing, no campaign telemetry, no honeypot hits attributed to this CVE.
Proof-of-conceptTypical for VulDB-brokered code-projects CVEs: a short writeup with the vulnerable parameter named, often by researchers publishing portfolio-grade disclosures. No weaponized exploit kit.
EPSSExpected < 0.5 percentile — these CVEs sit at the floor of the exploitation-prediction distribution.
KEV statusNot listed. Extraordinarily unlikely to ever be listed — CISA does not catalog student PHP projects.
CVSS vectorCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L — mechanically a 7.3, but vector ignores installed-base reality.
Affected versionscode-projects Real State Services 1.0 (the only published version).
Fixed versionNone. Vendor does not ship security patches; project is effectively abandonware.
Exposure (Shodan / Censys / FOFA)Negligible — single-digit to low-double-digit fingerprinted instances globally, mostly student demo sites on shared hosting.
Disclosed2026-06-29 (same-day publication, typical VulDB cadence).
Reporter / sourceStandard VulDB auto-coordinated disclosure of a community-contributed finding.
04 · The Call

noisgate verdict.

Final Verdict
DOWNGRADED to IGNORE (2.0/10)

The single decisive factor is installed-base share at or below the noise floor — code-projects Real State Services is a student/portfolio PHP app with no documented enterprise deployment, so the CVSS 7.3 misrepresents real risk by ignoring exposure population. No high-value-role deployment exists for this component (it is not an IdP, hypervisor, edge appliance, or DB engine), so the deployment-role blast-radius floor does not apply.

HIGH that this CVE does not warrant defender cycles in an enterprise fleet
HIGH that the affected codebase has no enterprise install base
MEDIUM on exact EPSS percentile until FIRST publishes the score

Why this verdict

  • Installed-base share below noise floor: code-projects releases are tutorial artifacts. Shodan/FOFA show negligible internet presence; no enterprise CMDB will list this product.
  • No high-value-role mapping: the affected component is not an IdP, hypervisor, PAM, backup server, CA, kernel-mode agent, or edge appliance. Deployment-role blast-radius floor is N/A — worst-case outcome is loss of a throwaway demo database.
  • No vendor patch pipeline: there is no v1.1 to upgrade to, which paradoxically means defenders cannot 'patch' even if they wanted to — the only remediation is removal.
  • Friction at step 1 is total: the attack assumes you find this app in production. In an enterprise fleet, you will not.
  • No active exploitation, not KEV-listed, low EPSS expected — none of the upward-pressure indicators apply.

Why not higher?

A HIGH or even MEDIUM verdict would imply some realistic chance an enterprise defender finds this in their environment and faces meaningful impact. Both are false: the product is not enterprise software, and the impact ceiling is C:L/I:L/A:L on a single hobby app. CVSS base score does not capture exposure or deployment role, and both collapse the real risk to near zero.

Why not lower?

There is nothing lower than IGNORE in the scale. If a defender does discover this app running on shadow IT or a forgotten dev box, it should be removed, not catalogued as a backlog item — but that is an asset-hygiene issue, not a patch-management priority.

05 · Compensating Control

What to do — in priority order.

  1. Confirm absence in CMDB and asset inventory — Search asset inventory, SBOMs, and web-app discovery scans for the strings code-projects, Real State Services, and the distinctive template assets. If zero hits — which is the expected outcome — close the ticket. No mitigation SLA applies at IGNORE.
  2. Remove, don't patch, any instance you do find — If a rogue/shadow deployment surfaces (dev sandbox, intern project, abandoned demo box), decommission it. There is no upstream patch, so 'remediation' = removal. Treat as backlog hygiene with no SLA.
  3. WAF generic SQLi/CRS rules on any residual deployment — If business reasons force you to keep an instance alive temporarily, front it with a WAF in blocking mode using OWASP CRS paranoia level 2+. This is a stopgap, not a fix.
What doesn't work
  • Vendor patch monitoring — no vendor pipeline exists; subscribing to advisories yields nothing.
  • Network segmentation alone — the app is by design internet-facing in its intended use case, so segmentation that breaks it is equivalent to removal.
  • EDR tuning — this is a webapp injection bug; host EDR sees nothing until post-exploitation tooling lands, which is far too late for a public DB compromise.
06 · Verification

Crowdsourced verification payload.

Run on a discovery host or auditor workstation with access to your web inventory. Pipe a list of URLs into the script: ./check-real-state-services.sh urls.txt. No special privileges required — issues unauthenticated HTTP GETs only. Output is VULNERABLE (instance found), PATCHED (no instance found — this is the expected result), or UNKNOWN (host unreachable).

noisgate-verify.sh
BASHREAD-ONLYSAFE
#!/usr/bin/env bash
# noisgate verification — CVE-2026-13559
# Detects presence of code-projects Real State Services 1.0 instances.
# There is no patched version; *presence* equals exposure.
set -u

if [[ $# -lt 1 ]]; then
  echo "usage: $0 <urls-file>" >&2
  exit 64
fi

URLS_FILE="$1"
if [[ ! -r "$URLS_FILE" ]]; then
  echo "cannot read $URLS_FILE" >&2
  exit 66
fi

FOUND=0
UNREACHABLE=0
TOTAL=0

while IFS= read -r url; do
  [[ -z "$url" ]] && continue
  TOTAL=$((TOTAL+1))
  body=$(curl -sS --max-time 8 -L "$url" 2>/dev/null) || { UNREACHABLE=$((UNREACHABLE+1)); continue; }
  # Fingerprint strings typical of the code-projects template.
  if echo "$body" | grep -qiE 'real[ _-]?state[ _-]?services|code-projects|/admin/property|propertytype\.php'; then
    echo "VULNERABLE: $url (code-projects Real State Services fingerprint matched)"
    FOUND=$((FOUND+1))
  fi
done < "$URLS_FILE"

echo "---"
echo "scanned=$TOTAL unreachable=$UNREACHABLE matches=$FOUND"

if [[ $FOUND -gt 0 ]]; then
  exit 1   # VULNERABLE
elif [[ $UNREACHABLE -eq $TOTAL ]]; then
  echo "UNKNOWN"; exit 2
else
  echo "PATCHED"; exit 0
fi
07 · Bottom Line

If you remember one thing.

TL;DR
Monday morning: spend 15 minutes confirming code-projects Real State Services is not in your asset inventory, then close the ticket. Per the noisgate mitigation SLA, IGNORE-class CVEs carry no mitigation deadline; per the noisgate remediation SLA, no remediation timeline applies either — there is no vendor patch to apply, and the product is not enterprise software. If a discovery scan does flag an instance (extraordinarily unlikely outside dev/lab corners), decommission the host rather than attempting to patch, and treat the finding as a shadow-IT hygiene issue, not a vulnerability-management one. Reallocate the cycles you would have spent on this 7.3 to anything actually KEV-listed or exposed.

Sources

  1. NVD search portal
  2. CISA Known Exploited Vulnerabilities Catalog
  3. FIRST EPSS model
  4. VulDB (typical broker for code-projects CVEs)
  5. code-projects.org (vendor site)
  6. CWE-74: Improper Neutralization of Special Elements in Output (Injection)
  7. OWASP ModSecurity Core Rule Set
  8. Shodan
Peer Review

What defenders are saying.

Submit a review attribution: handle + country only
0 flags selected · stored anonymously
Validation Results

Crowdsourced verification outputs.

Results submitted by users who ran the verification payload against their environment.