add security notes for stellar-core v28.0.0 release - #5442
Draft
anupsdf wants to merge 1 commit into
Draft
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Adds security notes for six fixes shipped in Stellar Core v28.0.0 and v28.0.1.
Changes:
- Documents Overlay resource-consumption protections.
- Records Ledger validation safeguards.
- Notes Herder fee-overflow hardening.
Suppressed comments (1)
docs/software/security-protocol-release-notes.md:73
- This also discloses v28.0.0 security issues before the document's required 30-day delay (
docs/software/security-protocol-release-notes.md:39). The release was published on 2026-08-13, so this section should not be merged before 2026-09-12.
## v28.0.0 (2026-08-13)
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
anupsdf
force-pushed
the
security-notes-28.0.1
branch
from
September 1, 2026 21:44
b6043f9 to
b06f247
Compare
anupsdf
force-pushed
the
security-notes-28.0.1
branch
from
September 1, 2026 21:46
b06f247 to
9166b6b
Compare
Contributor
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 1 out of 1 changed files in this pull request and generated no new comments.
Suppressed comments (1)
docs/software/security-protocol-release-notes.md:62
- This section discloses security issues before the document's 30-day waiting period has elapsed. Line 39 requires waiting 30 days after the fixing release; for the 2026-08-13 release, that is 2026-09-12, while this review is dated 2026-09-01. Please delay merging this section until September 12 or remove it for now.
## v28.0.0 (2026-08-13)
anupsdf
enabled auto-merge
September 1, 2026 21:47
anupsdf
marked this pull request as draft
September 1, 2026 21:48
auto-merge was automatically disabled
September 1, 2026 21:48
Pull request was converted to draft
anupsdf
commented
Sep 1, 2026
| # List of releases | ||
|
|
||
| ## v28.0.0 (2026-08-13) | ||
| * `Overlay` - security - Strengthen flow control and peer request processing limits to prevent excessive resource consumption. |
Contributor
Author
anupsdf
commented
Sep 1, 2026
| * `Overlay` - security - Strengthen flow control and peer request processing limits to prevent excessive resource consumption. | ||
| * exploited: no | ||
| * mitigation: code fix | ||
| * `Ledger` - security - Enforce transaction signature verification limits throughout transaction validation. |
Contributor
Author
anupsdf
commented
Sep 1, 2026
| * `Ledger` - security - Enforce transaction signature verification limits throughout transaction validation. | ||
| * exploited: no | ||
| * mitigation: code fix | ||
| * `Ledger` - security - Ensure consistent validation of transaction XDR across protocol versions. |
Contributor
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
what
Add security notes for stellar-core v28.0.0 release.