OESA-2021-1335

Source
https://www.openeuler.org/en/security/security-bulletins/detail/?id=openEuler-SA-2021-1335
Import Source
https://repo.openeuler.org/security/data/osv/OESA-2021-1335.json
JSON Data
https://api.test.osv.dev/v1/vulns/OESA-2021-1335
Upstream
Published
2021-09-06T11:03:10Z
Modified
2025-08-12T05:09:31.117983Z
Summary
jsoup security update
Details

jsoup is a Java library for working with real-world HTML. It provides a very convenient API for extracting and manipulating data, using the best of DOM, CSS, and jquery-like methods.

Security Fix(es):

jsoup is a Java library for working with HTML. Those using jsoup versions prior to 1.14.2 to parse untrusted HTML or XML may be vulnerable to DOS attacks. If the parser is run on user supplied input, an attacker may supply content that causes the parser to get stuck (loop indefinitely until cancelled), to complete more slowly than usual, or to throw an unexpected exception. This effect may support a denial of service attack. The issue is patched in version 1.14.2. There are a few available workarounds. Users may rate limit input parsing, limit the size of inputs based on system resources, and/or implement thread watchdogs to cap and timeout parse runtimes.(CVE-2021-37714)

Database specific
{
    "severity": "High"
}
References

Affected packages

openEuler:20.03-LTS-SP1 / jsoup

Package

Name
jsoup
Purl
pkg:rpm/openEuler/jsoup&distro=openEuler-20.03-LTS-SP1

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
1.14.2-1.oe1

Ecosystem specific

{
    "src": [
        "jsoup-1.14.2-1.oe1.src.rpm"
    ],
    "noarch": [
        "jsoup-1.14.2-1.oe1.noarch.rpm"
    ]
}

openEuler:20.03-LTS-SP2 / jsoup

Package

Name
jsoup
Purl
pkg:rpm/openEuler/jsoup&distro=openEuler-20.03-LTS-SP2

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
1.14.2-1.oe1

Ecosystem specific

{
    "src": [
        "jsoup-1.14.2-1.oe1.src.rpm"
    ],
    "noarch": [
        "jsoup-1.14.2-1.oe1.noarch.rpm"
    ]
}