Description
SiYuan versions before v3.8.2 contain an unbounded session creation vulnerability in the publish-service Basic Auth handler that allows authenticated attackers to exhaust memory. Attackers can repeatedly authenticate with valid credentials to create persistent session entries without expiry or capacity limits, causing indefinite process memory growth and denial of service.
Published: 2026-09-04
Score: 7.1 High
EPSS: < 1% Very Low
KEV: No
Impact: Denial of Service via memory exhaustion
Action: Immediate Patch
AI Analysis

Impact

Authenticated session accounts remain permanently resident in memory when an attacker repeatedly supplies valid Basic Auth credentials to the publish-service endpoint. The session objects are created without expiration or capacity limits, permitting indefinite growth of persistent session entries and causing the overall process memory footprint to expand until resource exhaustion and eventual failure of the SiYuan service.

Affected Systems

All Siyuan Note instances running the Siyuan application prior to version 3.8.2 are affected. Attackers require valid user credentials but no elevated privileges; any user who can authenticate can trigger the vulnerability.

Risk and Exploitability

The vulnerability carries a CVSS v3.1 score of 7.1, indicating a moderate to high severity. EPSS data is not available, but the creation of unbounded sessions directly leads to a denial of service. Since the issue is not listed in CISA KEV, no known public exploits are recorded yet, yet attackers could duplicate the behavior manually by sending repeated authenticated requests.

Generated by OpenCVE AI on September 4, 2026 at 12:51 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the Siyuan application to version 3.8.2 or newer where the session creation limits are enforced.
  • If an update is not immediately feasible, disable or remove Basic Auth from the publish-service endpoint and enforce stricter authentication controls such as IP whitelisting or firewall rules.
  • Monitor memory usage and session table size on affected servers; set alerts when thresholds are approached, and consider temporarily shutting down the service to prevent downtime if memory limits are exceeded.

Generated by OpenCVE AI on September 4, 2026 at 12:51 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 04 Sep 2026 19:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Fri, 04 Sep 2026 14:30:00 +0000

Type Values Removed Values Added
First Time appeared Siyuan
Siyuan siyuan
Vendors & Products Siyuan
Siyuan siyuan

Fri, 04 Sep 2026 11:45:00 +0000

Type Values Removed Values Added
Description SiYuan versions before v3.8.2 contain an unbounded session creation vulnerability in the publish-service Basic Auth handler that allows authenticated attackers to exhaust memory. Attackers can repeatedly authenticate with valid credentials to create persistent session entries without expiry or capacity limits, causing indefinite process memory growth and denial of service.
Title SiYuan before v3.8.2 Unbounded Session Creation via Basic Auth
First Time appeared B3log
B3log siyuan
Weaknesses CWE-770
CPEs cpe:2.3:a:b3log:siyuan:*:*:*:*:*:*:*:*
Vendors & Products B3log
B3log siyuan
References
Metrics cvssV3_1

{'score': 6.5, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H'}

cvssV4_0

{'score': 7.1, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N'}


cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-09-04T18:10:34.416Z

Reserved: 2026-09-04T10:56:22.465Z

Link: CVE-2026-85582

cve-icon Vulnrichment

Updated: 2026-09-04T18:10:21.656Z

cve-icon NVD

Status : Deferred

Published: 2026-09-04T12:17:20.190

Modified: 2026-09-08T20:05:53.177

Link: CVE-2026-85582

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-04T14:15:07Z

Weaknesses
  • CWE-770

    Allocation of Resources Without Limits or Throttling