ymlr
A YAML encoder for Elixir.
Activity
- Latest release
- 1mo ago
- Total releases
- 18
- Cadence
- ~2 months
- Last 12 months
- 2
Reach
- Stars
- 25
Details
- License
- MIT
- First release
- Jul 31, 2020
| Version | Released | |
|---|---|---|
5.1.6
patch
| ||
5.1.5
patch
1 CVE
CVE-2026-65636
EEF-CVE-2026-65636
GHSA-p8qx-7cp9-v6c9
Jul 31, 2026
YAML injection via unescaped newlines in ymlr document comments
Medium
Local
Low
None
None
SummaryImproper Neutralization of CRLF Sequences vulnerability in ufirstgroup ymlr (Elixir.Ymlr module) allows attackers to inject arbitrary content into generated YAML documents through document comments. Ymlr.document!/2 interpolates each caller-supplied comment string into the output behind a single # prefix without validating it or escaping line breaks. Because a YAML comment is terminated by a line break, the first carriage return or line feed in the comment string ends the comment context and everything after it is emitted at column 0 of the document body. An attacker who controls text that the host application passes as a comment can forge top-level mapping keys, override values the application itself set, and emit --- or ... markers that split the output into additional documents. Downstream consumers of the generated YAML, such as configuration loaders, deployment manifests, CI pipelines and data importers, parse the injected content as legitimate data. The same clause backs Ymlr.document/2, Ymlr.documents!/2 and Ymlr.documents/2, so every document encoding entry point is affected. This vulnerability is associated with program files lib/ymlr.ex and program routines 'Elixir.Ymlr':document!/2, 'Elixir.Ymlr':documents!/2. This issue affects ymlr from 0.0.1 before 5.1.6. WorkaroundsSplit any untrusted comment string on line breaks and pass the resulting list as the comment element of the {comment, data} tuple. Ymlr prefixes every list element with its own # marker, so no line can leave the comment context. Alternatively, reject comment strings that contain carriage return or line feed characters, or keep untrusted text out of comments entirely and place it in the encoded data instead, where the encoder quotes it. ConfigurationsA deployment is vulnerable when the host application places attacker-controlled text in the comment position of a document, that is, as the first element of the {comment, data} tuple passed to Ymlr.document!/2, Ymlr.document/2, Ymlr.documents!/2 or Ymlr.documents/2. Callers that encode data without comments, or that use only static comment strings, are not exploitable. Affected versions
0.0.1
1.0.0
1.0.1
1.1.0
2.0.0
3.0.0
3.0.1
4.0.0
4.1.0
4.2.0
5.0.0
5.1.0
+ 5 more Show less
5.1.1
5.1.2
5.1.3
5.1.4
5.1.5
Fixed in
5.1.6
References
Updated Sep 08, 2026 · Source: OSV.dev | ||
5.1.4
patch
1 CVE
CVE-2026-65636
EEF-CVE-2026-65636
GHSA-p8qx-7cp9-v6c9
Jul 31, 2026
YAML injection via unescaped newlines in ymlr document comments
Medium
Local
Low
None
None
SummaryImproper Neutralization of CRLF Sequences vulnerability in ufirstgroup ymlr (Elixir.Ymlr module) allows attackers to inject arbitrary content into generated YAML documents through document comments. Ymlr.document!/2 interpolates each caller-supplied comment string into the output behind a single # prefix without validating it or escaping line breaks. Because a YAML comment is terminated by a line break, the first carriage return or line feed in the comment string ends the comment context and everything after it is emitted at column 0 of the document body. An attacker who controls text that the host application passes as a comment can forge top-level mapping keys, override values the application itself set, and emit --- or ... markers that split the output into additional documents. Downstream consumers of the generated YAML, such as configuration loaders, deployment manifests, CI pipelines and data importers, parse the injected content as legitimate data. The same clause backs Ymlr.document/2, Ymlr.documents!/2 and Ymlr.documents/2, so every document encoding entry point is affected. This vulnerability is associated with program files lib/ymlr.ex and program routines 'Elixir.Ymlr':document!/2, 'Elixir.Ymlr':documents!/2. This issue affects ymlr from 0.0.1 before 5.1.6. WorkaroundsSplit any untrusted comment string on line breaks and pass the resulting list as the comment element of the {comment, data} tuple. Ymlr prefixes every list element with its own # marker, so no line can leave the comment context. Alternatively, reject comment strings that contain carriage return or line feed characters, or keep untrusted text out of comments entirely and place it in the encoded data instead, where the encoder quotes it. ConfigurationsA deployment is vulnerable when the host application places attacker-controlled text in the comment position of a document, that is, as the first element of the {comment, data} tuple passed to Ymlr.document!/2, Ymlr.document/2, Ymlr.documents!/2 or Ymlr.documents/2. Callers that encode data without comments, or that use only static comment strings, are not exploitable. Affected versions
0.0.1
1.0.0
1.0.1
1.1.0
2.0.0
3.0.0
3.0.1
4.0.0
4.1.0
4.2.0
5.0.0
5.1.0
+ 5 more Show less
5.1.1
5.1.2
5.1.3
5.1.4
5.1.5
Fixed in
5.1.6
References
Updated Sep 08, 2026 · Source: OSV.dev | ||
5.1.3
patch
1 CVE
CVE-2026-65636
EEF-CVE-2026-65636
GHSA-p8qx-7cp9-v6c9
Jul 31, 2026
YAML injection via unescaped newlines in ymlr document comments
Medium
Local
Low
None
None
SummaryImproper Neutralization of CRLF Sequences vulnerability in ufirstgroup ymlr (Elixir.Ymlr module) allows attackers to inject arbitrary content into generated YAML documents through document comments. Ymlr.document!/2 interpolates each caller-supplied comment string into the output behind a single # prefix without validating it or escaping line breaks. Because a YAML comment is terminated by a line break, the first carriage return or line feed in the comment string ends the comment context and everything after it is emitted at column 0 of the document body. An attacker who controls text that the host application passes as a comment can forge top-level mapping keys, override values the application itself set, and emit --- or ... markers that split the output into additional documents. Downstream consumers of the generated YAML, such as configuration loaders, deployment manifests, CI pipelines and data importers, parse the injected content as legitimate data. The same clause backs Ymlr.document/2, Ymlr.documents!/2 and Ymlr.documents/2, so every document encoding entry point is affected. This vulnerability is associated with program files lib/ymlr.ex and program routines 'Elixir.Ymlr':document!/2, 'Elixir.Ymlr':documents!/2. This issue affects ymlr from 0.0.1 before 5.1.6. WorkaroundsSplit any untrusted comment string on line breaks and pass the resulting list as the comment element of the {comment, data} tuple. Ymlr prefixes every list element with its own # marker, so no line can leave the comment context. Alternatively, reject comment strings that contain carriage return or line feed characters, or keep untrusted text out of comments entirely and place it in the encoded data instead, where the encoder quotes it. ConfigurationsA deployment is vulnerable when the host application places attacker-controlled text in the comment position of a document, that is, as the first element of the {comment, data} tuple passed to Ymlr.document!/2, Ymlr.document/2, Ymlr.documents!/2 or Ymlr.documents/2. Callers that encode data without comments, or that use only static comment strings, are not exploitable. Affected versions
0.0.1
1.0.0
1.0.1
1.1.0
2.0.0
3.0.0
3.0.1
4.0.0
4.1.0
4.2.0
5.0.0
5.1.0
+ 5 more Show less
5.1.1
5.1.2
5.1.3
5.1.4
5.1.5
Fixed in
5.1.6
References
Updated Sep 08, 2026 · Source: OSV.dev | ||
5.1.2
patch
1 CVE
CVE-2026-65636
EEF-CVE-2026-65636
GHSA-p8qx-7cp9-v6c9
Jul 31, 2026
YAML injection via unescaped newlines in ymlr document comments
Medium
Local
Low
None
None
SummaryImproper Neutralization of CRLF Sequences vulnerability in ufirstgroup ymlr (Elixir.Ymlr module) allows attackers to inject arbitrary content into generated YAML documents through document comments. Ymlr.document!/2 interpolates each caller-supplied comment string into the output behind a single # prefix without validating it or escaping line breaks. Because a YAML comment is terminated by a line break, the first carriage return or line feed in the comment string ends the comment context and everything after it is emitted at column 0 of the document body. An attacker who controls text that the host application passes as a comment can forge top-level mapping keys, override values the application itself set, and emit --- or ... markers that split the output into additional documents. Downstream consumers of the generated YAML, such as configuration loaders, deployment manifests, CI pipelines and data importers, parse the injected content as legitimate data. The same clause backs Ymlr.document/2, Ymlr.documents!/2 and Ymlr.documents/2, so every document encoding entry point is affected. This vulnerability is associated with program files lib/ymlr.ex and program routines 'Elixir.Ymlr':document!/2, 'Elixir.Ymlr':documents!/2. This issue affects ymlr from 0.0.1 before 5.1.6. WorkaroundsSplit any untrusted comment string on line breaks and pass the resulting list as the comment element of the {comment, data} tuple. Ymlr prefixes every list element with its own # marker, so no line can leave the comment context. Alternatively, reject comment strings that contain carriage return or line feed characters, or keep untrusted text out of comments entirely and place it in the encoded data instead, where the encoder quotes it. ConfigurationsA deployment is vulnerable when the host application places attacker-controlled text in the comment position of a document, that is, as the first element of the {comment, data} tuple passed to Ymlr.document!/2, Ymlr.document/2, Ymlr.documents!/2 or Ymlr.documents/2. Callers that encode data without comments, or that use only static comment strings, are not exploitable. Affected versions
0.0.1
1.0.0
1.0.1
1.1.0
2.0.0
3.0.0
3.0.1
4.0.0
4.1.0
4.2.0
5.0.0
5.1.0
+ 5 more Show less
5.1.1
5.1.2
5.1.3
5.1.4
5.1.5
Fixed in
5.1.6
References
Updated Sep 08, 2026 · Source: OSV.dev | ||
5.1.1
patch
1 CVE
CVE-2026-65636
EEF-CVE-2026-65636
GHSA-p8qx-7cp9-v6c9
Jul 31, 2026
YAML injection via unescaped newlines in ymlr document comments
Medium
Local
Low
None
None
SummaryImproper Neutralization of CRLF Sequences vulnerability in ufirstgroup ymlr (Elixir.Ymlr module) allows attackers to inject arbitrary content into generated YAML documents through document comments. Ymlr.document!/2 interpolates each caller-supplied comment string into the output behind a single # prefix without validating it or escaping line breaks. Because a YAML comment is terminated by a line break, the first carriage return or line feed in the comment string ends the comment context and everything after it is emitted at column 0 of the document body. An attacker who controls text that the host application passes as a comment can forge top-level mapping keys, override values the application itself set, and emit --- or ... markers that split the output into additional documents. Downstream consumers of the generated YAML, such as configuration loaders, deployment manifests, CI pipelines and data importers, parse the injected content as legitimate data. The same clause backs Ymlr.document/2, Ymlr.documents!/2 and Ymlr.documents/2, so every document encoding entry point is affected. This vulnerability is associated with program files lib/ymlr.ex and program routines 'Elixir.Ymlr':document!/2, 'Elixir.Ymlr':documents!/2. This issue affects ymlr from 0.0.1 before 5.1.6. WorkaroundsSplit any untrusted comment string on line breaks and pass the resulting list as the comment element of the {comment, data} tuple. Ymlr prefixes every list element with its own # marker, so no line can leave the comment context. Alternatively, reject comment strings that contain carriage return or line feed characters, or keep untrusted text out of comments entirely and place it in the encoded data instead, where the encoder quotes it. ConfigurationsA deployment is vulnerable when the host application places attacker-controlled text in the comment position of a document, that is, as the first element of the {comment, data} tuple passed to Ymlr.document!/2, Ymlr.document/2, Ymlr.documents!/2 or Ymlr.documents/2. Callers that encode data without comments, or that use only static comment strings, are not exploitable. Affected versions
0.0.1
1.0.0
1.0.1
1.1.0
2.0.0
3.0.0
3.0.1
4.0.0
4.1.0
4.2.0
5.0.0
5.1.0
+ 5 more Show less
5.1.1
5.1.2
5.1.3
5.1.4
5.1.5
Fixed in
5.1.6
References
Updated Sep 08, 2026 · Source: OSV.dev | ||
5.1.0
minor
1 CVE
CVE-2026-65636
EEF-CVE-2026-65636
GHSA-p8qx-7cp9-v6c9
Jul 31, 2026
YAML injection via unescaped newlines in ymlr document comments
Medium
Local
Low
None
None
SummaryImproper Neutralization of CRLF Sequences vulnerability in ufirstgroup ymlr (Elixir.Ymlr module) allows attackers to inject arbitrary content into generated YAML documents through document comments. Ymlr.document!/2 interpolates each caller-supplied comment string into the output behind a single # prefix without validating it or escaping line breaks. Because a YAML comment is terminated by a line break, the first carriage return or line feed in the comment string ends the comment context and everything after it is emitted at column 0 of the document body. An attacker who controls text that the host application passes as a comment can forge top-level mapping keys, override values the application itself set, and emit --- or ... markers that split the output into additional documents. Downstream consumers of the generated YAML, such as configuration loaders, deployment manifests, CI pipelines and data importers, parse the injected content as legitimate data. The same clause backs Ymlr.document/2, Ymlr.documents!/2 and Ymlr.documents/2, so every document encoding entry point is affected. This vulnerability is associated with program files lib/ymlr.ex and program routines 'Elixir.Ymlr':document!/2, 'Elixir.Ymlr':documents!/2. This issue affects ymlr from 0.0.1 before 5.1.6. WorkaroundsSplit any untrusted comment string on line breaks and pass the resulting list as the comment element of the {comment, data} tuple. Ymlr prefixes every list element with its own # marker, so no line can leave the comment context. Alternatively, reject comment strings that contain carriage return or line feed characters, or keep untrusted text out of comments entirely and place it in the encoded data instead, where the encoder quotes it. ConfigurationsA deployment is vulnerable when the host application places attacker-controlled text in the comment position of a document, that is, as the first element of the {comment, data} tuple passed to Ymlr.document!/2, Ymlr.document/2, Ymlr.documents!/2 or Ymlr.documents/2. Callers that encode data without comments, or that use only static comment strings, are not exploitable. Affected versions
0.0.1
1.0.0
1.0.1
1.1.0
2.0.0
3.0.0
3.0.1
4.0.0
4.1.0
4.2.0
5.0.0
5.1.0
+ 5 more Show less
5.1.1
5.1.2
5.1.3
5.1.4
5.1.5
Fixed in
5.1.6
References
Updated Sep 08, 2026 · Source: OSV.dev | ||
5.0.0
major
1 CVE
CVE-2026-65636
EEF-CVE-2026-65636
GHSA-p8qx-7cp9-v6c9
Jul 31, 2026
YAML injection via unescaped newlines in ymlr document comments
Medium
Local
Low
None
None
SummaryImproper Neutralization of CRLF Sequences vulnerability in ufirstgroup ymlr (Elixir.Ymlr module) allows attackers to inject arbitrary content into generated YAML documents through document comments. Ymlr.document!/2 interpolates each caller-supplied comment string into the output behind a single # prefix without validating it or escaping line breaks. Because a YAML comment is terminated by a line break, the first carriage return or line feed in the comment string ends the comment context and everything after it is emitted at column 0 of the document body. An attacker who controls text that the host application passes as a comment can forge top-level mapping keys, override values the application itself set, and emit --- or ... markers that split the output into additional documents. Downstream consumers of the generated YAML, such as configuration loaders, deployment manifests, CI pipelines and data importers, parse the injected content as legitimate data. The same clause backs Ymlr.document/2, Ymlr.documents!/2 and Ymlr.documents/2, so every document encoding entry point is affected. This vulnerability is associated with program files lib/ymlr.ex and program routines 'Elixir.Ymlr':document!/2, 'Elixir.Ymlr':documents!/2. This issue affects ymlr from 0.0.1 before 5.1.6. WorkaroundsSplit any untrusted comment string on line breaks and pass the resulting list as the comment element of the {comment, data} tuple. Ymlr prefixes every list element with its own # marker, so no line can leave the comment context. Alternatively, reject comment strings that contain carriage return or line feed characters, or keep untrusted text out of comments entirely and place it in the encoded data instead, where the encoder quotes it. ConfigurationsA deployment is vulnerable when the host application places attacker-controlled text in the comment position of a document, that is, as the first element of the {comment, data} tuple passed to Ymlr.document!/2, Ymlr.document/2, Ymlr.documents!/2 or Ymlr.documents/2. Callers that encode data without comments, or that use only static comment strings, are not exploitable. Affected versions
0.0.1
1.0.0
1.0.1
1.1.0
2.0.0
3.0.0
3.0.1
4.0.0
4.1.0
4.2.0
5.0.0
5.1.0
+ 5 more Show less
5.1.1
5.1.2
5.1.3
5.1.4
5.1.5
Fixed in
5.1.6
References
Updated Sep 08, 2026 · Source: OSV.dev | ||
4.2.0
minor
1 CVE
CVE-2026-65636
EEF-CVE-2026-65636
GHSA-p8qx-7cp9-v6c9
Jul 31, 2026
YAML injection via unescaped newlines in ymlr document comments
Medium
Local
Low
None
None
SummaryImproper Neutralization of CRLF Sequences vulnerability in ufirstgroup ymlr (Elixir.Ymlr module) allows attackers to inject arbitrary content into generated YAML documents through document comments. Ymlr.document!/2 interpolates each caller-supplied comment string into the output behind a single # prefix without validating it or escaping line breaks. Because a YAML comment is terminated by a line break, the first carriage return or line feed in the comment string ends the comment context and everything after it is emitted at column 0 of the document body. An attacker who controls text that the host application passes as a comment can forge top-level mapping keys, override values the application itself set, and emit --- or ... markers that split the output into additional documents. Downstream consumers of the generated YAML, such as configuration loaders, deployment manifests, CI pipelines and data importers, parse the injected content as legitimate data. The same clause backs Ymlr.document/2, Ymlr.documents!/2 and Ymlr.documents/2, so every document encoding entry point is affected. This vulnerability is associated with program files lib/ymlr.ex and program routines 'Elixir.Ymlr':document!/2, 'Elixir.Ymlr':documents!/2. This issue affects ymlr from 0.0.1 before 5.1.6. WorkaroundsSplit any untrusted comment string on line breaks and pass the resulting list as the comment element of the {comment, data} tuple. Ymlr prefixes every list element with its own # marker, so no line can leave the comment context. Alternatively, reject comment strings that contain carriage return or line feed characters, or keep untrusted text out of comments entirely and place it in the encoded data instead, where the encoder quotes it. ConfigurationsA deployment is vulnerable when the host application places attacker-controlled text in the comment position of a document, that is, as the first element of the {comment, data} tuple passed to Ymlr.document!/2, Ymlr.document/2, Ymlr.documents!/2 or Ymlr.documents/2. Callers that encode data without comments, or that use only static comment strings, are not exploitable. Affected versions
0.0.1
1.0.0
1.0.1
1.1.0
2.0.0
3.0.0
3.0.1
4.0.0
4.1.0
4.2.0
5.0.0
5.1.0
+ 5 more Show less
5.1.1
5.1.2
5.1.3
5.1.4
5.1.5
Fixed in
5.1.6
References
Updated Sep 08, 2026 · Source: OSV.dev | ||
4.1.0
minor
1 CVE
CVE-2026-65636
EEF-CVE-2026-65636
GHSA-p8qx-7cp9-v6c9
Jul 31, 2026
YAML injection via unescaped newlines in ymlr document comments
Medium
Local
Low
None
None
SummaryImproper Neutralization of CRLF Sequences vulnerability in ufirstgroup ymlr (Elixir.Ymlr module) allows attackers to inject arbitrary content into generated YAML documents through document comments. Ymlr.document!/2 interpolates each caller-supplied comment string into the output behind a single # prefix without validating it or escaping line breaks. Because a YAML comment is terminated by a line break, the first carriage return or line feed in the comment string ends the comment context and everything after it is emitted at column 0 of the document body. An attacker who controls text that the host application passes as a comment can forge top-level mapping keys, override values the application itself set, and emit --- or ... markers that split the output into additional documents. Downstream consumers of the generated YAML, such as configuration loaders, deployment manifests, CI pipelines and data importers, parse the injected content as legitimate data. The same clause backs Ymlr.document/2, Ymlr.documents!/2 and Ymlr.documents/2, so every document encoding entry point is affected. This vulnerability is associated with program files lib/ymlr.ex and program routines 'Elixir.Ymlr':document!/2, 'Elixir.Ymlr':documents!/2. This issue affects ymlr from 0.0.1 before 5.1.6. WorkaroundsSplit any untrusted comment string on line breaks and pass the resulting list as the comment element of the {comment, data} tuple. Ymlr prefixes every list element with its own # marker, so no line can leave the comment context. Alternatively, reject comment strings that contain carriage return or line feed characters, or keep untrusted text out of comments entirely and place it in the encoded data instead, where the encoder quotes it. ConfigurationsA deployment is vulnerable when the host application places attacker-controlled text in the comment position of a document, that is, as the first element of the {comment, data} tuple passed to Ymlr.document!/2, Ymlr.document/2, Ymlr.documents!/2 or Ymlr.documents/2. Callers that encode data without comments, or that use only static comment strings, are not exploitable. Affected versions
0.0.1
1.0.0
1.0.1
1.1.0
2.0.0
3.0.0
3.0.1
4.0.0
4.1.0
4.2.0
5.0.0
5.1.0
+ 5 more Show less
5.1.1
5.1.2
5.1.3
5.1.4
5.1.5
Fixed in
5.1.6
References
Updated Sep 08, 2026 · Source: OSV.dev | ||
4.0.0
major
1 CVE
CVE-2026-65636
EEF-CVE-2026-65636
GHSA-p8qx-7cp9-v6c9
Jul 31, 2026
YAML injection via unescaped newlines in ymlr document comments
Medium
Local
Low
None
None
SummaryImproper Neutralization of CRLF Sequences vulnerability in ufirstgroup ymlr (Elixir.Ymlr module) allows attackers to inject arbitrary content into generated YAML documents through document comments. Ymlr.document!/2 interpolates each caller-supplied comment string into the output behind a single # prefix without validating it or escaping line breaks. Because a YAML comment is terminated by a line break, the first carriage return or line feed in the comment string ends the comment context and everything after it is emitted at column 0 of the document body. An attacker who controls text that the host application passes as a comment can forge top-level mapping keys, override values the application itself set, and emit --- or ... markers that split the output into additional documents. Downstream consumers of the generated YAML, such as configuration loaders, deployment manifests, CI pipelines and data importers, parse the injected content as legitimate data. The same clause backs Ymlr.document/2, Ymlr.documents!/2 and Ymlr.documents/2, so every document encoding entry point is affected. This vulnerability is associated with program files lib/ymlr.ex and program routines 'Elixir.Ymlr':document!/2, 'Elixir.Ymlr':documents!/2. This issue affects ymlr from 0.0.1 before 5.1.6. WorkaroundsSplit any untrusted comment string on line breaks and pass the resulting list as the comment element of the {comment, data} tuple. Ymlr prefixes every list element with its own # marker, so no line can leave the comment context. Alternatively, reject comment strings that contain carriage return or line feed characters, or keep untrusted text out of comments entirely and place it in the encoded data instead, where the encoder quotes it. ConfigurationsA deployment is vulnerable when the host application places attacker-controlled text in the comment position of a document, that is, as the first element of the {comment, data} tuple passed to Ymlr.document!/2, Ymlr.document/2, Ymlr.documents!/2 or Ymlr.documents/2. Callers that encode data without comments, or that use only static comment strings, are not exploitable. Affected versions
0.0.1
1.0.0
1.0.1
1.1.0
2.0.0
3.0.0
3.0.1
4.0.0
4.1.0
4.2.0
5.0.0
5.1.0
+ 5 more Show less
5.1.1
5.1.2
5.1.3
5.1.4
5.1.5
Fixed in
5.1.6
References
Updated Sep 08, 2026 · Source: OSV.dev | ||
3.0.1
patch
1 CVE
CVE-2026-65636
EEF-CVE-2026-65636
GHSA-p8qx-7cp9-v6c9
Jul 31, 2026
YAML injection via unescaped newlines in ymlr document comments
Medium
Local
Low
None
None
SummaryImproper Neutralization of CRLF Sequences vulnerability in ufirstgroup ymlr (Elixir.Ymlr module) allows attackers to inject arbitrary content into generated YAML documents through document comments. Ymlr.document!/2 interpolates each caller-supplied comment string into the output behind a single # prefix without validating it or escaping line breaks. Because a YAML comment is terminated by a line break, the first carriage return or line feed in the comment string ends the comment context and everything after it is emitted at column 0 of the document body. An attacker who controls text that the host application passes as a comment can forge top-level mapping keys, override values the application itself set, and emit --- or ... markers that split the output into additional documents. Downstream consumers of the generated YAML, such as configuration loaders, deployment manifests, CI pipelines and data importers, parse the injected content as legitimate data. The same clause backs Ymlr.document/2, Ymlr.documents!/2 and Ymlr.documents/2, so every document encoding entry point is affected. This vulnerability is associated with program files lib/ymlr.ex and program routines 'Elixir.Ymlr':document!/2, 'Elixir.Ymlr':documents!/2. This issue affects ymlr from 0.0.1 before 5.1.6. WorkaroundsSplit any untrusted comment string on line breaks and pass the resulting list as the comment element of the {comment, data} tuple. Ymlr prefixes every list element with its own # marker, so no line can leave the comment context. Alternatively, reject comment strings that contain carriage return or line feed characters, or keep untrusted text out of comments entirely and place it in the encoded data instead, where the encoder quotes it. ConfigurationsA deployment is vulnerable when the host application places attacker-controlled text in the comment position of a document, that is, as the first element of the {comment, data} tuple passed to Ymlr.document!/2, Ymlr.document/2, Ymlr.documents!/2 or Ymlr.documents/2. Callers that encode data without comments, or that use only static comment strings, are not exploitable. Affected versions
0.0.1
1.0.0
1.0.1
1.1.0
2.0.0
3.0.0
3.0.1
4.0.0
4.1.0
4.2.0
5.0.0
5.1.0
+ 5 more Show less
5.1.1
5.1.2
5.1.3
5.1.4
5.1.5
Fixed in
5.1.6
References
Updated Sep 08, 2026 · Source: OSV.dev | ||
3.0.0
major
1 CVE
CVE-2026-65636
EEF-CVE-2026-65636
GHSA-p8qx-7cp9-v6c9
Jul 31, 2026
YAML injection via unescaped newlines in ymlr document comments
Medium
Local
Low
None
None
SummaryImproper Neutralization of CRLF Sequences vulnerability in ufirstgroup ymlr (Elixir.Ymlr module) allows attackers to inject arbitrary content into generated YAML documents through document comments. Ymlr.document!/2 interpolates each caller-supplied comment string into the output behind a single # prefix without validating it or escaping line breaks. Because a YAML comment is terminated by a line break, the first carriage return or line feed in the comment string ends the comment context and everything after it is emitted at column 0 of the document body. An attacker who controls text that the host application passes as a comment can forge top-level mapping keys, override values the application itself set, and emit --- or ... markers that split the output into additional documents. Downstream consumers of the generated YAML, such as configuration loaders, deployment manifests, CI pipelines and data importers, parse the injected content as legitimate data. The same clause backs Ymlr.document/2, Ymlr.documents!/2 and Ymlr.documents/2, so every document encoding entry point is affected. This vulnerability is associated with program files lib/ymlr.ex and program routines 'Elixir.Ymlr':document!/2, 'Elixir.Ymlr':documents!/2. This issue affects ymlr from 0.0.1 before 5.1.6. WorkaroundsSplit any untrusted comment string on line breaks and pass the resulting list as the comment element of the {comment, data} tuple. Ymlr prefixes every list element with its own # marker, so no line can leave the comment context. Alternatively, reject comment strings that contain carriage return or line feed characters, or keep untrusted text out of comments entirely and place it in the encoded data instead, where the encoder quotes it. ConfigurationsA deployment is vulnerable when the host application places attacker-controlled text in the comment position of a document, that is, as the first element of the {comment, data} tuple passed to Ymlr.document!/2, Ymlr.document/2, Ymlr.documents!/2 or Ymlr.documents/2. Callers that encode data without comments, or that use only static comment strings, are not exploitable. Affected versions
0.0.1
1.0.0
1.0.1
1.1.0
2.0.0
3.0.0
3.0.1
4.0.0
4.1.0
4.2.0
5.0.0
5.1.0
+ 5 more Show less
5.1.1
5.1.2
5.1.3
5.1.4
5.1.5
Fixed in
5.1.6
References
Updated Sep 08, 2026 · Source: OSV.dev | ||
1.1.0
minor
1 CVE
CVE-2026-65636
EEF-CVE-2026-65636
GHSA-p8qx-7cp9-v6c9
Jul 31, 2026
YAML injection via unescaped newlines in ymlr document comments
Medium
Local
Low
None
None
SummaryImproper Neutralization of CRLF Sequences vulnerability in ufirstgroup ymlr (Elixir.Ymlr module) allows attackers to inject arbitrary content into generated YAML documents through document comments. Ymlr.document!/2 interpolates each caller-supplied comment string into the output behind a single # prefix without validating it or escaping line breaks. Because a YAML comment is terminated by a line break, the first carriage return or line feed in the comment string ends the comment context and everything after it is emitted at column 0 of the document body. An attacker who controls text that the host application passes as a comment can forge top-level mapping keys, override values the application itself set, and emit --- or ... markers that split the output into additional documents. Downstream consumers of the generated YAML, such as configuration loaders, deployment manifests, CI pipelines and data importers, parse the injected content as legitimate data. The same clause backs Ymlr.document/2, Ymlr.documents!/2 and Ymlr.documents/2, so every document encoding entry point is affected. This vulnerability is associated with program files lib/ymlr.ex and program routines 'Elixir.Ymlr':document!/2, 'Elixir.Ymlr':documents!/2. This issue affects ymlr from 0.0.1 before 5.1.6. WorkaroundsSplit any untrusted comment string on line breaks and pass the resulting list as the comment element of the {comment, data} tuple. Ymlr prefixes every list element with its own # marker, so no line can leave the comment context. Alternatively, reject comment strings that contain carriage return or line feed characters, or keep untrusted text out of comments entirely and place it in the encoded data instead, where the encoder quotes it. ConfigurationsA deployment is vulnerable when the host application places attacker-controlled text in the comment position of a document, that is, as the first element of the {comment, data} tuple passed to Ymlr.document!/2, Ymlr.document/2, Ymlr.documents!/2 or Ymlr.documents/2. Callers that encode data without comments, or that use only static comment strings, are not exploitable. Affected versions
0.0.1
1.0.0
1.0.1
1.1.0
2.0.0
3.0.0
3.0.1
4.0.0
4.1.0
4.2.0
5.0.0
5.1.0
+ 5 more Show less
5.1.1
5.1.2
5.1.3
5.1.4
5.1.5
Fixed in
5.1.6
References
Updated Sep 08, 2026 · Source: OSV.dev | ||
2.0.0
major
1 CVE
CVE-2026-65636
EEF-CVE-2026-65636
GHSA-p8qx-7cp9-v6c9
Jul 31, 2026
YAML injection via unescaped newlines in ymlr document comments
Medium
Local
Low
None
None
SummaryImproper Neutralization of CRLF Sequences vulnerability in ufirstgroup ymlr (Elixir.Ymlr module) allows attackers to inject arbitrary content into generated YAML documents through document comments. Ymlr.document!/2 interpolates each caller-supplied comment string into the output behind a single # prefix without validating it or escaping line breaks. Because a YAML comment is terminated by a line break, the first carriage return or line feed in the comment string ends the comment context and everything after it is emitted at column 0 of the document body. An attacker who controls text that the host application passes as a comment can forge top-level mapping keys, override values the application itself set, and emit --- or ... markers that split the output into additional documents. Downstream consumers of the generated YAML, such as configuration loaders, deployment manifests, CI pipelines and data importers, parse the injected content as legitimate data. The same clause backs Ymlr.document/2, Ymlr.documents!/2 and Ymlr.documents/2, so every document encoding entry point is affected. This vulnerability is associated with program files lib/ymlr.ex and program routines 'Elixir.Ymlr':document!/2, 'Elixir.Ymlr':documents!/2. This issue affects ymlr from 0.0.1 before 5.1.6. WorkaroundsSplit any untrusted comment string on line breaks and pass the resulting list as the comment element of the {comment, data} tuple. Ymlr prefixes every list element with its own # marker, so no line can leave the comment context. Alternatively, reject comment strings that contain carriage return or line feed characters, or keep untrusted text out of comments entirely and place it in the encoded data instead, where the encoder quotes it. ConfigurationsA deployment is vulnerable when the host application places attacker-controlled text in the comment position of a document, that is, as the first element of the {comment, data} tuple passed to Ymlr.document!/2, Ymlr.document/2, Ymlr.documents!/2 or Ymlr.documents/2. Callers that encode data without comments, or that use only static comment strings, are not exploitable. Affected versions
0.0.1
1.0.0
1.0.1
1.1.0
2.0.0
3.0.0
3.0.1
4.0.0
4.1.0
4.2.0
5.0.0
5.1.0
+ 5 more Show less
5.1.1
5.1.2
5.1.3
5.1.4
5.1.5
Fixed in
5.1.6
References
Updated Sep 08, 2026 · Source: OSV.dev | ||
1.0.1
patch
1 CVE
CVE-2026-65636
EEF-CVE-2026-65636
GHSA-p8qx-7cp9-v6c9
Jul 31, 2026
YAML injection via unescaped newlines in ymlr document comments
Medium
Local
Low
None
None
SummaryImproper Neutralization of CRLF Sequences vulnerability in ufirstgroup ymlr (Elixir.Ymlr module) allows attackers to inject arbitrary content into generated YAML documents through document comments. Ymlr.document!/2 interpolates each caller-supplied comment string into the output behind a single # prefix without validating it or escaping line breaks. Because a YAML comment is terminated by a line break, the first carriage return or line feed in the comment string ends the comment context and everything after it is emitted at column 0 of the document body. An attacker who controls text that the host application passes as a comment can forge top-level mapping keys, override values the application itself set, and emit --- or ... markers that split the output into additional documents. Downstream consumers of the generated YAML, such as configuration loaders, deployment manifests, CI pipelines and data importers, parse the injected content as legitimate data. The same clause backs Ymlr.document/2, Ymlr.documents!/2 and Ymlr.documents/2, so every document encoding entry point is affected. This vulnerability is associated with program files lib/ymlr.ex and program routines 'Elixir.Ymlr':document!/2, 'Elixir.Ymlr':documents!/2. This issue affects ymlr from 0.0.1 before 5.1.6. WorkaroundsSplit any untrusted comment string on line breaks and pass the resulting list as the comment element of the {comment, data} tuple. Ymlr prefixes every list element with its own # marker, so no line can leave the comment context. Alternatively, reject comment strings that contain carriage return or line feed characters, or keep untrusted text out of comments entirely and place it in the encoded data instead, where the encoder quotes it. ConfigurationsA deployment is vulnerable when the host application places attacker-controlled text in the comment position of a document, that is, as the first element of the {comment, data} tuple passed to Ymlr.document!/2, Ymlr.document/2, Ymlr.documents!/2 or Ymlr.documents/2. Callers that encode data without comments, or that use only static comment strings, are not exploitable. Affected versions
0.0.1
1.0.0
1.0.1
1.1.0
2.0.0
3.0.0
3.0.1
4.0.0
4.1.0
4.2.0
5.0.0
5.1.0
+ 5 more Show less
5.1.1
5.1.2
5.1.3
5.1.4
5.1.5
Fixed in
5.1.6
References
Updated Sep 08, 2026 · Source: OSV.dev | ||
1.0.0
major
1 CVE
CVE-2026-65636
EEF-CVE-2026-65636
GHSA-p8qx-7cp9-v6c9
Jul 31, 2026
YAML injection via unescaped newlines in ymlr document comments
Medium
Local
Low
None
None
SummaryImproper Neutralization of CRLF Sequences vulnerability in ufirstgroup ymlr (Elixir.Ymlr module) allows attackers to inject arbitrary content into generated YAML documents through document comments. Ymlr.document!/2 interpolates each caller-supplied comment string into the output behind a single # prefix without validating it or escaping line breaks. Because a YAML comment is terminated by a line break, the first carriage return or line feed in the comment string ends the comment context and everything after it is emitted at column 0 of the document body. An attacker who controls text that the host application passes as a comment can forge top-level mapping keys, override values the application itself set, and emit --- or ... markers that split the output into additional documents. Downstream consumers of the generated YAML, such as configuration loaders, deployment manifests, CI pipelines and data importers, parse the injected content as legitimate data. The same clause backs Ymlr.document/2, Ymlr.documents!/2 and Ymlr.documents/2, so every document encoding entry point is affected. This vulnerability is associated with program files lib/ymlr.ex and program routines 'Elixir.Ymlr':document!/2, 'Elixir.Ymlr':documents!/2. This issue affects ymlr from 0.0.1 before 5.1.6. WorkaroundsSplit any untrusted comment string on line breaks and pass the resulting list as the comment element of the {comment, data} tuple. Ymlr prefixes every list element with its own # marker, so no line can leave the comment context. Alternatively, reject comment strings that contain carriage return or line feed characters, or keep untrusted text out of comments entirely and place it in the encoded data instead, where the encoder quotes it. ConfigurationsA deployment is vulnerable when the host application places attacker-controlled text in the comment position of a document, that is, as the first element of the {comment, data} tuple passed to Ymlr.document!/2, Ymlr.document/2, Ymlr.documents!/2 or Ymlr.documents/2. Callers that encode data without comments, or that use only static comment strings, are not exploitable. Affected versions
0.0.1
1.0.0
1.0.1
1.1.0
2.0.0
3.0.0
3.0.1
4.0.0
4.1.0
4.2.0
5.0.0
5.1.0
+ 5 more Show less
5.1.1
5.1.2
5.1.3
5.1.4
5.1.5
Fixed in
5.1.6
References
Updated Sep 08, 2026 · Source: OSV.dev | ||
0.0.1
initial
1 CVE
CVE-2026-65636
EEF-CVE-2026-65636
GHSA-p8qx-7cp9-v6c9
Jul 31, 2026
YAML injection via unescaped newlines in ymlr document comments
Medium
Local
Low
None
None
SummaryImproper Neutralization of CRLF Sequences vulnerability in ufirstgroup ymlr (Elixir.Ymlr module) allows attackers to inject arbitrary content into generated YAML documents through document comments. Ymlr.document!/2 interpolates each caller-supplied comment string into the output behind a single # prefix without validating it or escaping line breaks. Because a YAML comment is terminated by a line break, the first carriage return or line feed in the comment string ends the comment context and everything after it is emitted at column 0 of the document body. An attacker who controls text that the host application passes as a comment can forge top-level mapping keys, override values the application itself set, and emit --- or ... markers that split the output into additional documents. Downstream consumers of the generated YAML, such as configuration loaders, deployment manifests, CI pipelines and data importers, parse the injected content as legitimate data. The same clause backs Ymlr.document/2, Ymlr.documents!/2 and Ymlr.documents/2, so every document encoding entry point is affected. This vulnerability is associated with program files lib/ymlr.ex and program routines 'Elixir.Ymlr':document!/2, 'Elixir.Ymlr':documents!/2. This issue affects ymlr from 0.0.1 before 5.1.6. WorkaroundsSplit any untrusted comment string on line breaks and pass the resulting list as the comment element of the {comment, data} tuple. Ymlr prefixes every list element with its own # marker, so no line can leave the comment context. Alternatively, reject comment strings that contain carriage return or line feed characters, or keep untrusted text out of comments entirely and place it in the encoded data instead, where the encoder quotes it. ConfigurationsA deployment is vulnerable when the host application places attacker-controlled text in the comment position of a document, that is, as the first element of the {comment, data} tuple passed to Ymlr.document!/2, Ymlr.document/2, Ymlr.documents!/2 or Ymlr.documents/2. Callers that encode data without comments, or that use only static comment strings, are not exploitable. Affected versions
0.0.1
1.0.0
1.0.1
1.1.0
2.0.0
3.0.0
3.0.1
4.0.0
4.1.0
4.2.0
5.0.0
5.1.0
+ 5 more Show less
5.1.1
5.1.2
5.1.3
5.1.4
5.1.5
Fixed in
5.1.6
References
Updated Sep 08, 2026 · Source: OSV.dev |