Lucene search
+L

46 matches found

Positive Technologies
Positive Technologies
added 2023/09/18 12:0 a.m.9 views

PT-2023-28346 · Pow · Pow

Name of the Vulnerable Software and Affected Versions: Pow versions 1.0.14 through 1.0.33 Description: Pow is a authentication and user management solution for Phoenix and Plug-based apps. The use of Pow.Store.Backend.MnesiaCache is susceptible to session hijacking as expired keys are not being...

6.5CVSS6.7AI score0.00453EPSS
SaveExploits1References13
CNNVD
CNNVD
added 2023/09/18 12:0 a.m.6 views

Pow security breach

Pow is an open source, complete authentication and user management library built into Elixir that works out-of-the-box for Phoenix and Plug-based applications while being fully customizable. A security vulnerability exists in Pow versions 1.0.14 through 1.0.34, which stems from the vulnerability ...

6.5CVSS7AI score0.00453EPSS
SaveExploits1References4
Snyk
Snyk
added 2022/08/05 8:8 a.m.5 views

Malicious Package

Overview meesho-pow is a malicious package. The package's name is based on existing repositories, namespaces, or components used by popular companies in an effort to trick employees into downloading it, also known as 'dependency confusion'. Therefore, you're only vulnerable if this package was...

9.8CVSS7.1AI score
SaveExploits0References3
Code423n4
Code423n4
added 2021/11/22 12:0 a.m.9 views

pow() is missing check on input parameters with 0 value

Handle gpersoon Vulnerability details Impact The contract LogExpMath.sol seems to be a fork of the balancer LogExpMath.sol contract. It is mostly similar, except for checks for x and y being 0 in the beginning of the function pow, see below. This omission might lead to unexpected results. Proof o...

7AI score
SaveExploits0
Code423n4
Code423n4
added 2021/09/29 12:0 a.m.9 views

IndexPool._pow wrong loop and does not normalize values

Handle cmichel Vulnerability details The IndexPool.compute function is indented as if the if n % 2 != 0 output = output a; is inside the loop but there are actually not braces around it. It must be in the loop for the exponentiation by repeated squaring algorithm to work: function powuint256 a,...

7.1AI score
SaveExploits0
RustSec
RustSec
added 2021/03/18 12:0 p.m.20 views

Denial of service through parsing payloads with too big exponent

The parseduration::parse function allows for parsing duration strings with exponents like 5e5s where under the hood, the BigInt type along with the pow function are used for such payloads. Passing an arbitrarily big exponent makes the parseduration::parse function to process the payload for a ver...

7.5CVSS3.9AI score0.00973EPSS
SaveExploits0
OSV
OSV
added 2021/03/18 12:0 p.m.38 views

RUSTSEC-2021-0041 Denial of service through parsing payloads with too big exponent

The parseduration::parse function allows for parsing duration strings with exponents like 5e5s where under the hood, the BigInt type along with the pow function are used for such payloads. Passing an arbitrarily big exponent makes the parseduration::parse function to process the payload for a ver...

7.5CVSS7.3AI score0.00973EPSS
SaveExploits0References3
NVD
NVD
added 2020/11/25 2:15 a.m.16 views

CVE-2020-26240

Go Ethereum, or "Geth", is the official Golang implementation of the Ethereum protocol. An ethash mining DAG generation flaw in Geth before version 1.9.24 could cause miners to erroneously calculate PoW in an upcoming epoch estimated early January, 2021. This happened on the ETC chain on...

7.5CVSS5.7AI score0.01643EPSS
SaveExploits0References4
CVE
CVE
added 2020/11/25 1:25 a.m.87 views

CVE-2020-26240

CVE-2020-26240 affects Go Ethereum (Geth). The issue is an ethash mining DAG generation flaw that could cause miners to compute PoW incorrectly in an upcoming epoch; non-mining nodes are unaffected. Affected software: Geth prior to version 1.9.24. Root cause: DAG generation flaw in ethash logic. ...

7.5CVSS5.9AI score0.01643EPSS
SaveExploits0References4Affected Software1
Cvelist
Cvelist
added 2020/11/25 1:25 a.m.31 views

CVE-2020-26240 Erroneous Proof of Work calculation in geth

Go Ethereum, or "Geth", is the official Golang implementation of the Ethereum protocol. An ethash mining DAG generation flaw in Geth before version 1.9.24 could cause miners to erroneously calculate PoW in an upcoming epoch estimated early January, 2021. This happened on the ETC chain on...

5.3CVSS7.3AI score0.01643EPSS
SaveExploits0References4
NVD
NVD
added 2020/01/09 2:15 a.m.30 views

CVE-2020-5205

In Pow Hex package before 1.0.16, the use of Plug.Session in Pow.Plug.Session is susceptible to session fixation attacks if a persistent session store is used for Plug.Session, such as Redis or a database. Cookie store, which is used in most Phoenix apps, doesn't have this vulnerability...

6.5CVSS6.4AI score0.0077EPSS
SaveExploits0References3
OSV
OSV
added 2020/01/09 2:15 a.m.20 views

CVE-2020-5205

In Pow Hex package before 1.0.16, the use of Plug.Session in Pow.Plug.Session is susceptible to session fixation attacks if a persistent session store is used for Plug.Session, such as Redis or a database. Cookie store, which is used in most Phoenix apps, doesn't have this vulnerability...

5.4CVSS6.8AI score
SaveExploits0References3
Prion
Prion
added 2020/01/09 2:15 a.m.17 views

Session fixation

In Pow Hex package before 1.0.16, the use of Plug.Session in Pow.Plug.Session is susceptible to session fixation attacks if a persistent session store is used for Plug.Session, such as Redis or a database. Cookie store, which is used in most Phoenix apps, doesn't have this vulnerability...

5.5CVSS5.4AI score0.0077EPSS
SaveExploits0References3Affected Software1
CVE
CVE
added 2020/01/09 2:5 a.m.100 views

CVE-2020-5205

CVE-2020-5205 affects Pow (Hex package) prior to 1.0.16 in Pow.Plug.Session when a persistent session store (e.g., Redis or database) is used. The vulnerability enables session fixation attacks due to how Plug.Session handles the session across persistent stores; cookie store usage (common in Pho...

6.5CVSS5.5AI score0.0077EPSS
SaveExploits0References3Affected Software1
Cvelist
Cvelist
added 2020/01/09 2:5 a.m.36 views

CVE-2020-5205 Session fixation attack in Pow (Hex package)

In Pow Hex package before 1.0.16, the use of Plug.Session in Pow.Plug.Session is susceptible to session fixation attacks if a persistent session store is used for Plug.Session, such as Redis or a database. Cookie store, which is used in most Phoenix apps, doesn't have this vulnerability...

6.5CVSS6.4AI score0.0077EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2019/10/04 9:0 p.m.25 views

CVE-2007-5197

Buffer overflow in the Mono.Math.BigInteger class in Mono 1.2.5.1 and earlier allows context-dependent attackers to execute arbitrary code via unspecified vectors related to Reduce in Montgomery-based Pow methods...

7.5CVSS8AI score0.0362EPSS
SaveExploits1References3
Mageia
Mageia
added 2017/08/08 8:24 p.m.36 views

Updated mpg123 packages fix security vulnerabilities

The nexttext function in src/libmpg123/id3.c in mpg123 1.24.0 allows remote attackers to cause a denial of service buffer over-read via a crafted mp3 file CVE-2017-9545. Invalid read of size 1 in ID3v2 parser due to forgotten offset from the frame flag bytes CVE-2017-10683. Extend pow tables for...

5.5CVSS3.9AI score0.01167EPSS
SaveExploits1References2
Prion
Prion
added 2008/11/21 5:30 p.m.18 views

Sql injection

SQL injection vulnerability in memberlist.php in Acmlmboard 1.A2 allows remote attackers to execute arbitrary SQL commands via the pow parameter...

7.5CVSS9.1AI score0.00967EPSS
SaveExploits2References4Affected Software1
exploitpack
exploitpack
added 2008/06/30 12:0 a.m.46 views

AcmlmBoard 1.A2 - pow SQL Injection

AcmlmBoard 1.A2 - pow SQL Injection AcmlmBoard v1.A2 SQL Injection Vulnerability Bug by: h0yt3r Dork: "AcmlmBoard v1.A2" This Board Software suffers from some not correctly verified variables which are used in SQL Querys. An Attacker can easily get sensitive information from the database by...

0.3AI score
SaveExploits0
UbuntuCve
UbuntuCve
added 2007/11/02 4:46 p.m.27 views

CVE-2007-5197

Buffer overflow in the Mono.Math.BigInteger class in Mono 1.2.5.1 and earlier allows context-dependent attackers to execute arbitrary code via unspecified vectors related to Reduce in Montgomery-based Pow methods...

7.5CVSS6.3AI score0.0362EPSS
SaveExploits1References2
Rows per page
Query Builder