CVE-2024-45285
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 · uneditedThe RFC enabled function module allows a low privileged user to perform denial of service on any user and also change or delete favourite nodes. By sending a crafted packet in the function module targeting specific parameters, the specific targeted user will no longer have access to any functionality of SAP GUI. There is low impact on integrity and availability of the application.
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 · moderate confidenceAn RFC-enabled function module in SAP lacks proper authorization controls, allowing a low-privileged user to send crafted packets that cause denial of service for targeted users and modify or delete their favorite nodes in SAP GUI.
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
- Network
- Complexity
- Low
- Privileges
- Low
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- None
- Integrity
- Low
- Availability
- Low
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:L
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.
-
Identify RFC-enabled function modules related to SAP GUI favoritesUse SAP transaction SE37 (Function Builder) and search for function modules containing terms like 'FAVORITE', 'GUI_FAVORITE', or similar patterns in their names. Execute the search using the pattern '/*FAVORITE*' or '*FAVORITE*' to find relevant modules.Affected if An RFC-enabled function module exists that handles SAP GUI favorites without proper authorization checks.
-
Verify the function module is RFC-enabledIn SE37, display the function module and check the 'Remote-Enabled' checkbox in the attributes tab. If this is checked, the module can be called remotely via RFC.Affected if The favorite-handling function module has Remote-Enabled checked, allowing external RFC calls.
-
Check authorization objects assigned to the RFC function moduleIn SE37, display the function module and navigate to the 'Authorization' tab. Review what authorization objects are assigned and their required values. Use transaction SU53 or analyze the authorization check code in the function module source.Affected if No authorization objects are assigned, or weak/blank authorization checks allow low-privileged users to execute the function module.
-
Test RFC access with a low-privilege test accountUsing a test user with minimal SAP privileges (e.g., a basic dialog user without elevated roles), attempt to call the identified RFC function module via transaction SE37 (Test > Test Dialog) or an external RFC client. Verify if the call succeeds and what operations it allows.Affected if A low-privileged user can successfully call the RFC function module and perform operations on favorites of other users.
-
Inspect the function module source code for authorization logicIn SE37, display the function module and view the source code (Goto > Source). Search for AUTHORITY-CHECK statements or P authorization checks. Determine if favorites of other users can be modified without proper authorization validation.Affected if The source code lacks proper AUTHORITY-CHECK statements before modifying or deleting favorite nodes, or allows access to any user's favorites.
Your environment is affected if an RFC-enabled function module handling SAP GUI favorites exists and is accessible to low-privileged users without adequate authorization controls, allowing them to cause denial of service or modify/delete other users' favorites.
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.
From vendor dataImplement proper authorization checks in the affected RFC function module using appropriate SAP authorization objects to restrict access to authorized personnel only.
- Consultation4.0 h
- Implementation8.0 h
- Testing4.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,120.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2024-45285 — 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-45285 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