Lucene search
+L

341 matches found

NVD
NVD
added 2026/08/21 10:16 a.m.11 views

CVE-2026-47080

XML Injection vulnerability in joshnuss xmlbuilder XmlBuilder module allows Content Spoofing, XML Injection. This vulnerability is associated with program files lib/xmlbuilder.ex and program routines XmlBuilder.generate/1, XmlBuilder.generate/2, XmlBuilder.escape/1. The escape/1 clause for :cdata...

2.1CVSS0.00167EPSS
SaveExploits0References5
CVE
CVE
added 2026/08/21 9:52 a.m.20 views

CVE-2026-47079

CVE-2026-47079 is an improper entity-escaping vulnerability in the joshnuss xml_builder Elixir library (versions 0.0.6 through before 2.4.1 ). The XmlBuilder.generate/1 function fails to escape literal & characters when followed by entity-like tokens (lt;, gt;, amp;, quot;, apos;). Attacker-suppl...

2.1CVSS5.6AI score0.00142EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/08/21 9:52 a.m.28 views

CVE-2026-47079 Round-trip Corruption via Improper Entity Escaping in xml_builder

Inappropriate Encoding for Output Context vulnerability in joshnuss xmlbuilder XmlBuilder module allows Content Spoofing, Cross-site Scripting. This vulnerability is associated with program files lib/xmlbuilder.ex and program routines XmlBuilder.generate/1, XmlBuilder.generate/2,...

2.1CVSS0.00142EPSS
SaveExploits0References4
CVE
CVE
added 2026/08/21 9:51 a.m.14 views

CVE-2026-48590

CVE-2026-48590 is an XML Injection vulnerability in the Elixir library xml_builder (by joshnuss), affecting versions 0.0.1 through before 2.4.1 . The root cause is that element names, attribute names, and doctype identifiers are interpolated verbatim into the serialized XML output without escapin...

2.1CVSS5.8AI score0.00167EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/08/21 9:51 a.m.10 views

EUVD-2026-63879

XML Injection vulnerability in joshnuss xmlbuilder XmlBuilder module allows Content Spoofing, XML Injection. This vulnerability is associated with program files lib/xmlbuilder.ex and program routines XmlBuilder.generate/1, XmlBuilder.generate/2, XmlBuilder.element/1, XmlBuilder.element/2,...

2.1CVSS5.8AI score0.00167EPSS
SaveExploits0References4
CVE
CVE
added 2026/08/21 9:49 a.m.13 views

CVE-2026-47080

CVE-2026-47080 is an XML Injection vulnerability in the joshnuss xml_builder Elixir library (versions 0.0.7 through before 2.4.1 ). The root cause is in XmlBuilder.escape/1 within lib/xml_builder.ex: when handling {:cdata, data}, the data is placed verbatim between without splitting on embedded ...

2.1CVSS6.1AI score0.00167EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2026/08/21 9:49 a.m.28 views

CVE-2026-47080 CDATA Section Breakout via Unsanitised ]]> in xml_builder

XML Injection vulnerability in joshnuss xmlbuilder XmlBuilder module allows Content Spoofing, XML Injection. This vulnerability is associated with program files lib/xmlbuilder.ex and program routines XmlBuilder.generate/1, XmlBuilder.generate/2, XmlBuilder.escape/1. The escape/1 clause for :cdata...

2.1CVSS0.00167EPSS
SaveExploits0References4
NVD
NVD
added 2026/08/07 1:16 p.m.16 views

CVE-2026-66838

Improper Neutralization of Special Elements used in an SQL Command 'SQL Injection' vulnerability in elixir-ecto postgrex allows SQL Injection via the :comment option of Postgrex.stream/4. An attacker who can influence that value can close the comment delimiter with / and extend the streamed...

8.2CVSS0.0024EPSS
SaveExploits1References5
EUVD
EUVD
added 2026/08/07 12:20 p.m.11 views

EUVD-2026-54476

Improper Neutralization of Special Elements used in an SQL Command 'SQL Injection' vulnerability in elixir-ecto postgrex allows SQL Injection via the :comment option of Postgrex.stream/4. An attacker who can influence that value can close the comment delimiter with / and extend the streamed...

5.9CVSS6.1AI score0.0024EPSS
SaveExploits1References5
Cvelist
Cvelist
added 2026/08/07 12:20 p.m.39 views

CVE-2026-66838 SQL injection via the :comment option in Postgrex.stream/4

Improper Neutralization of Special Elements used in an SQL Command 'SQL Injection' vulnerability in elixir-ecto postgrex allows SQL Injection via the :comment option of Postgrex.stream/4. An attacker who can influence that value can close the comment delimiter with / and extend the streamed...

5.9CVSS0.0024EPSS
SaveExploits1References5
CVE
CVE
added 2026/07/31 1:29 p.m.46 views

CVE-2026-65636

The CVE-2026-65636 issue affects the ymlr library (Elixir.Ymlr) and its document encoding entry points (Ymlr.document!/2, Ymlr.documents!/2, Ymlr.documents/2). An attacker-controlled comment string is interpolated behind a single #, and CRLF sequences terminate the YAML comment, allowing injectio...

2.1CVSS5.7AI score0.00141EPSS
SaveExploits0References5
ATTACKERKB
ATTACKERKB
added 2026/07/31 1:29 p.m.8 views

CVE-2026-65636

Improper 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...

2.1CVSS5.7AI score0.00141EPSS
SaveExploits0References6Affected Software1
Cvelist
Cvelist
added 2026/07/31 1:29 p.m.41 views

CVE-2026-65636 YAML injection via unescaped newlines in ymlr document comments

Improper 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...

2.1CVSS0.00141EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/07/31 1:29 p.m.22 views

EUVD-2026-51537

Improper 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...

2.1CVSS5.7AI score0.00141EPSS
SaveExploits0References5
OSV
OSV
added 2026/07/31 1:29 p.m.8 views

CVE-2026-65636 YAML injection via unescaped newlines in ymlr document comments

Improper 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...

2.1CVSS5.7AI score0.00141EPSS
SaveExploits0References10
Positive Technologies
Positive Technologies
added 2026/07/31 12:00 a.m.25 views

PT-2026-66757

Improper 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...

2.1CVSS5.7AI score0.00141EPSS
SaveExploits0References6
EUVD
EUVD
added 2026/07/30 2:17 p.m.13 views

EUVD-2026-51144

Improper Isolation or Compartmentalization vulnerability in malach-it boruta Elixir.Boruta.Openid module allows attackers to register OpenID Connect clients with administrative privileges through the dynamic client registration entry point. Boruta.Openid.registerclient/3 forwards caller-supplied...

8.3CVSS5.9AI score0.00301EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2026/07/17 10:11 a.m.44 views

CVE-2026-59694 Unbounded access list in mpp Tempo fee-payer inflates gas cost per payment

Improper Validation of Specified Quantity in Input in ZenHive mpp allows an unauthenticated remote client to inflate the fee-payer's gas cost per payment by a large multiplier, degrading the sponsor's operating margin. When the mpp Elixir library is configured as fee payer feepayer: true,...

8.3CVSS0.00301EPSS
SaveExploits0References4
Circl
Circl
added 2026/07/15 6:35 p.m.15 views

CVE-2026-54451

creationtimestamp| type| source ---|---|--- 2026-07-15 18:35:03+00:00| published-proof-of-concept| https://github.com/elixir-protobuf/protobuf/security/advisories/GHSA-rv48-qqj5-crxg...

6.1AI score
SaveExploits0References1
NVD
NVD
added 2026/07/14 9:16 a.m.21 views

CVE-2026-58229

Allocation of resources without limits vulnerability in elixir-mint mint allows a remote HTTP server to exhaust memory on the client host and cause a denial of service. The Mint.HTTP1.decodeheaders/5 and Mint.HTTP1.decodetrailerheaders/4 functions in lib/mint/http1.ex accumulate every parsed...

8.2CVSS0.00305EPSS
SaveExploits0References4
Rows per page
Query Builder