All the vulnerabilites related to LINE - Armeria
cve-2023-38493
Vulnerability from cvelistv5
Published
2023-07-25 20:51
Modified
2024-10-03 18:47
Severity ?
EPSS score ?
Summary
Armeria is a microservice framework Spring supports Matrix variables. When Spring integration is used, Armeria calls Spring controllers via `TomcatService` or `JettyService` with the path that may contain matrix variables. Prior to version 1.24.3, the Armeria decorators might not invoked because of the matrix variables. If an attacker sends a specially crafted request, the request may bypass the authorizer. Version 1.24.3 contains a patch for this issue.
References
{ "containers": { "adp": [ { "providerMetadata": { "dateUpdated": "2024-08-02T17:46:55.075Z", "orgId": "af854a3a-2127-422b-91ae-364da2661108", "shortName": "CVE" }, "references": [ { "name": "https://github.com/line/armeria/security/advisories/GHSA-wvp2-9ppw-337j", "tags": [ "x_refsource_CONFIRM", "x_transferred" ], "url": "https://github.com/line/armeria/security/advisories/GHSA-wvp2-9ppw-337j" }, { "name": "https://github.com/line/armeria/commit/039db50bbfc88014ea8737fd1e1ddd6fd3fc4f07", "tags": [ "x_refsource_MISC", "x_transferred" ], "url": "https://github.com/line/armeria/commit/039db50bbfc88014ea8737fd1e1ddd6fd3fc4f07" }, { "name": "https://docs.spring.io/spring-framework/reference/web/webmvc/mvc-controller/ann-methods/matrix-variables.html", "tags": [ "x_refsource_MISC", "x_transferred" ], "url": "https://docs.spring.io/spring-framework/reference/web/webmvc/mvc-controller/ann-methods/matrix-variables.html" } ], "title": "CVE Program Container" }, { "affected": [ { "cpes": [ "cpe:2.3:a:linecorp:armeria:*:*:*:*:*:*:*:*" ], "defaultStatus": "unknown", "product": "armeria", "vendor": "linecorp", "versions": [ { "lessThan": "1.24.3", "status": "affected", "version": "0", "versionType": "custom" } ] } ], "metrics": [ { "other": { "content": { "id": "CVE-2023-38493", "options": [ { "Exploitation": "none" }, { "Automatable": "yes" }, { "Technical Impact": "partial" } ], "role": "CISA Coordinator", "timestamp": "2024-10-03T18:46:47.972990Z", "version": "2.0.3" }, "type": "ssvc" } } ], "providerMetadata": { "dateUpdated": "2024-10-03T18:47:47.744Z", "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "shortName": "CISA-ADP" }, "title": "CISA ADP Vulnrichment" } ], "cna": { "affected": [ { "product": "armeria", "vendor": "line", "versions": [ { "status": "affected", "version": "\u003c 1.24.3" } ] } ], "descriptions": [ { "lang": "en", "value": "Armeria is a microservice framework Spring supports Matrix variables. When Spring integration is used, Armeria calls Spring controllers via `TomcatService` or `JettyService` with the path that may contain matrix variables. Prior to version 1.24.3, the Armeria decorators might not invoked because of the matrix variables. If an attacker sends a specially crafted request, the request may bypass the authorizer. Version 1.24.3 contains a patch for this issue." } ], "metrics": [ { "cvssV3_1": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N", "version": "3.1" } } ], "problemTypes": [ { "descriptions": [ { "cweId": "CWE-863", "description": "CWE-863: Incorrect Authorization", "lang": "en", "type": "CWE" } ] } ], "providerMetadata": { "dateUpdated": "2023-07-25T20:51:11.170Z", "orgId": "a0819718-46f1-4df5-94e2-005712e83aaa", "shortName": "GitHub_M" }, "references": [ { "name": "https://github.com/line/armeria/security/advisories/GHSA-wvp2-9ppw-337j", "tags": [ "x_refsource_CONFIRM" ], "url": "https://github.com/line/armeria/security/advisories/GHSA-wvp2-9ppw-337j" }, { "name": "https://github.com/line/armeria/commit/039db50bbfc88014ea8737fd1e1ddd6fd3fc4f07", "tags": [ "x_refsource_MISC" ], "url": "https://github.com/line/armeria/commit/039db50bbfc88014ea8737fd1e1ddd6fd3fc4f07" }, { "name": "https://docs.spring.io/spring-framework/reference/web/webmvc/mvc-controller/ann-methods/matrix-variables.html", "tags": [ "x_refsource_MISC" ], "url": "https://docs.spring.io/spring-framework/reference/web/webmvc/mvc-controller/ann-methods/matrix-variables.html" } ], "source": { "advisory": "GHSA-wvp2-9ppw-337j", "discovery": "UNKNOWN" }, "title": "Paths contain matrix variables bypass decorators" } }, "cveMetadata": { "assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa", "assignerShortName": "GitHub_M", "cveId": "CVE-2023-38493", "datePublished": "2023-07-25T20:51:11.170Z", "dateReserved": "2023-07-18T16:28:12.076Z", "dateUpdated": "2024-10-03T18:47:47.744Z", "state": "PUBLISHED" }, "dataType": "CVE_RECORD", "dataVersion": "5.1" }
cve-2021-43795
Vulnerability from cvelistv5
Published
2021-12-02 18:00
Modified
2024-08-04 04:03
Severity ?
EPSS score ?
Summary
Armeria is an open source microservice framework. In affected versions an attacker can access an Armeria server's local file system beyond its restricted directory by sending an HTTP request whose path contains `%2F` (encoded `/`), such as `/files/..%2Fsecrets.txt`, bypassing Armeria's path validation logic. Armeria 1.13.4 or above contains the hardened path validation logic that handles `%2F` properly. This vulnerability can be worked around by inserting a decorator that performs an additional validation on the request path.
References
▼ | URL | Tags |
---|---|---|
https://github.com/line/armeria/security/advisories/GHSA-8fp4-rp6c-5gcv | x_refsource_CONFIRM | |
https://github.com/line/armeria/pull/3855 | x_refsource_MISC | |
https://github.com/line/armeria/commit/e2697a575e9df6692b423e02d731f293c1313284 | x_refsource_MISC |
{ "containers": { "adp": [ { "providerMetadata": { "dateUpdated": "2024-08-04T04:03:08.810Z", "orgId": "af854a3a-2127-422b-91ae-364da2661108", "shortName": "CVE" }, "references": [ { "tags": [ "x_refsource_CONFIRM", "x_transferred" ], "url": "https://github.com/line/armeria/security/advisories/GHSA-8fp4-rp6c-5gcv" }, { "tags": [ "x_refsource_MISC", "x_transferred" ], "url": "https://github.com/line/armeria/pull/3855" }, { "tags": [ "x_refsource_MISC", "x_transferred" ], "url": "https://github.com/line/armeria/commit/e2697a575e9df6692b423e02d731f293c1313284" } ], "title": "CVE Program Container" } ], "cna": { "affected": [ { "product": "armeria", "vendor": "line", "versions": [ { "status": "affected", "version": "\u003c 1.13.4" } ] } ], "descriptions": [ { "lang": "en", "value": "Armeria is an open source microservice framework. In affected versions an attacker can access an Armeria server\u0027s local file system beyond its restricted directory by sending an HTTP request whose path contains `%2F` (encoded `/`), such as `/files/..%2Fsecrets.txt`, bypassing Armeria\u0027s path validation logic. Armeria 1.13.4 or above contains the hardened path validation logic that handles `%2F` properly. This vulnerability can be worked around by inserting a decorator that performs an additional validation on the request path." } ], "metrics": [ { "cvssV3_1": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N", "version": "3.1" } } ], "problemTypes": [ { "descriptions": [ { "cweId": "CWE-22", "description": "CWE-22: Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)", "lang": "en", "type": "CWE" } ] } ], "providerMetadata": { "dateUpdated": "2021-12-02T18:00:11", "orgId": "a0819718-46f1-4df5-94e2-005712e83aaa", "shortName": "GitHub_M" }, "references": [ { "tags": [ "x_refsource_CONFIRM" ], "url": "https://github.com/line/armeria/security/advisories/GHSA-8fp4-rp6c-5gcv" }, { "tags": [ "x_refsource_MISC" ], "url": "https://github.com/line/armeria/pull/3855" }, { "tags": [ "x_refsource_MISC" ], "url": "https://github.com/line/armeria/commit/e2697a575e9df6692b423e02d731f293c1313284" } ], "source": { "advisory": "GHSA-8fp4-rp6c-5gcv", "discovery": "UNKNOWN" }, "title": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027) in com.linecorp.armeria:armeria", "x_legacyV4Record": { "CVE_data_meta": { "ASSIGNER": "security-advisories@github.com", "ID": "CVE-2021-43795", "STATE": "PUBLIC", "TITLE": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027) in com.linecorp.armeria:armeria" }, "affects": { "vendor": { "vendor_data": [ { "product": { "product_data": [ { "product_name": "armeria", "version": { "version_data": [ { "version_value": "\u003c 1.13.4" } ] } } ] }, "vendor_name": "line" } ] } }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "eng", "value": "Armeria is an open source microservice framework. In affected versions an attacker can access an Armeria server\u0027s local file system beyond its restricted directory by sending an HTTP request whose path contains `%2F` (encoded `/`), such as `/files/..%2Fsecrets.txt`, bypassing Armeria\u0027s path validation logic. Armeria 1.13.4 or above contains the hardened path validation logic that handles `%2F` properly. This vulnerability can be worked around by inserting a decorator that performs an additional validation on the request path." } ] }, "impact": { "cvss": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N", "version": "3.1" } }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "eng", "value": "CWE-22: Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)" } ] } ] }, "references": { "reference_data": [ { "name": "https://github.com/line/armeria/security/advisories/GHSA-8fp4-rp6c-5gcv", "refsource": "CONFIRM", "url": "https://github.com/line/armeria/security/advisories/GHSA-8fp4-rp6c-5gcv" }, { "name": "https://github.com/line/armeria/pull/3855", "refsource": "MISC", "url": "https://github.com/line/armeria/pull/3855" }, { "name": "https://github.com/line/armeria/commit/e2697a575e9df6692b423e02d731f293c1313284", "refsource": "MISC", "url": "https://github.com/line/armeria/commit/e2697a575e9df6692b423e02d731f293c1313284" } ] }, "source": { "advisory": "GHSA-8fp4-rp6c-5gcv", "discovery": "UNKNOWN" } } } }, "cveMetadata": { "assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa", "assignerShortName": "GitHub_M", "cveId": "CVE-2021-43795", "datePublished": "2021-12-02T18:00:11", "dateReserved": "2021-11-16T00:00:00", "dateUpdated": "2024-08-04T04:03:08.810Z", "state": "PUBLISHED" }, "dataType": "CVE_RECORD", "dataVersion": "5.1" }
cve-2019-16771
Vulnerability from cvelistv5
Published
2019-12-06 19:00
Modified
2024-08-05 01:24
Severity ?
EPSS score ?
Summary
Versions of Armeria 0.85.0 through and including 0.96.0 are vulnerable to HTTP response splitting, which allows remote attackers to inject arbitrary HTTP headers via CRLF sequences when unsanitized data is used to populate the headers of an HTTP response. This vulnerability has been patched in 0.97.0. Potential impacts of this vulnerability include cross-user defacement, cache poisoning, Cross-site scripting (XSS), and page hijacking.
References
▼ | URL | Tags |
---|---|---|
https://github.com/line/armeria/security/advisories/GHSA-35fr-h7jr-hh86 | x_refsource_CONFIRM | |
https://github.com/line/armeria/commit/b597f7a865a527a84ee3d6937075cfbb4470ed20 | x_refsource_MISC |
{ "containers": { "adp": [ { "providerMetadata": { "dateUpdated": "2024-08-05T01:24:48.270Z", "orgId": "af854a3a-2127-422b-91ae-364da2661108", "shortName": "CVE" }, "references": [ { "tags": [ "x_refsource_CONFIRM", "x_transferred" ], "url": "https://github.com/line/armeria/security/advisories/GHSA-35fr-h7jr-hh86" }, { "tags": [ "x_refsource_MISC", "x_transferred" ], "url": "https://github.com/line/armeria/commit/b597f7a865a527a84ee3d6937075cfbb4470ed20" } ], "title": "CVE Program Container" } ], "cna": { "affected": [ { "product": "Armeria", "vendor": "LINE", "versions": [ { "lessThan": "0.97.0", "status": "affected", "version": "\u003c 0.97.0", "versionType": "custom" } ] } ], "descriptions": [ { "lang": "en", "value": "Versions of Armeria 0.85.0 through and including 0.96.0 are vulnerable to HTTP response splitting, which allows remote attackers to inject arbitrary HTTP headers via CRLF sequences when unsanitized data is used to populate the headers of an HTTP response. This vulnerability has been patched in 0.97.0. Potential impacts of this vulnerability include cross-user defacement, cache poisoning, Cross-site scripting (XSS), and page hijacking." } ], "metrics": [ { "cvssV3_1": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 4.8, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:N", "version": "3.1" } } ], "problemTypes": [ { "descriptions": [ { "cweId": "CWE-113", "description": "CWE-113 Improper Neutralization of CRLF Sequences in HTTP Headers (\u0027HTTP Response Splitting\u0027)", "lang": "en", "type": "CWE" } ] } ], "providerMetadata": { "dateUpdated": "2019-12-11T14:46:09", "orgId": "a0819718-46f1-4df5-94e2-005712e83aaa", "shortName": "GitHub_M" }, "references": [ { "tags": [ "x_refsource_CONFIRM" ], "url": "https://github.com/line/armeria/security/advisories/GHSA-35fr-h7jr-hh86" }, { "tags": [ "x_refsource_MISC" ], "url": "https://github.com/line/armeria/commit/b597f7a865a527a84ee3d6937075cfbb4470ed20" } ], "source": { "advisory": "GHSA-35fr-h7jr-hh86", "discovery": "UNKNOWN" }, "title": "Improper Neutralization of CRLF Sequences in HTTP Headers (\u0027HTTP Response Splitting\u0027) in Armeria", "x_legacyV4Record": { "CVE_data_meta": { "ASSIGNER": "security-advisories@github.com", "ID": "CVE-2019-16771", "STATE": "PUBLIC", "TITLE": "Improper Neutralization of CRLF Sequences in HTTP Headers (\u0027HTTP Response Splitting\u0027) in Armeria" }, "affects": { "vendor": { "vendor_data": [ { "product": { "product_data": [ { "product_name": "Armeria", "version": { "version_data": [ { "version_affected": "\u003c", "version_name": "\u003c 0.97.0", "version_value": "0.97.0" } ] } } ] }, "vendor_name": "LINE" } ] } }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "eng", "value": "Versions of Armeria 0.85.0 through and including 0.96.0 are vulnerable to HTTP response splitting, which allows remote attackers to inject arbitrary HTTP headers via CRLF sequences when unsanitized data is used to populate the headers of an HTTP response. This vulnerability has been patched in 0.97.0. Potential impacts of this vulnerability include cross-user defacement, cache poisoning, Cross-site scripting (XSS), and page hijacking." } ] }, "impact": { "cvss": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 4.8, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:N", "version": "3.1" } }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "eng", "value": "CWE-113 Improper Neutralization of CRLF Sequences in HTTP Headers (\u0027HTTP Response Splitting\u0027)" } ] } ] }, "references": { "reference_data": [ { "name": "https://github.com/line/armeria/security/advisories/GHSA-35fr-h7jr-hh86", "refsource": "CONFIRM", "url": "https://github.com/line/armeria/security/advisories/GHSA-35fr-h7jr-hh86" }, { "name": "https://github.com/line/armeria/commit/b597f7a865a527a84ee3d6937075cfbb4470ed20", "refsource": "MISC", "url": "https://github.com/line/armeria/commit/b597f7a865a527a84ee3d6937075cfbb4470ed20" } ] }, "source": { "advisory": "GHSA-35fr-h7jr-hh86", "discovery": "UNKNOWN" } } } }, "cveMetadata": { "assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa", "assignerShortName": "GitHub_M", "cveId": "CVE-2019-16771", "datePublished": "2019-12-06T19:00:20", "dateReserved": "2019-09-24T00:00:00", "dateUpdated": "2024-08-05T01:24:48.270Z", "state": "PUBLISHED" }, "dataType": "CVE_RECORD", "dataVersion": "5.1" }