CVE-2026-41309HIGH 8.2EPSS p28.5%

CVE-2026-41309CVE-2026-41309

Description

Open Source Social Network (OSSN) is open-source social networking software developed in PHP. Versions prior to 9.0 are vulnerable to resource exhaustion. An attacker can upload a specially crafted image with extreme pixel dimensions (e.g., $10000 \times 10000$ pixels). While the compressed file size on disk may be small, the server attempts to allocate significant memory and CPU cycles during the decompression and resizing process, leading to a Denial of Service (DoS) condition. It is highly recommended to upgrade to OSSN 9.0. This version introduces stricter validation of image dimensions and improved resource management during the processing phase. Those who cannot upgrade immediately can mitigate the risk by adjusting their `php.ini` settings to strictly limit `memory_limit` and `max_execution_time` and/or implementing a client-side and server-side check on image headers to reject files exceeding reasonable pixel dimensions (e.g., $4000 \times 4000$ pixels) before processing begins.

Scoring

CVSS 3.18.2 (HIGH)
VectorCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:H
EPSS0.37% probability of exploitation · percentile 28.5% · 2026-06-19T12:03:05Z
Published2026-04-24
Last modified2026-04-29

Underlying weaknesses· 2

CWE-400CWE-770

References

  1. https://github.com/opensource-socialnetwork/opensource-socialnetwork/commit/12357113b3be189da7f6e429979a464e4f982117
  2. https://github.com/opensource-socialnetwork/opensource-socialnetwork/issues/2535
  3. https://github.com/opensource-socialnetwork/opensource-socialnetwork/security/advisories/GHSA-72qf-xrcw-fhr2

2

TypeTargetConfidenceTier
WeaknessUncontrolled Resource Consumptioncwe-4000%live
WeaknessAllocation of Resources Without Limits or Throttlingcwe-7700%live

Related by meaning· 6

Nearest entities by semantic similarity across the cs-graph corpus.

CVE
CVE-2025-7124
CVE
CVE-2025-71330
CVE
CVE-2025-71319
CVE
CVE-2026-49975
CVE
CVE-2025-71329
CVE
CVE-2025-11398
Sourced from NVD + FIRST.org EPSS. Curated for EU compliance use cases by Adam Lundqvist, Founder at SQUR.