Moderate severityOSV Advisory· Published Apr 21, 2019· Updated Aug 4, 2024
CVE-2019-11404
CVE-2019-11404
Description
arrow-kt Arrow before 0.9.0 resolved Gradle build artifacts (for compiling and building the published JARs) over HTTP instead of HTTPS. Any of these dependent artifacts could have been maliciously compromised by an MITM attack.
Affected packages
Versions sourced from the GitHub Security Advisory.
| Package | Affected versions | Patched versions |
|---|---|---|
io.arrow-kt:arrow-ank-gradleMaven | < 0.9.0 | 0.9.0 |
Affected products
1Patches
11 file changed · +4 −4
build.gradle+4 −4 modified@@ -39,7 +39,7 @@ buildscript { url "https://plugins.gradle.org/m2/" } jcenter() - maven { url "http://dl.bintray.com/kotlin/kotlin-dev" } + maven { url "https://dl.bintray.com/kotlin/kotlin-dev" } maven { url "https://dl.bintray.com/jetbrains/markdown/" } maven { url "https://dl.bintray.com/arrow-kt/arrow-kt/" } } @@ -69,8 +69,8 @@ allprojects { repositories { jcenter() maven { url 'https://kotlin.bintray.com/kotlinx' } - maven { url "http://dl.bintray.com/kotlin/kotlin-dev" } - maven { url "http://dl.bintray.com/arrow-kt/arrow-kt" } + maven { url "https://dl.bintray.com/kotlin/kotlin-dev" } + maven { url "https://dl.bintray.com/arrow-kt/arrow-kt" } maven { url "https://dl.bintray.com/jetbrains/markdown/" } } } @@ -252,4 +252,4 @@ dependencyUpdates { task checkDependenciesVersion { dependsOn dependencyUpdates -} \ No newline at end of file +}
Vulnerability mechanics
Generated on May 9, 2026. Inputs: CWE entries + fix-commit diffs from this CVE's patches. Citations validated against bundle.
References
7- github.com/advisories/GHSA-rcj2-vvjx-87pmghsaADVISORY
- nvd.nist.gov/vuln/detail/CVE-2019-11404ghsaADVISORY
- github.com/arrow-kt/ank/issues/35ghsax_refsource_MISCWEB
- github.com/arrow-kt/ank/pull/36ghsax_refsource_MISCWEB
- github.com/arrow-kt/arrow/commit/74198dab522393487d5344f194dc21208ab71ae8ghsax_refsource_MISCWEB
- github.com/arrow-kt/arrow/issues/1310ghsax_refsource_MISCWEB
- github.com/arrow-kt/arrow/releases/tag/0.9.0ghsax_refsource_MISCWEB
News mentions
0No linked articles in our index yet.