CVE-2026-44312 — css_parser is a Ruby CSS parser. Prior to 2.1.0 and 1.22.0,
CVE-2026-44312 — css_parser is a Ruby CSS parser. Prior to 2.1.0 and 1.22.0, the CSS Parser gem does not validate HTTPS connections, allowing a Man-in-the-Middle (MITM) attacker to inject or modify CSS content when stylesheets are loaded via HTTPS. The connection is established with OpenSSL::SSL::VE
What This Means For You
- If your environment is affected by CWE-295, CWE-829, review your exposure and prioritize patching based on your environment. Monitor vendor advisories for CVE-2026-44312 updates and patches.
Related ATT&CK Techniques
🛡️ Detection Rules
2 rules · 6 SIEM formats2 detection rules auto-generated for this incident, mapped to MITRE ATT&CK. Sigma YAML is free — export to any SIEM format via the Intel Bot.
CVE-2026-44312 - Ruby css_parser Unvalidated HTTPS Connection
title: CVE-2026-44312 - Ruby css_parser Unvalidated HTTPS Connection
id: scw-2026-05-14-ai-1
status: experimental
level: medium
description: |
Detects the use of OpenSSL::SSL::VERIFY_NONE when fetching CSS resources, indicating a potential Man-in-the-Middle attack targeting the css_parser gem (CVE-2026-44312) by allowing unvalidated HTTPS connections.
author: SCW Feed Engine (AI-generated)
date: 2026-05-14
references:
- https://shimiscyberworld.com/posts/nvd-CVE-2026-44312/
tags:
- attack.initial_access
- attack.t1071.001
logsource:
category: webserver
detection:
selection:
cs-uri|contains:
- 'VERIFY_NONE'
cs-method:
- 'GET'
sc-status:
- '200'
condition: selection
falsepositives:
- Legitimate administrative activity
Source: Shimi's Cyber World · License & reuse
Indicators of Compromise
| ID | Type | Indicator |
|---|---|---|
| CVE-2026-44312 | vulnerability | CVE-2026-44312 |
| CWE-295 | weakness | CWE-295 |
| CWE-829 | weakness | CWE-829 |
Source & Attribution
| Source Platform | NVD |
| Channel | National Vulnerability Database |
| Published | May 14, 2026 at 20:16 UTC |
This content was curated and summarized by Shimi's Cyber World for informational purposes. It is not copied or republished in full. All intellectual property rights remain with the original author and source.
Believe this infringes your rights? Submit a takedown request.