Open
Conversation
Collaborator
Author
🔗 Additional ContextOriginal Blog Post: https://github.com/SafeBreach-Labs/EventLogin-CVE-2025-29969 Content Categories: Based on the analysis, this content was categorized under "Network Services Pentesting -> 135, 593 - Pentesting MSRPC (or a new MS-EVEN/Eventlog service page) and cross-link from Windows Local Privilege Escalation / Lateral Movement primitives (Remote Arbitrary File Write -> Persistence)". Repository Maintenance:
Review Notes:
Bot Version: HackTricks News Bot v1.0 |
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.
🤖 Automated Content Update
This PR was automatically generated by the HackTricks News Bot based on a technical blog post.
📝 Source Information
🎯 Content Summary
What this repo is
This GitHub repository (SafeBreach-Labs/EventLogin-CVE-2025-29969) is a small exploitation toolkit / PoC wrapper for CVE-2025-29969 (nicknamed “EventLog-in”). It documents and automates abusing a TOCTOU (Time-of-Check Time-of-Use) flaw in Microsoft Windows’ MS-EVEN (Eventlog) protocol that lets an authenticated low-privileged user cause a target Windows host to perform an arbitrary remote file write (i.e., write attacker-chos...
🔧 Technical Details
TOCTOU in MS-EVEN (Eventlog) enabling low-privileged remote arbitrary file write (CVE-2025-29969)
If a Windows service/protocol exposes file-related operations and contains a TOCTOU race between validation (“check”) and the actual file operation (“use”), an authenticated low-privileged user may be able to redirect the operation to an attacker-chosen destination and obtain an arbitrary file write on the remote host. This primitive is highly chainable: writing to auto-executed paths (e.g.,
C:\Users<user>\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup</code>) can provide persistence and potential code execution on next logon, while other targets (service config files, task files, DLL search paths) may lead to stronger execution depending on environment and permissions.
SMB-staged “server-side copy/write” pattern for remote writes
A common operational pattern for service-side file write/ingest bugs is to host ...
🤖 Agent Actions
Summary:
Updated
src/network-services-pentesting/135-pentesting-msrpc.mdwith a new MS-EVEN section covering the CVE-2025-29969 TOCTOU remote file-write primitive, SMB staging workflow, and the CreateFile-style recon primitive, plus added SafeBreach repo/blog references.Tests:
Not run (documentation-only change).
Files changed:
src/network-services-pentesting/135-pentesting-msrpc.mdNext steps:
This PR was automatically created by the HackTricks Feed Bot. Please review the changes carefully before merging.