CVE-2022-44303: Resque Scheduler version 1.27.4 is vulnerable to Cross-site scripting (XSS).
Resque Scheduler version 1.27.4 is vulnerable to Cross-site scripting (XSS). A remote attacker could inject javascript code to the "{schedule_job}" or "args" parameter in /resque/delayed/jobs/{schedule_job}?args={args_id} to execute javascript at client side.
Security readout for executives and security teams
Plain-English summary
CVE-2022-44303 is a reflected cross-site scripting issue in Resque Scheduler 1.27.4. An attacker may be able to make a user open a crafted delayed-jobs URL, causing script to run in that user’s browser. Business impact depends on whether the Resque Scheduler interface is exposed and who can access it.
Executive priority
Treat as a moderate-priority web admin interface issue. Prioritize quickly if the Resque Scheduler UI is internet-facing or accessible by many users. Lower urgency is reasonable where access is already restricted to trusted administrators and compensating controls are verified.
Technical view
The CVE describes CWE-79 in /resque/delayed/jobs/{schedule_job}?args={args_id}, where schedule_job or args can reflect JavaScript to the client. CVSS 3.1 is 6.1, with network access, low complexity, no privileges, required user interaction, changed scope, and low confidentiality and integrity impact.
Likely exposure
Exposure is most likely where Resque Scheduler 1.27.4 is deployed and its web interface is reachable by browsers, especially beyond tightly controlled administrator access. The provided affected-product metadata is incomplete, so teams must verify usage directly in their own Ruby/Resque deployments.
Exploitation context
The bundle does not indicate active exploitation and KEV is false. Exploitation requires user interaction, such as a victim visiting a crafted URL. The cited record supports reflected XSS risk, but does not provide evidence of widespread exploitation or a named fixed version.
Researcher notes
Source data is narrow: one public advisory reference, CVE metadata, and no listed CPEs. The vulnerable parameters and route are identified, but affected-product metadata and remediation details are incomplete. Avoid assuming affected forks, fixed versions, or exploitation beyond the cited evidence.
Mitigation direction
Check project or vendor guidance for fixed releases or official workarounds.
Restrict Resque Scheduler web UI access to trusted administrators only.
Review output encoding for schedule_job and args values.
Monitor requests to /resque/delayed/jobs/ for suspicious parameter patterns.
Validation and detection
Inventory applications for Resque Scheduler version 1.27.4.
Confirm whether the Resque Scheduler web interface is externally reachable.
Review routing and templates handling delayed job parameters.
Use controlled, non-destructive testing to confirm reflected input is safely encoded.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · medium confidence lookup
CWE-79: User-session and phishing behavior lookup
Client-side and session-facing weaknesses should be reviewed alongside initial-access and user-execution behaviors. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-79 · source CWE mapping
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.