CVE-2024-27674
Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.
NVD · uneditedMacro Expert through 4.9.4 allows BUILTIN\Users:(OI)(CI)(M) access to the "%PROGRAMFILES(X86)%\GrassSoft\Macro Expert" folder and thus an unprivileged user can escalate to SYSTEM by replacing the MacroService.exe binary.
Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.
dbcve analysis · high confidenceMacro Expert through 4.9.4 installs with overly permissive file system ACLs, granting BUILTIN\Users Modify permissions (OI)(CI)(M) on the program directory. This allows any unprivileged user to replace the MacroService.exe binary, achieving SYSTEM-level code execution when the service restarts.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
Affected products & versions What the vendor confirmedThe version ranges the vendor confirmed as vulnerable. If your version sits inside a range here, treat yourself as exposed until you have upgraded.
NVD · CPE data<= 4.9.4CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.
From the vector- Attack vector
- Local
- Complexity
- Low
- Privileges
- Low
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- High
- Integrity
- High
- Availability
- High
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.
dbcve checksWork through these to decide whether this CVE applies to you.
-
Locate Macro Expert installation directoryCheck common installation paths: C:\Program Files\Macro Expert or C:\Program Files (x86)\Macro Expert. Also check for MacroService.exe using: Get-ChildItem -Path 'C:\Program Files','C:\Program Files (x86)' -Filter 'MacroService.exe' -Recurse -ErrorAction SilentlyContinue | Select-Object -ExpandProperty DirectoryNameAffected if Cannot locate the installation - may indicate custom install location or different product name
-
Determine Macro Expert versionOnce the installation directory is found, right-click on MacroService.exe or MacroExpert.exe, select Properties, then view the Details tab for Product Version. Alternatively, run: (Get-Item 'C:\Program Files\Macro Expert\MacroService.exe').VersionInfo.ProductVersion (adjust path as needed)Affected if Version displays as 4.9.4 or lower
-
Verify service account configurationOpen Services (services.msc), locate the Macro Expert service, right-click and select Properties, check the 'Log on as' account. Or run: Get-Service -Name '*Macro*' | Select-Object Name, StartType, @{N='LogOnAs';(Get-WmiObject Win32_Service -Filter "Name='$($_.Name)'").StartName}Affected if Service exists and runs under SYSTEM or a privileged account (vulnerability only matters if service can be restarted)
-
Check ACLs on the installation directoryRun: Get-Acl -Path 'C:\Program Files\Macro Expert' | Select-Object -ExpandProperty Access. Look for entries where IdentityReference contains 'Users' and FileSystemRights includes 'Modify' or 'Write'Affected if Users group (BUILTIN\Users or DOMAIN\Users) has Modify, Write, or FullControl permissions on the program directory
-
Verify Users can create or replace files in program directoryAs a standard (non-admin) user test account, attempt to create a test file in the Macro Expert directory: New-Item -Path 'C:\Program Files\Macro Expert\test.txt' -ItemType File -ErrorAction Stop. Or check inheritance: (Get-Acl 'C:\Program Files\Macro Expert').AreAccessRulesProtectedAffected if Non-admin user can write to the program directory or ACL inheritance is not protected (AreAccessRulesProtected returns False)
A system is affected if Macro Expert version is 4.9.4 or lower AND the Users group has Modify or Write permissions on the installation directory, allowing unprivileged users to replace the MacroService.exe binary for SYSTEM-level code execution upon service restart.
Generated from the published advisory. Verify against your own configuration.
Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.
dbcve · scopedRemove Modify/Write permissions for the Users group on the Macro Expert installation directory; restrict write access to Administrators and SYSTEM only, or upgrade to a patched version.
Any version of Macro Expert newer than 4.9.4 that includes a security fix for the permission vulnerability (check vendor release notes)
- Check the official vendor website (www.macro-expert.com) or GitHub repository for a newer version of Macro Expert beyond 4.9.4 that addresses the permission vulnerability
- If a fixed version is available, download it from the official source only
- Backup any existing Macro Expert configuration data if needed
- Uninstall the current version of Macro Expert (4.9.4 or earlier)
- Install the updated version with corrected folder permissions
- Verify that the installation folder %PROGRAMFILES(X86)%\GrassSoft\Macro Expert no longer grants BUILTIN\Users write/modify permissions
- Verify that MacroService.exe has appropriate restrictive permissions (Administrators and SYSTEM only)
- Test that Macro Expert functionality works correctly after the update
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation1.0 h
- Implementation2.0 h
- Testing1.0 h
- Review / QA1.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $1,424.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2024-27674 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.
References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.
Primary sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2024-27674 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
No notes yet
Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.
A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.
- Verified mitigations, workarounds, and config changes
- Version or environment caveats, and links to real fixes
- No weaponised exploit code, or anything meant to cause harm
- No spam, self-promotion, credentials, or personal data