Lucene search
K

50 matches found

Code423n4
Code423n4
added 2023/03/10 12:0 a.m.7 views

Use of timestamp for comparisons

Lines of code Vulnerability details Impact The timestamp in use can be manipulated causing a logic bug in the checks performed Proof of Concept Tools Used slither Recommended Mitigation Steps use random number generation --- The text was updated successfully, but these errors were encountered: Al...

7AI score
Exploits0
Code423n4
Code423n4
added 2022/11/28 12:0 a.m.15 views

Use Of block.timestamp Can Result In Attacker Manipulating His/Her Rewards In Their Favour

Lines of code Vulnerability details Impact If an attacker manipulates the block.timestamp in their favor then they can get higher rewards as uint256 rewards = u.rewards + u.lastBalance block.timestamp - u.lastUpdate in this equation lets say the attacker called this just now , and on the next...

6.8AI score
Exploits0
Code423n4
Code423n4
added 2022/11/28 12:0 a.m.5 views

Lack Of Proper Access Control Might Lead To User Getting Lesser Rewards

Lines of code Vulnerability details Impact We can call the function userAccrue for some other user and make their rewards lesser then they expect. In the function it calculates the rewards for a user that are being accrued over a period of time. The math to calculate how much reward a user has...

6.8AI score
Exploits0
Code423n4
Code423n4
added 2022/11/28 12:0 a.m.10 views

User can continuosly accrue rewards they are not due

Lines of code Vulnerability details Impact It is possible that block.timestamp can be manipulted by a user, thus allowing a malicious user to continuously acrue rewards they are not due, as long as the value is not 0 then rewards will be accrued function userAccrueERC20 producerToken, address use...

6.9AI score
Exploits0
Code423n4
Code423n4
added 2022/11/18 12:0 a.m.7 views

EOAs and system contracts can be blocked from some actions by continuously transferring them zero LP tokens

Lines of code Vulnerability details Impact LPToken contains the map lastInteractedTimestamp which maps addresses to timestamps and is updated for from and to addresses after a token transfer. Many operations will check the last interaction time of an address and revert if it's too recent to comba...

6.6AI score
Exploits0
Code423n4
Code423n4
added 2022/07/01 12:0 a.m.7 views

Miners can influence the value of block.timestamp to perform Maximal Extractable Value (MEV) attacks.

Lines of code Vulnerability details Impact Miners can influence the value of block.timestamp to perform Maximal Extractable Value MEV attacks. The use of now creates a risk that time manipulation can be performed to manipulate price oracles. Miners can modify the timestamp by up to 900 seconds...

6.9AI score
Exploits0
Tenable Nessus
Tenable Nessus
added 2022/05/11 12:0 a.m.35 views

RHEL 8 : libreoffice (RHSA-2022:1766)

The remote Redhat Enterprise Linux 8 host has packages installed that are affected by multiple vulnerabilities as referenced in the RHSA-2022:1766 advisory. LibreOffice is an open source, community-developed office productivity suite. It includes key desktop applications, such as a word processor...

7.5CVSS7AI score0.00385EPSS
Exploits0References13
RedHat Linux
RedHat Linux
added 2022/05/10 2:11 p.m.31 views

Moderate: Red Hat Security Advisory: libreoffice security, bug fix, and enhancement update

An update for libreoffice is now available for Red Hat Enterprise Linux 8. Red Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available for each vulnerability fro...

7.5CVSS6.9AI score0.00385EPSS
Exploits0References8
RedHat Linux
RedHat Linux
added 2022/05/10 2:11 p.m.2 views

libreoffice: Timestamp Manipulation with Signature Wrapping

A flaw was found in LibreOffice, where it inserted a signing timestamp. This flaw allows LibreOffice to present a valid signature due to the altered signing time. The highest threat from this vulnerability is to confidentiality and integrity...

7.5CVSS7.1AI score0.00296EPSS
Exploits0References5
OSV
OSV
added 2022/05/10 8:0 a.m.22 views

ALSA-2022:1766 Moderate: libreoffice security, bug fix, and enhancement update

LibreOffice is an open source, community-developed office productivity suite. It includes key desktop applications, such as a word processor, a spreadsheet, a presentation manager, a formula editor, and a drawing program. LibreOffice replaces OpenOffice and provides a similar but enhanced and...

7.5CVSS6.3AI score0.00385EPSS
Exploits0References4
OSV
OSV
added 2022/05/10 8:0 a.m.23 views

RLSA-2022:1766 Moderate: libreoffice security, bug fix, and enhancement update

LibreOffice is an open source, community-developed office productivity suite. It includes key desktop applications, such as a word processor, a spreadsheet, a presentation manager, a formula editor, and a drawing program. LibreOffice replaces OpenOffice and provides a similar but enhanced and...

7.1CVSS6.3AI score0.00385EPSS
Exploits0References7
Rockylinux
Rockylinux
added 2022/05/10 8:0 a.m.23 views

libreoffice security, bug fix, and enhancement update

An update is available for libreoffice. This update affects Rocky Linux 8. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available for each vulnerability from the CVE list LibreOffice is an open source, community-developed office productivity...

7.5CVSS6.4AI score0.00385EPSS
Exploits0
AlmaLinux
AlmaLinux
added 2022/05/10 8:0 a.m.31 views

Moderate: libreoffice security, bug fix, and enhancement update

LibreOffice is an open source, community-developed office productivity suite. It includes key desktop applications, such as a word processor, a spreadsheet, a presentation manager, a formula editor, and a drawing program. LibreOffice replaces OpenOffice and provides a similar but enhanced and...

7.5CVSS6.4AI score0.00385EPSS
Exploits0References4
Tenable Nessus
Tenable Nessus
added 2022/05/10 12:0 a.m.30 views

CentOS 8 : libreoffice (CESA-2022:1766)

The remote CentOS Linux 8 host has packages installed that are affected by multiple vulnerabilities as referenced in the CESA-2022:1766 advisory. - libreoffice: Content Manipulation with Double Certificate Attack CVE-2021-25633 - libreoffice: Timestamp Manipulation with Signature Wrapping...

7.5CVSS6.9AI score0.00385EPSS
Exploits0References4
Code423n4
Code423n4
added 2021/11/11 12:0 a.m.6 views

user.creation is updated incorrectly when the user tries to extend membership

Handle WatchPug Vulnerability details if user.creation == 0 user.creation = block.timestamp; user.gracePeriod = membershipmsg.sender.creation + MEMBERSHIPDURATION + 60 days; else uint256 elapsedDurationPercentage = block.timestamp - user.creation 1 ether / MEMBERSHIPDURATION; if...

6.9AI score
Exploits0
CNVD
CNVD
added 2021/11/01 12:0 a.m.17 views

Apache OpenOffice Data Forgery Issue Vulnerability (CNVD-2021-84241)

Apache OpenOffice is the United States Apache Apache Foundation's an open source office software suite . The suite contains text documents, spreadsheets, presentations, drawings, databases, and more. Versions of Apache OpenOffice prior to 4.1.10 are vulnerable to data forgery issues, which can be...

5CVSS3.6AI score0.01435EPSS
Exploits0Affected Software1
The Hacker News
The Hacker News
added 2021/10/12 9:2 a.m.62 views

Digital Signature Spoofing Flaws Uncovered in OpenOffice and LibreOffice

The maintainers of LibreOffice and OpenOffice have shipped security updates to their productivity software to remediate multiple vulnerabilities that could be weaponized by malicious actors to alter documents to make them appear as if they are digitally signed by a trusted source. The list of the...

7.5CVSS2.1AI score0.01435EPSS
Exploits0
OSV
OSV
added 2021/10/11 8:15 a.m.0 views

CVE-2021-41831

It is possible for an attacker to manipulate the timestamp of signed documents. All versions of Apache OpenOffice up to 4.1.10 are affected. Users are advised to update to version 4.1.11. See CVE-2021-25634 for the LibreOffice advisory...

5.3CVSS7AI score
Exploits0References2
Prion
Prion
added 2021/10/11 8:15 a.m.17 views

Code injection

It is possible for an attacker to manipulate the timestamp of signed documents. All versions of Apache OpenOffice up to 4.1.10 are affected. Users are advised to update to version 4.1.11. See CVE-2021-25634 for the LibreOffice advisory...

5CVSS6.1AI score0.01435EPSS
Exploits0References2Affected Software1
Cvelist
Cvelist
added 2021/10/11 8:10 a.m.20 views

CVE-2021-41831 Timestamp Manipulation with Signature Wrapping

It is possible for an attacker to manipulate the timestamp of signed documents. All versions of Apache OpenOffice up to 4.1.10 are affected. Users are advised to update to version 4.1.11. See CVE-2021-25634 for the LibreOffice advisory...

6.4AI score0.01435EPSS
Exploits0References2
Rows per page
Query Builder