Lucene search
+L

93 matches found

BDU FSTEC
BDU FSTEC
added 2021/05/12 12:0 a.m.12 views

The vulnerability of the sub-components “Loan Details” and “Loan Accounting Events” of the Oracle Loans component in the Oracle E-Business Suite, a business automation system, allows a malicious individual to gain unauthorized access to the device.

The vulnerability of the Loan Details and Loan Accounting Events subcomponents of the Oracle Loans component in the Oracle E-Business Suite is related to code errors. Exploitation of this vulnerability may allow an attacker, operating remotely, to gain unauthorized access to the device through HT...

8.5CVSS6.9AI score0.00987EPSS
SaveExploits0References3Affected Software1
Code423n4
Code423n4
added 2021/05/04 12:0 a.m.7 views

UniswapConfig getters return wrong token config if token config does not exist

Handle @cmichelio Vulnerability details Vulnerability Details The UniswapConfig.getTokenConfigBySymbolHash function does not work as getSymbolHashIndex returns 0 if there is no config token for that symbol uninitialized map value, but the outer function implements the non-existence check with -1...

6.8AI score
SaveExploits0
Code423n4
Code423n4
added 2021/04/28 12:0 a.m.11 views

Anyone can curate pools and steal rewards

Handle @cmichelio Vulnerability details Vulnerability Details The Router.curatePool and replacePool don't have any access restriction. An attacker can get a flash loan of base tokens and replace existing curated pools with their own curated pools. Impact Curated pools determine if a pool receives...

6.8AI score
SaveExploits0
Code423n4
Code423n4
added 2021/04/28 12:0 a.m.11 views

Swap value can be manipulated allowing under-collateralized loans

Handle @cmichelio Vulnerability details Vulnerability Details When borrowing with synths as collateral the synth collateral value in base tokens is computed as baseValue = calcSwapValueInBaseiSYNTHcollateralAsset.TOKEN, collateralAdjusted;, i.e., the result of a trade of the underlying token to...

6.8AI score
SaveExploits0
Code423n4
Code423n4
added 2021/04/28 12:0 a.m.8 views

Anyone can list anchors / curate tokens

Handle @cmichelio Vulnerability details Vulnerability Details The Router.listAnchor function can be called by anyone and tokens can be added. The only check is that requireiPOOLSPOOLS.isAnchortoken; but this can easily be set by calling Pools.addLiquidityVADER, token, once even without actually...

6.7AI score
SaveExploits0
NVD
NVD
added 2021/04/22 10:15 p.m.17 views

CVE-2021-2252

Vulnerability in the Oracle Loans product of Oracle E-Business Suite component: Loan Details, Loan Accounting Events. Supported versions that are affected are 12.1.1-12.1.3. Easily exploitable vulnerability allows low privileged attacker with network access via HTTP to compromise Oracle Loans...

8.1CVSS0.00987EPSS
SaveExploits0References1
OSV
OSV
added 2021/04/22 10:15 p.m.3 views

CVE-2021-2252

Vulnerability in the Oracle Loans product of Oracle E-Business Suite component: Loan Details, Loan Accounting Events. Supported versions that are affected are 12.1.1-12.1.3. Easily exploitable vulnerability allows low privileged attacker with network access via HTTP to compromise Oracle Loans...

8.1CVSS6.8AI score0.00987EPSS
SaveExploits0References1
ATTACKERKB
ATTACKERKB
added 2021/04/22 10:15 p.m.3 views

CVE-2021-2252

Vulnerability in the Oracle Loans product of Oracle E-Business Suite component: Loan Details, Loan Accounting Events. Supported versions that are affected are 12.1.1-12.1.3. Easily exploitable vulnerability allows low privileged attacker with network access via HTTP to compromise Oracle Loans...

8.1CVSS6.8AI score0.00987EPSS
SaveExploits0References2Affected Software1
Prion
Prion
added 2021/04/22 10:15 p.m.20 views

Design/Logic Flaw

Vulnerability in the Oracle Loans product of Oracle E-Business Suite component: Loan Details, Loan Accounting Events. Supported versions that are affected are 12.1.1-12.1.3. Easily exploitable vulnerability allows low privileged attacker with network access via HTTP to compromise Oracle Loans...

5.5CVSS8AI score0.00987EPSS
SaveExploits0References1Affected Software1
Cvelist
Cvelist
added 2021/04/22 9:53 p.m.21 views

CVE-2021-2252

Vulnerability in the Oracle Loans product of Oracle E-Business Suite component: Loan Details, Loan Accounting Events. Supported versions that are affected are 12.1.1-12.1.3. Easily exploitable vulnerability allows low privileged attacker with network access via HTTP to compromise Oracle Loans...

8.1CVSS8.3AI score0.00987EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2021/04/22 9:53 p.m.11 views

CVE-2021-2252

Vulnerability in the Oracle Loans product of Oracle E-Business Suite component: Loan Details, Loan Accounting Events. Supported versions that are affected are 12.1.1-12.1.3. Easily exploitable vulnerability allows low privileged attacker with network access via HTTP to compromise Oracle Loans...

8.1CVSS6.9AI score0.00987EPSS
SaveExploits0References1
CVE
CVE
added 2021/04/22 9:53 p.m.62 views

CVE-2021-2252

CVE-2021-2252 affects Oracle E-Business Suite’s Oracle Loans module (Loan Details, Loan Accounting Events). Affected versions are 12.1.1–12.1.3. The vulnerability allows a low-privileged, network-accessing attacker over HTTP to compromise Oracle Loans, enabling unauthorized creation, deletion, or...

8.1CVSS8.2AI score0.00987EPSS
SaveExploits0References1Affected Software1
Code423n4
Code423n4
added 2021/04/21 12:0 a.m.10 views

Default slippage value too high

Handle janbro Vulnerability details Summary Default slippage value too high. Risk Rating Medium Vulnerability Details MapleGlobals.sol Line 87: maxSwapSlippage = 1000; // 10 % The default slippage value of 10% is vulnerable to sandwich attackers which would shift larger costs onto stakers and LPs...

7AI score
SaveExploits0
CNNVD
CNNVD
added 2021/04/20 12:0 a.m.10 views

Oracle E-Business Suite 安全漏洞

Oracle E-Business Suite is an extension of the original Application ERP, including ERP Enterprise Resource Planning, HR Human Resource Management, CRM Customer Relationship Management and so on, a collection of management software, is seamlessly integrated with a management suite. Oracle Loans is...

8.1CVSS5.7AI score0.00987EPSS
SaveExploits0References3
Code423n4
Code423n4
added 2021/04/08 12:0 a.m.9 views

Loans of tokens with >18 decimals can result in incorrect collateral calculation

Handle 0xsomeone Vulnerability details Impact It is possible for a user to mislead a Pool Delegate to a seemingly innocuous loan by utilizing a token with more than 18 decimals as collateral and lucrative loan terms. Proof of Concept The final calculation within the collateralRequiredForDrawdown ...

6.8AI score
SaveExploits0
Code423n4
Code423n4
added 2021/04/08 12:0 a.m.8 views

Incorrect Stability Assumption

Handle 0xsomeone Vulnerability details Impact An arbitrage opportunity presents itself whereby a user can exaggerate the discrepancy via flash loans between the USDC price reported and the actual USDC price to f.e. acquire a better rate for their loan. The impacted features of the system can be...

6.9AI score
SaveExploits0
Code423n4
Code423n4
added 2021/04/07 12:0 a.m.12 views

The First User To Borrow a Particular Token Can Drain Funds In MarginSwap by Making An Undercollateralized Borrow Using Flash Loans

Handle jvaqa Vulnerability details The First User To Borrow a Particular Token Can Drain Funds In MarginSwap by Making An Undercollateralized Borrow Using Flash Loans Impact This attack can be performed with any two ERC20 tokens, where one of them has not yet been borrowed on MarginSwap. Since an...

6.6AI score
SaveExploits0
Krebs on Security
Krebs on Security
added 2020/08/06 7:56 p.m.45 views

Hacked Data Broker Accounts Fueled Phony COVID Loans, Unemployment Claims

A group of thieves thought to be responsible for collecting millions in fraudulent small business loans and unemployment insurance benefits from COVID-19 economic relief efforts gathered personal data on people and businesses they were impersonating by leveraging several compromised accounts at a...

6.9AI score
SaveExploits0
FireEye
FireEye
added 2020/03/27 7:0 p.m.25 views

Social Engineering Based on Stimulus Bill and COVID-19 Financial Compensation Schemes Expected to Grow in Coming Weeks

Given the community interest and media coverage surrounding the economic stimulus bill currently being considered by the United States House of Representatives, we anticipate attackers will increasingly leverage lures tailored to the new stimulus bill and related recovery efforts such as stimulus...

SaveExploits0References1
ThreatPost
ThreatPost
added 2017/04/26 9:15 a.m.11 views

Auto Lender Exposes Loan Data For Up To 1 Million Applicants

A California auto loan company left the names, addresses, credit scores and partial Social Security numbers of up to 1 million people exposed on an insecure online database. The company behind the database is Alliance Direct Lending Corporation, according to Kromtech Security Research Center, whi...

6.9AI score
SaveExploits0References4
Rows per page
Query Builder