[PR #7154] [CLOSED] Add URL validation to prevent requests to private IPs #37168

Closed
opened 2026-04-20 23:57:23 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/7154
Author: @MatissJanis
Created: 3/7/2026
Status: Closed

Base: masterHead: claude/fix-simplefin-ssrf-T31gX


📝 Commits (1)

  • 505291d [AI] Fix SSRF vulnerability in SimpleFIN bank sync integration

📊 Changes

5 files changed (+518 additions, -124 deletions)

View changed files

📝 packages/sync-server/src/app-cors-proxy.js (+73 -28)
📝 packages/sync-server/src/app-cors-proxy.test.js (+89 -75)
📝 packages/sync-server/src/app-simplefin/app-simplefin.js (+84 -21)
packages/sync-server/src/util/validate-url.ts (+266 -0)
upcoming-release-notes/7154.md (+6 -0)

📄 Description

Description

Prevent potential SSRF (Server-Side Request Forgery) attacks where an attacker could trick the sync server into making requests to internal services.

N/A

Testing

N/A

Checklist

  • Release notes added
  • No obvious regressions in affected areas
  • Self-review has been performed - I understand what each change in the code does and why it is needed

https://claude.ai/code/session_0122tzRmFfs3ieXaTK7msUhw


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/actualbudget/actual/pull/7154 **Author:** [@MatissJanis](https://github.com/MatissJanis) **Created:** 3/7/2026 **Status:** ❌ Closed **Base:** `master` ← **Head:** `claude/fix-simplefin-ssrf-T31gX` --- ### 📝 Commits (1) - [`505291d`](https://github.com/actualbudget/actual/commit/505291d9543056fd9fe227eaaac783bc0152feaa) [AI] Fix SSRF vulnerability in SimpleFIN bank sync integration ### 📊 Changes **5 files changed** (+518 additions, -124 deletions) <details> <summary>View changed files</summary> 📝 `packages/sync-server/src/app-cors-proxy.js` (+73 -28) 📝 `packages/sync-server/src/app-cors-proxy.test.js` (+89 -75) 📝 `packages/sync-server/src/app-simplefin/app-simplefin.js` (+84 -21) ➕ `packages/sync-server/src/util/validate-url.ts` (+266 -0) ➕ `upcoming-release-notes/7154.md` (+6 -0) </details> ### 📄 Description ## Description Prevent potential SSRF (Server-Side Request Forgery) attacks where an attacker could trick the sync server into making requests to internal services. ## Related issue(s) <!-- Add issue reference if applicable --> N/A ## Testing N/A ## Checklist - [x] Release notes added - [ ] No obvious regressions in affected areas - [ ] Self-review has been performed - I understand what each change in the code does and why it is needed https://claude.ai/code/session_0122tzRmFfs3ieXaTK7msUhw --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-20 23:57:23 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#37168