CVE-2021-32763
Last modified
CVE-2021-32763 is a medium-severity vulnerability rated 6.5/10 on the CVSS scale. OpenProject is open-source, web-based project management software. In versions prior to 11.3.3, the `MessagesController` class of OpenProject has a `quote` method that implements the logic behind the Quote button in the discussion forums, and it uses a regex to strip `<pre>` tags from the message being quoted. EPSS estimates a 0.92% chance of exploitation in the next 30 days.
Description
OpenProject is open-source, web-based project management software. In versions prior to 11.3.3, the `MessagesController` class of OpenProject has a `quote` method that implements the logic behind the Quote button in the discussion forums, and it uses a regex to strip `<pre>` tags from the message being quoted. The `(.|\s)` part can match a space character in two ways, so an unterminated `<pre>` tag containing `n` spaces causes Ruby's regex engine to backtrack to try 2<sup>n</sup> states in the NFA. This will result in a Regular Expression Denial of Service. The issue is fixed in OpenProject 11.3.3. As a workaround, one may install the patch manually.
Metrics
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Openproject | Openproject | < 11.3.3 |
References
- https://github.com/opf/openproject/pull/9447.patchPatch, Third Party Advisory
- https://github.com/opf/openproject/security/advisories/GHSA-qqvp-j6gm-q56fPatch, Third Party Advisory
- https://github.com/opf/openproject/pull/9447.patchPatch, Third Party Advisory
- https://github.com/opf/openproject/security/advisories/GHSA-qqvp-j6gm-q56fPatch, Third Party Advisory
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2021-32763?
How severe is CVE-2021-32763?
How do I fix CVE-2021-32763?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2021
- CVE-2021-32756ManageIQ is an open-source management platform. In versions …8.8
- CVE-2021-32758OpenMage Magento LTS is an alternative to the Magento CE off…7.2
- CVE-2021-32759OpenMage magento-lts is an alternative to the Magento CE off…7.2
- CVE-2021-32760containerd is a container runtime. A bug was found in contai…6.3
- CVE-2021-32761Redis is an in-memory database that persists on disk. A vuln…7.5
- CVE-2021-32762Redis is an open source, in-memory database that persists on…8.8
- CVE-2021-32764Discourse is an open-source discussion platform. In Discours…5.4
- CVE-2021-32765Hiredis is a minimalistic C client library for the Redis dat…8.8
- CVE-2021-32766Nextcloud Text is an open source plaintext editing applicati…5.3
- CVE-2021-32767TYPO3 is an open source PHP based web content management sys…6.5
- CVE-2021-32768TYPO3 is an open source PHP based web content management sys…6.1
- CVE-2021-32769Micronaut is a JVM-based, full stack Java framework designed…7.5
Are you affected by CVE-2021-32763?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
