CVE-2025-35999
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 · uneditedIncorrect permission assignment for critical resource for some System Firmware Update Utility (SysFwUpdt) for Intel(R) Server Boards and Intel(R) Server Systems Based before version 16.0.12. within Ring 3: User Applications may allow an escalation of privilege. System software adversary with a privileged user combined with a low complexity attack may enable escalation of privilege. This result may potentially occur via local access when attack requirements are present without special internal knowledge and requires passive user interaction. The potential vulnerability may impact the confidentiality (high), integrity (high) and availability (high) of the vulnerable system, resulting in subsequent system confidentiality (none), integrity (none) and availability (none) impacts.
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 confidenceThe System Firmware Update Utility (SysFwUpdt) for Intel Server Boards and Systems contains an incorrect permission assignment that allows Ring 3 (user-level) applications to escalate privileges to higher trust levels. This local privilege escalation vulnerability stems from overly permissive access controls in the firmware update utility that should restrict certain operations to privileged contexts.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
CVSS 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
- High
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- High
- Integrity
- High
- Availability
- High
CVSS:3.1/AV:L/AC:L/PR:H/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 the SysFwUpdt utilitySearch for SysFwUpdt.exe or sysfwupdt in common Intel utility directories such as C:\Program Files\Intel\, C:\Program Files (x86)\Intel\, or the Windows\System32\DriverStore\ path. Also check for the utility in BMC/IPMI firmware update tools.Affected if The utility is found on the system - this indicates the vulnerable component is present.
-
Determine the installed SysFwUpdt versionRight-click the SysFwUpdt executable, select Properties, then go to the Details tab to view the File Version. Alternatively, run the command 'SysFwUpdt.exe -v' or 'SysFwUpdt.exe /version' from an elevated command prompt if supported.Affected if The version is lower than 16.0.12 (e.g., 16.0.11, 16.0.10, or earlier). Versions below 16.0.12 contain the incorrect permission assignment.
-
Verify executable file permissionsRight-click the SysFwUpdt executable, select Properties, then go to the Security tab. Click Advanced to view the Access Control List (ACL). Check if Users or authenticated users have Execute, Read, or Modify permissions beyond what is strictly necessary for standard operation.Affected if Non-privileged user accounts (such as standard Users group) have Full Control, Modify, or Write permissions on the SysFwUpdt executable or its configuration files, which would allow user-level code to interact with privileged firmware operations.
-
Check for service or driver component permissionsIf SysFwUpdt interacts with a Windows service or kernel driver, run 'sc qc SysFwUpdt' (or the relevant service name) and 'icacls <service_executable>' to examine who can start/stop or modify the service binary.Affected if Standard users can modify or restart the service associated with firmware update operations, allowing privilege escalation to the service account context.
-
Inspect related firmware update toolsCheck for other Intel firmware update utilities in the system such as Intel System Update Utility, Intel Firmware Update (IFU), or BMC/IPMI update tools. Run 'wmic product get name,version' or check Add/Remove Programs for Intel utilities.Affected if Related Intel firmware update tools are installed with versions below 16.0.12 and exhibit similar permission issues.
A user is affected if the Intel System Firmware Update Utility (SysFwUpdt) is installed with a version below 16.0.12 and non-privileged users have excessive permissions on the utility executable, configuration, or service components.
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 · scopedApply Intel System Firmware Update Utility version 16.0.12 or later to remediate the incorrect permission assignment. As this is a firmware-level update, follow standard firmware deployment procedures including testing in non-production environments first.
Intel System Firmware Update Utility (SysFwUpdt) version 16.0.12 or later
- Identify the exact Intel(R) Server Board or Intel(R) Server System model in use
- Navigate to Intel's support website or download center
- Locate the System Firmware Update Utility (SysFwUpdt) for the specific server platform
- Download version 16.0.12 or later of the System Firmware Update Utility
- Review the utility's documentation for proper installation and execution procedures
- Apply the firmware update following Intel's recommended deployment process
- Verify the update was applied successfully by checking the installed firmware version
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation4.0 h
- Implementation8.0 h
- Testing6.0 h
- Review / QA2.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $5,600.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2025-35999 — 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-2025-35999 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