Lucene search
+L

1342 matches found

Code423n4
Code423n4
added 2023/08/28 12:0 a.m.11 views

Attacker can profitable trade with the pool

Lines of code Vulnerability details Impact The swap invariant used is unstable with large pool reserves locked. An attacker can generate a profit by trading with the pool, hurting Liquidity Providers. Proof of Concept To find some vulernable configurations we fuzzed the swap function of the Prote...

6.7AI score
SaveExploits0
The Hacker News
The Hacker News
added 2023/08/25 11:49 a.m.34 views

Learn How Your Business Data Can Amplify Your AI/ML Threat Detection Capabilities

In today's digital landscape, your business data is more than just numbers—it's a powerhouse. Imagine leveraging this data not only for profit but also for enhanced AI and Machine Learning ML threat detection. For companies like Comcast, this isn't a dream. It's reality. Your business comprehends...

5.9AI score
SaveExploits0
Rapid7 Blog
Rapid7 Blog
added 2023/08/24 1:0 p.m.45 views

Why Your AWS Cloud Container Needs Client-Side Security

With increasingly complicated network infrastructure and organizations needing to deploy applications across various environments, cloud containers are necessary for companies to stay agile and innovative. Containers are packages of software that hold all of the necessary components for an app to...

6.5AI score
SaveExploits0
hivepro
hivepro
added 2023/08/18 4:50 p.m.31 views

AdLoad Malware Persists on Mac Systems with New Proxy Payload

Threat Level Attack Report For a detailed threat advisory, download the pdf file here Summary AdLoad malware persists on Mac systems with a new proxy application payload, converting infected devices into a proxy botnet. This scheme, involving thousands of IP addresses, points to a monetization...

6.9AI score
SaveExploits0
Veracode
Veracode
added 2023/08/17 2:30 a.m.28 views

Improper Access Control

@keystone-6/core is vulnerable to Improper Access Control. The vulnerability exists when the ui.isAccessAllowed parameter in the KeystoneMeta function of adminMetaSchema.ts is set as undefined, which allows an attacker to access the admin meta GraphQL query if the session strategy is not defined...

5.3CVSS6.7AI score0.00469EPSS
SaveExploits0References3Affected Software1
Trend Micro Simply Security
Trend Micro Simply Security
added 2023/08/17 12:0 a.m.18 views

5 Types of Cyber Crime Groups

Discover the five main types of cyber crime groups: access as a service, ransomware as a service, bulletproof hosting, crowd sourcing, and phishing as a service as well as tips to strengthen your defense strategy...

7AI score
SaveExploits0
Prion
Prion
added 2023/08/15 6:15 p.m.29 views

Default configuration

Keystone is an open source headless CMS for Node.js — built with GraphQL and React. When ui.isAccessAllowed is set as undefined, the adminMeta GraphQL query is publicly accessible no session required. This is different to the behaviour of the default AdminUI middleware, which by default will only...

5CVSS5.2AI score0.00469EPSS
SaveExploits0References3Affected Software1
OSSF Malicious Packages
OSSF Malicious Packages
added 2023/08/15 1:55 a.m.3 views

Malicious code in skills-strategy-client (npm)

--- -= Per source details. Do not edit below this line.=- Source: ghsa-malware ebcc0eeaf4ecce1ac92d3ddc71e3adce6e38bb842af9643c39eb9da89492ba71 Any computer that has this package installed or running should be considered fully compromised. All secrets and keys stored on that computer should be...

6.9AI score
SaveExploits0References1
OSV
OSV
added 2023/08/15 1:55 a.m.9 views

MAL-2023-1482 Malicious code in skills-strategy-client (npm)

--- -= Per source details. Do not edit below this line.=- Source: ghsa-malware ebcc0eeaf4ecce1ac92d3ddc71e3adce6e38bb842af9643c39eb9da89492ba71 Any computer that has this package installed or running should be considered fully compromised. All secrets and keys stored on that computer should be...

7AI score
SaveExploits0References1
Positive Technologies
Positive Technologies
added 2023/08/15 12:0 a.m.11 views

PT-2023-27221 · Unknown · @Keystone-6/Core

Name of the Vulnerable Software and Affected Versions: @keystone-6/core versions prior to 5.5.1 Description: The issue arises when ui.isAccessAllowed is set as undefined, making the adminMeta GraphQL query publicly accessible without requiring a session. This behavior differs from the default...

5.3CVSS5.1AI score0.00469EPSS
SaveExploits0References11
Trellix
Trellix
added 2023/08/12 12:0 a.m.40 views

The Threat Lurking in Data Centers – Hack Power Management Systems, Take All the Power

The Threat Lurking in Data Centers – Hack Power Management Systems, Take All the Power By Trellix · August 12, 2023 This story was also written by Jesse Chick, Philippe Laulheret and Sam Quinn. Summary In a modern working environment where many employees are working from home or in hybrid office...

9.8CVSS8.8AI score0.01683EPSS
SaveExploits1
Lenovo
Lenovo
added 2023/08/08 6:30 p.m.3 views

AMD Graphics OpenSSL Vulnerabilities - Lenovo Support US

No description provided...

7.8AI score
SaveExploits0
Microsoft Secure
Microsoft Secure
added 2023/08/07 4:0 p.m.17 views

Adopting guidance from the US National Cybersecurity Strategy to secure the Internet of Things

The recently published United States National Cybersecurity Strategy warns that many popular Internet of Things IoT devices are not sufficiently secure to protect against many of today’s common cybersecurity threats.1 The strategy also cautions that many of these IoT devices are difficult—or, in...

7.2AI score
SaveExploits0
Code423n4
Code423n4
added 2023/08/04 12:0 a.m.11 views

Yearn Stragety tolerant 0 loss, which is too strict and can block withdraw

Lines of code Vulnerability details Impact Yearn Stragety tolerant 0 loss, which is too strict Proof of Concept When withdraw from Yearn Stragety result = vault.withdrawtoWithdraw, addressthis, 0; @param maxLoss The maximum acceptable loss to sustain on withdrawal. Defaults to 0.01%. If a loss is...

6.9AI score
SaveExploits0
Code423n4
Code423n4
added 2023/08/04 12:0 a.m.10 views

rate is wrong

Lines of code Vulnerability details Impact attacker can manipulate pool price to make strategy have eth lower as it should have 1 seth 1 eth then mint new steth 1 steth = 1 eth so attacker can gain share more than normal Proof of Concept 1. attacker manipulate pool price 1 seth 1 eth 2. attacker...

7.2AI score
SaveExploits0
Code423n4
Code423n4
added 2023/08/04 12:0 a.m.15 views

Direct claim of convex rewards causes rewards to get stuck

Lines of code Vulnerability details Impact ConvexTriCryptoStrategy does not take into account that rewards from Convex can be claimed directly on behalf of any address. All rewards that get into the strategy contract this way will get stuck and compounding of yield will be denied. Proof of Concep...

6.7AI score
SaveExploits0
Code423n4
Code423n4
added 2023/08/04 12:0 a.m.11 views

ConvexTriCryptoStrategy might not compound all rewards

Lines of code Vulnerability details Impact When compounding in ConvexTriCryptoStrategy, the number of tokens that is swapped into wETH does not account for extraRewards and tokenRewards. This can cause a loss of yield and rewards to be lost. Proof of Concept In ConvexTriCryptoStrategy.executeClai...

6.7AI score
SaveExploits0
Schneier on Security
Schneier on Security
added 2023/07/20 11:12 a.m.15 views

Commentary on the Implementation Plan for the 2023 US National Cybersecurity Strategy

The Atlantic Council released a detailed commentary on the White Houses new "Implementation Plan for the 2023 US National Cybersecurity Strategy." Lots of interesting bits. So far, at least three trends emerge: First, the plan contains a somewhat more concrete list of actions than its parent...

6.8AI score
SaveExploits0
ATTACKERKB
ATTACKERKB
added 2023/07/17 2:15 p.m.8 views

CVE-2023-3376

Improper Neutralization of Special Elements used in an SQL Command 'SQL Injection' vulnerability in Digital Strategy Zekiweb allows SQL Injection. This issue affects Zekiweb: before 2...

9.8CVSS7.4AI score0.00626EPSS
SaveExploits0References3
NVD
NVD
added 2023/07/17 2:15 p.m.19 views

CVE-2023-3376

Improper Neutralization of Special Elements used in an SQL Command 'SQL Injection' vulnerability in Digital Strategy Zekiweb allows SQL Injection. This issue affects Zekiweb: before 2...

9.8CVSS0.00626EPSS
SaveExploits0References2
Rows per page
Query Builder