CVE-2022-43754
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 · uneditedAn Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in spacewalk/Uyuni of SUSE Linux Enterprise Module for SUSE Manager Server 4.2, SUSE Linux Enterprise Module for SUSE Manager Server 4.3, SUSE Manager Server 4.2 allows remote attackers to embed Javascript code via /rhn/audit/scap/Search.do This issue affects: SUSE Linux Enterprise Module for SUSE Manager Server 4.2 hub-xmlrpc-api-0.7-150300.3.9.2, inter-server-sync-0.2.4-150300.8.25.2, locale-formula-0.3-150300.3.3.2, py27-compat-salt-3000.3-150300.7.7.26.2, python-urlgrabber-3.10.2.1py2_3-150300.3.3.2, spacecmd-4.2.20-150300.4.30.2, spacewalk-backend-4.2.25-150300.4.32.4, spacewalk-client-tools-4.2.21-150300.4.27.3, spacewalk-java-4.2.43-150300.3.48.2, spacewalk-utils-4.2.18-150300.3.21.2, spacewalk-web-4.2.30-150300.3.30.3, susemanager-4.2.38-150300.3.44.3, susemanager-doc-indexes-4.2-150300.12.36.3, susemanager-docs_en-4.2-150300.12.36.2, susemanager-schema-4.2.25-150300.3.30.3, susemanager-sls versions prior to 4.2.28. SUSE Linux Enterprise Module for SUSE Manager Server 4.3 spacewalk-java versions prior to 4.3.39. SUSE Manager Server 4.2 release-notes-susemanager versions prior to 4.2.10.
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 confidenceThis is a stored Cross-site Scripting (XSS) vulnerability in SUSE Manager's /rhn/audit/scap/Search.do endpoint where user-supplied input is not properly sanitized before being rendered in web pages, allowing remote attackers to inject malicious JavaScript code that executes in victim browsers.
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.2, < 4.2.10>= 4.3, < 4.3.2< 2022.10CVSS 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
- Required
- Scope
- Changed
- Confidentiality
- Low
- Integrity
- Low
- Availability
- None
CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N
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 product and versionCheck if the system is running SUSE Manager Server or Uyuni. On SUSE Manager, run: rpm -q spacewalk-java or check the version via web UI (Products -> Support -> About). On Uyuni, run: rpm -q uyuni-java or check via web UI.Affected if The installed version is SUSE Manager Server 4.2.x before 4.2.10, 4.3.x before 4.3.2, or Uyuni before 2022.10.
-
Verify SCAP auditing module is accessibleAttempt to access the /rhn/audit/scap/Search.do endpoint via the web UI, or check if the SCAP auditing module is enabled in the SUSE Manager/Uyuni web interface under Security -> SCAP.Affected if The SCAP auditing module is enabled and the endpoint is accessible.
-
Check for XSS vulnerability in SCAP searchUse the SCAP Search.do endpoint to test for XSS by entering a benign test script such as <script>alert(1)</script> in any searchable field and observe if it executes or is reflected unescaped in the response.Affected if The malicious script executes or appears in the page source unescaped, indicating lack of proper sanitization.
-
Confirm version is within affected rangeCompare the exact installed version to: SUSE Manager 4.2.0 through 4.2.9, SUSE Manager 4.3.0 through 4.3.1, or Uyuni versions before 2022.10. Run: rpm -q --qf '%{VERSION}-%{RELEASE}\n' spacewalk-java (for SUSE Manager) or uyuni-java (for Uyuni).Affected if The installed version falls within the affected ranges and the SCAP endpoint is accessible.
A defender is affected if they run SUSE Manager Server 4.2.x (<4.2.10), 4.3.x (<4.3.2), or Uyuni (<2022.10) with the SCAP auditing module enabled and the /rhn/audit/scap/Search.do endpoint accessible.
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 · scoped4.2.104.3.22022.10
Apply the SUSE security updates for the affected products (spacewalk-java, susemanager-sls, etc.) to versions 4.2.28+ for SUSE Manager 4.2 and 4.3.39+ for SUSE Manager 4.3, which contain the fix for proper input sanitization and output encoding.
SUSE Manager Server 4.2 -> 4.2.10+ | SUSE Manager Server 4.3 -> 4.3.2+ | Uyuni -> 2022.10+
- Identify your currently installed SUSE Manager Server or Uyuni version using 'rpm -q susemanager' or checking the web UI version info
- For SUSE Manager Server 4.2.x: Upgrade to version 4.2.10 or later by running 'zypper dup' or 'zypper update' to apply latest maintenance updates
- For SUSE Manager Server 4.3.x: Upgrade to version 4.3.2 or later by running 'zypper dup' or 'zypper update' to apply latest maintenance updates
- For Uyuni: Upgrade to version 2022.10 or later by running 'zypper dup' or 'zypper update' to apply latest maintenance updates
- After upgrade, verify the version with 'rpm -q spacewalk-java' or check the web UI to confirm the patch was applied
- Test the /rhn/audit/scap/Search.do endpoint to confirm the XSS vulnerability is no longer present
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation2.0 h
- Implementation3.0 h
- Testing2.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 $2,272.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2022-43754 — 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-2022-43754 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