CVE-2026-41309

Source
https://cve.org/CVERecord?id=CVE-2026-41309
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-41309.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-41309
Aliases
  • GHSA-72qf-xrcw-fhr2
Published
2026-04-24T02:31:52.915Z
Modified
2026-08-04T11:50:54.518177006Z
Severity
  • 8.2 (High) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:H CVSS Calculator
Summary
Open Source Social Network (OSSN) Vulnerable to Resource Exhaustion via Malicious Image Processing
Details

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.

Database specific
{
    "cwe_ids": [
        "CWE-400",
        "CWE-770"
    ],
    "cna_assigner": "GitHub_M",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/41xxx/CVE-2026-41309.json"
}
References

Affected packages

Git / github.com/opensource-socialnetwork/opensource-socialnetwork

Affected ranges

Type
GIT
Repo
https://github.com/opensource-socialnetwork/opensource-socialnetwork
Events
Introduced
0 Unknown introduced commit / All previous commits are affected
Fixed
Database specific
{
    "source": "AFFECTED_FIELD",
    "extracted_events": [
        {
            "introduced": "0"
        },
        {
            "fixed": "9.0"
        }
    ]
}

Affected versions

5.*
5.6
6.*
6.1
6.2
6.3
6.4
6.5
6.5.0
6.6
7.*
7.0
7.1
7.2
7.3
7.4
7.5
7.6
8.*
8.0
8.1
8.2
8.3
8.4
8.5
8.6
8.7
8.8
8.9
v6.*
v6.0

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-41309.json"