By Jake Edge
September 5, 2007
The latest round in the battle for office document formats has
gone against Microsoft's Office Open XML (OOXML) submission. It certainly
won't be the last we hear about it, as there is another vote in February,
but it does, at least, slow down the fast-track proposal for making
the format an international standard. The process has been anything but
regular, with allegations of ballot box stuffing in Sweden and last minute
voting class changes by eleven countries. These kinds of shenanigans do
very little to enhance the reputation of the International Organization for
Standardization (ISO) nor do they promote confidence in their standards.
The vote, which closed 2 September, was made by members of the Joint
Technical Committee, Information Technology (JTC1). Each country which is
a member of ISO and wishes to join, can be either a Participating ("P") or
Observing ("O") member of the committee. In order to
pass, the proposal must get two-thirds support of the P members and no more
than one-quarter "no" votes amongst both P and O members. In both cases,
abstentions are removed before calculating the ratios.
The results, announced
on 4 September, were 53% "yes" votes by P members and 74% "yes" votes by P
and O
members, which fails both tests, though either failing is all that is
required to defeat the measure. Many of the votes, on both sides, were
made "with comments". The comments specify portions of the OOXML spec that need
clarification or change before it can be ratified.
Those comments will be passed on to the Ecma International, sponsor of
the OOXML standardization proposal, to propose resolutions to
the comments. Ecma is also the organization that rubber-stamped OOXML as a
standard last year. They have until mid-January 2008 to submit the
proposed changes and the committee members have until the Ballot Resolution
Meeting (BRM) in late February to review and discuss them. Microsoft's
Brian Jones estimated there would be in
the neighborhood of 10,000 comments, many probably duplicates. How a
committee is supposed to analyze and handle that many resolutions, in a
week-long meeting, is unclear.
If enough of the "no" votes are satisfied that their comments have been
addressed at the meeting, they can change their votes to yes. If that vote
takes place, it will be the P members in February who get to vote.
It is quite possible that, similar to the run-up to this vote, O members
will suddenly decide to switch to P members. At this point, OOXML
proponents know roughly how many votes they need.
Andy Updegrove has been following the approval process closely in his
Standards Blog
and reported
on eleven countries upgrading from O to P status in the two
weeks before the voting closed. Whether Microsoft is behind this sudden
interest by these countries can only be speculated upon, but nine of them
voted yes, one no, and one abstained. Regardless of why they felt the need
to jump into the voting at the last minute, it certainly seems
fishy.
If the vote fails at the BRM, we still may not have seen the last of OOXML
as a proposed international standard. All of this effort has been to
"fast-track" the proposal. Ecma and Microsoft can still submit it for
approval under the regular, lengthier, standardization process. That could
easily take several years, which is why there is a big push to fast-track it.
OOXML is a complicated, 6000+ page specification, requiring a great deal of
study and consideration before a sensible decision on it can be made. By
upgrading at the last minute, it certainly appears that some of that review
may have been skipped. If a country was interested in
the process and wanted to have more input, it seems that they might have
found time to do it in the nine months of review. If it is going to be an
international standard, it should, at least, be a well scrutinized standard.
Predictably, Microsoft is proclaiming
the voting result as a victory, of sorts, just a step along the way to
ISO acceptance. In the Microsoft view, the no voters will reverse course
"once their comments are resolved." Their confidence is palpable and, to
opponents, galling. There is some indication that the pressure applied to
national bodies resulted
in a backlash, with at least one switching to a no vote because of it.
It will certainly be interesting to see how some of the comments will be
"resolved."
Microsoft has admitted that an employee offered "marketing assistance" to
offset the $2500 entrance fee for Swedish companies to join their national
voting committee. More than twenty showed up, just before the vote, to vote
yes. Eventually, the vote was thrown out, not because of the blatant
ballot-box stuffing, but because somehow one company voted twice. Sweden
ended up abstaining, which was a win for OOXML, as it clearly would have
been a no vote otherwise.
Microsoft has made various noises about the "inadequacies" of the Open
Document Format (ODF) standard – ISO passed it with so few comments
that a BRM was not required – and there is some truth buried deeply
in the rhetoric. The proper response is not to propose another
standard, but to improve the one that exists. ODF is implemented by
multiple projects, with open source reference implementations. It is
very unlikely that anyone, other than Microsoft, will be able to fully
implement OOXML.
It's also not clear that anyone should want to implement OOXML
as international standard. Besides being complex, the proposed standard
contradicts other ISO standards. It also has the kind of bug-for-bug
compatibility that is one of Microsoft's calling cards. An international
standard should not have to implement a sloppy collection of bugs and
compatibility hacks. It should be noted that OOXML contains some very
important features – some not available in ODF – but that does
not make it a good standard. It should not be adopted just to appease the
world's largest software maker.
Microsoft is behaving like
a company that is terrified of losing their near-monopoly in the office
software market. If they, instead, embraced the standard – leaving
behind extend and extinguish – and competed on
the feature set of their office suite, their much touted "innovation" could
shine. Unfortunately, for anyone with a historical perspective on Microsoft's
tactics, this OOXML standardization move looks like the first act of some
kind of customer lock-in scheme.
There will be close scrutiny on the participants between now and the vote in
February. Hopefully, we will see no more gaming of the standards process,
by anyone; the committee will judge the resolutions on their technical
merit, coming to a sensible decision. From what we have seen so far, that
seems unlikely, but one can hope.
Comments (11 posted)
By Jonathan Corbet
September 4, 2007
The ath5k driver has been through more than the usual amount of legal
trouble. This driver, for Atheros wireless chipsets, was originally
reverse engineered and developed in the BSD community. It was reputed by
some to
have been improperly
copied from proprietary Atheros code, requiring two different studies by
the Software Freedom Legal Center before Linux developers were willing to
believe that it was safe to use. This driver should be the cause of great
joy - it will make it possible for vast numbers of laptop owners to run
Linux with free drivers for the first time. But, first, there would appear
to be one more set of legal hassles to overcome.
The latest trouble started when wireless developer Jiri Slaby posted a patch which stripped the
ISC and BSD license notices from the source,
replacing them with GPLv2 license text. It should be noted that this patch
was not accepted into any repository anywhere and never became part of any
exported Linux kernel tree. Nonetheless the BSD community exploded in a
very public way. It is interesting to compare their public response to
this posting with the sort of response they very loudly insisted was their
due when they were found to have carried improperly relicensed GPL code
in their repository for some time. That notwithstanding, it is worth
taking the time to look at what has happened here.
The situation this time around is an interesting one. Much of the affected
code was written by Reyk Floeter for OpenBSD and explicitly placed by him
under a BSD-style license. The patch posted by Jiri Slaby stripped his
license text; it was thus a clear violation of Reyk's license (which
requires that the license text be preserved)
and the wrong thing to do. This patch was never applied, and it will not
be. There is no interest in the kernel community in violating anybody's
license.
Much of the code, however, had been written earlier by Sam Leffler. He had
used the BSD license, but had also included this text:
Alternatively, this software may be distributed under the terms of
the GNU General Public License ("GPL") version 2 as published by
the Free Software Foundation.
So, when this code was relicensed under GPLv2, that act was clearly carried
out with the permission of the copyright holder. Mr. Leffler has since confirmed that this act was, by his intent,
explicitly allowed. Nobody can complain about the legality of this
particular change.
This did not stop OpenBSD leader Theo de Raadt from condemning the relicensing and calling it
illegal:
It may seem that the licenses let one _distribute_ it under either
license, but this interpretation of the license is false -- it is
still illegal to break up, cut up, or modify someone else's legal
document, and, it cannot be replaced by another license because it
may not be removed. Hence, a dual licensed file always remains
dual licensed, every time it is distributed.
How to square this statement with the clear notice saying that the
code may be distributed under either license is left as an exercise for the
reader. By this interpretation the BSD license becomes rather more viral
than the GPL; it cannot be removed even when the copyright notice says
otherwise. The BSD people are fine with their code being locked up and
made completely
proprietary, but it would seem that a GPLv2 relicensing, even when
explicitly allowed by the copyright owner, is a different matter entirely.
The situation has since been resolved with this patch, which was prepared
with the help of the Software Freedom Law Center. It is, perhaps, the only
kernel patch ever to have been signed off by Bradley Kuhn. All of the
required copyright attributions are now in place, and BSD-licensed code
retains that license. Some of the additions made by Linux developers,
however, remain under GPLv2, making the ath5k module, as a whole, a
GPLv2-only product.
This solution should keep the lawyers happy, but certain members of the BSD
community remain unimpressed. Quoting Theo de
Raadt again:
When companies have taken our wireless device drivers, many many of
them have given changes and fixes back. Some maybe didn't, but
that is OK.
When Linux took our changes back, they immediately locked the door
against changes moving back, by putting a GPL license on guard.
Why does our brother Linux take a file that is 90% BSD licensed,
and refuse to let us see the 10% he adds?
It is a rare day in which Theo declares brotherhood with the Linux
community. It may be tempting to dismiss this statement entirely, but, still,
there is a point here. This code was obtained from developers who
placed it under the BSD license; it was not written in the Linux community.
There is something to be said for keeping it under a permissive license so
that ongoing development can be shared between the Linux and BSD
communities. Maintaining the license would be a neighborly (or even
brotherly) thing to do, but it could also have immediate benefits in the
form of shared maintenance and good will going forward.
In the end, distributing versions of the ath5k driver under GPLv2 (with the
requisite copyright attributions maintained) is something which the Linux
community is entitled to do. Anybody who does not like more restrictive
conditions being applied to BSD-licensed code is well advised to avoid
using the BSD license to begin with. But the legal ability to do something
does not make that something the right course of action. Only the
developers who have worked on the ath5k driver have the right to decide
which license they will use, but it's worth saying that allowing the BSD
community to make use of work done on the ath5k driver would be a friendly
gesture and an acknowledgment of the value of the code we got from them.
The benefits from such an act would likely outweigh any cost
associated with allowing unwanted proprietary use of the code which has
been added to this driver.
Comments (75 posted)
By Jonathan Corbet
September 5, 2007
Enterprise distributions are an important part of the economic success
story of Linux. The creation of highly stable, highly supported
distributions has brought significant revenue streams to some distributors
and enabled the deployment of Linux into many "mission critical"
situations. Enterprise distributions encourage the commercial world to
take Linux seriously. At LinuxConf Europe, however, your editor has
stumbled into a few conversations which characterized enterprise
distributions as one of the bigger problems the development community has
now. Then a talk by Dirk Hohndel made that point again in a different
context.
Dirk's talk was on how to get hardware vendors to support Linux. He knows
what he is talking about: as the Linux CTO at Intel, Dirk is charged with,
among other things, implementing Intel's commitment to provide free drivers
for all of its hardware. His core point is that hardware vendors
understand money better than anything else; getting them to support Linux
will require showing them that it is in their economic interest to do so.
To that end, he praised how Dell has taken care to put together hardware
which is entirely supportable with free drivers to ship with Ubuntu
pre-loaded. That sort of decision will quickly get the attention of the
relevant vendors.
There were some suggestions on what to tell hardware vendors who are
thinking about adding open source support for their products. Development
in the open is crucial; drivers should be released early and made available
for the community to work with. Intel did this with some of its early
network drivers; the resulting level of interest and community
participation exceeded all expectations. Vendors need to understand that
they cannot design software just for their device, that they need to think
bigger. This is a hard message for vendors to hear, but, in the long run,
they benefit from a better kernel which will be better suited to their
needs in the future.
It is important that software support be available immediately when
the hardware is made available. If there is no driver for several months
after the hardware release, competitors will have had time to get their
answering products to market before Linux users can use the original
product. That sort of time lag is forever in the hardware world.
Vendors also need to continue to maintain their code after it gets into the
mainline; there is nobody else who can ensure that it continues to work on
all versions of the hardware.
One thing that the community could do to help would be to improve the tone
of the discussion on our mailing lists. That tone is often quite hostile;
it does not create a friendly environment for engineers working for
hardware vendors who want to engage with the community.
There is another place where life gets difficult for hardware vendors,
though; this is where the enterprise distributors come in. When Intel
releases a driver for a new product, that driver goes into the mainline
kernel. But the release cycle implemented by the enterprise distributors
will not pick up that driver for as much as two years after it gets into
the mainline. So enterprise customers are not able to make use of that
hardware for a long time after its release, even though the driver is
available.
Intel has competitors which will never release free drivers for their
hardware. But they do put out closed-source modules for the
enterprise distributions. So their customers are able to use that hardware
from the outset.
In other words, Intel is being punished for playing by the rules and
releasing their drivers to the community. This is exactly the wrong sort
of incentive to create for hardware vendors. If they conclude that they
will do better by just shipping binary-only modules, that is the course
they will take.
Dirk's complaint echoes other conversations your editor has heard in the
last few days. The development community has been very insistent in its
message that code should be merged upstream, and that this merge should
happen early. In the kernel area, the development cycle has been shortened
to the point that changes find their way into a stable release after a
maximum of a few months. But the enterprise distributions, by freezing
kernels for years at a time, are pushing us back to the old, multi-year
development cycle and sending a very different message to vendors.
The discussion of enterprise distributor policies is not new; see this article from last June for
a previous installment. But this discussion appears to be reaching a new
level of urgency, with some developers calling enterprise distributions one
of the biggest problems the community is facing today. There is a
fundamental conflict between the fast-moving development community and the
sort of stasis that the enterprise distributions try to create. This
conflict becomes especially acute when customers want the best of both
worlds: no changes combined with fast-moving development and support for
current hardware.
There are no easy solutions in sight. The enterprise distributions may be
forcing a model from the proprietary software world on Linux, but there are
reasons for the creation of that model in the first place. The kernel
development community has gotten quite good at integrating vast numbers of
changes while still producing a stable result, but any software which has
recently seen significant changes will occasionally produce unwelcome
surprises when dropped into a production environment. Slowing the rate of
development is not an option, and it should be noted that the enterprise
distributors are at the top of the list of companies which are setting the
pace. Getting around this problem is going to be a challenge - but this
community is good at facing challenges.
Comments (33 posted)
The reader survey back in
February provided lots of interesting feedback, from the responses as well
as the comments. We have been slowly implementing some of the suggestions
and we are not finished yet. Some of the comments indicated that more
advertising would be tolerated, perhaps even encouraged. With that in mind, we
have been exploring more options in that area.
We are very aware of the fine line that must be walked here. The last
thing we (or our advertisers) want to do is to annoy our loyal readers, so we
are proceeding cautiously.
The latest advertising technique we are trying is "in-text advertising".
The idea is to serve ads that are relevant to keywords in an article by
highlighting those words and popping up an ad when a reader rolls over the
word with their mouse.
We have also added the ability of subscribers – at any level –
to choose whether they see them or not. Our "project leader" subscribers
have long had the ability to turn off all advertising via the customization
options behind the "My Account" link. For in-text advertising, we
defaulted the option to "off"; subscribers can alter that if they wish and
"project leaders" can control those ads independently of other
advertising. As with Google ads, those running with Javascript disabled
will not see the ads.
These new ads were just added late last week, and we are still fine tuning,
but we hope it is a relatively painless way to bring in some needed revenue
without filling every square inch of the site with ads. We will be looking
at other advertising options in the near term as well, with an eye towards
maintaining a reasonable balance. As always, we are very interested in the
thoughts of our readers, either via a comment below or email to lwn-AT-lwn.net.
While we are on the subject, please keep the LWN text ads in
mind for a very cost effective means of reaching LWN readers. If you, or
someone you know, is trying to get the word out about a product, service,
job, or project, the text ad box has a prominent place on roughly half of
our pageviews.
We are always open
to hearing other advertising options, feel free to contact us at
sales-AT-lwn.net to discuss.
Comments (137 posted)
Page editor: Jake Edge
Security
The readers of LWN do not need to be reminded that the software industry
as a whole has a big problem with computer security. One proposal aims to
redress this state of affairs: the concept of legislation designed to
create financial liability for the vendors of buggy software. This idea is
applauded by many such as Bruce Schneier,
author of the famous book Applied
Cryptography. But despite the support of notable authors, software
liability laws are themselves a dangerous liability to the software
industry.
One can readily find sympathy in the potential impact of
software liability laws on developers of free and open-source
software. Many of these developers are working on a volunteer basis, and
holding them financially liable for the code they write and release freely
could have a chilling effect on the development of free software. Of
course, liability laws might be written to exclude programs given away for
free, or they might concern themselves with vendors and leave individual
developers out of the picture.
Unfortunately, the dangers of software liability laws don't subside when
individual developers are granted immunity. One of our community's most
prominent projects, the Linux kernel, was never intended to grow off the
386 but is now found running everything from stock markets to
supercomputers and military gear. This ubiquity brings demand for services,
support, and a single throat to choke, which is the bread and butter of Red
Hat and other businesses. When a vendor is selling free software, and we
make the vendor financially liable for bugs in the code it is selling but
did not write, we risk significant disruption to our cherished development
models.
Further complications arise when we imagine possible liability
lawsuits. In the event of a security breach, directing blame and assigning
liability can be problematic. Picture a system that runs Oracle on top of
Red Hat Enterprise Linux, and imagine that the Oracle database is breached
due to a bug in glibc. Does the buck stop with Oracle, Red Hat, or both?
What if Novell provided the operating system, but the glibc developer who
introduced the bug responsible for the breach is paid by Red Hat? An
attorney might decide to sue all three parties, especially if it is unclear
which component was vulnerable.
Consider also that virtually all software developers attach disclaimers
of warranty to their products. These disclaimers are nearly ubiquitous in
free software licenses, and are even found attached to some public domain
declarations. For software liability laws to have teeth, these disclaimers
must be nullified. But when dealing with software designed to address a
broad range of users, one must carefully select use cases in which default
warranties apply. There is a big difference between a database full of blog
postings, a database full of credit card numbers and a database full of top
secret government intelligence.
We must also recognize the differences in the types of failures under
which warranty is considered appropriate. Ford Police Interceptors had a
reputation for exploding when they
were rear-ended. Ford also suffered a blow
to its reputation, along with tire manufacturer Firestone, when tires
on Ford Explorer vehicles were found to spontaneously fail. In both of
these cases, the loss of human life was not the result of a willful human
actor but was caused instead by spontaneous failure under expected
operating conditions. By sharp contrast, software security breaches
generally don't endanger life or limb, and successful exploits are not
accidents but are rather the result of willful attack.
The difference between accidental and intentional failure is an
important one. Because the laws of physics and the nature of accidents do
not change, we can expect auto manufacturers to build reliable gas tanks
and tires. But in computer security, attackers discover new techniques each
and every year. The equation for software is always on the move.
At this point, advocates of software liability laws still hoping to sell
their wares need to choose their words carefully, and so they plead for a
standard based on best practice. But who defines best practice in an
industry that is changing so fast? The pioneers of the Internet didn't
predict many of the problems we're facing today, yet few would call them
negligent. Real "best practice" is a moving target that is carried by the
tides of the times, and in the world of technology, the waves are a mile
tall and move thousands of miles per hour.
These and other questions must be addressed if software liability laws
are to succeed. Unfortunately, legislators are notoriously bad at
understanding and regulating technology. Observers of SCO v. IBM
surely agree that court cases are long, complicated and costly. Those with
faith in any branch of government to appropriately legislate technology
should reexamine the Digital
Millennium Copyright Act, a law that continues to have a chilling
effect on free software development, and Universal
v. Reimerdes, the case in which 2600 Magazine's publication of DeCSS
was suppressed.
Security is, of course, a problem, and the case can be made that
someone must be held liable. We prosecute the criminals who breach
computer security, but if we're going to put burden on anyone else, we
should choose the companies that leak personal information to these
criminals when their security fails. In some ways, these companies might be
held liable today, but we would do well to consider tightening down the
screws. By increasing the burden on these data aggregators, the demand for
secure software will increase. This gives the best solutions that engineers
produce a market advantage, and financially rewards security-conscious
vendors. This approach to liability also addresses the need for best
practices and defense in depth when implementing and maintaining networks
and databases. By concentrating liability in this way, we eliminate the
complications that result from playing the blame game with a group of
software vendors. Whose security was breached is a much easier question to
litigate than how it was done and how it might have been stopped.
As Schneier has pointed out,
companies tend to convert variable cost liabilities into fixed cost
insurance plans. Insurers have a financial incentive to excel at evaluating
risk, and it isn't inconceivable that they might view the use of open code
their experts can review a reason to offer lower premiums. Furthermore,
putting liability on data aggregators allows those organizations to make
choices on how much insurance they are willing to buy. A technologically
sound small business might adopt best practices and spend less on
insurance, or they might decide to skip out on insurance entirely. But if
insurance were expensive and the danger of a security breach was still
unacceptable, they might reconsider the practice of permanently storing
large amounts of customer data, something that their customers tend to
consider an invasion of their privacy anyway.
Software code is quite complex, but we can write all kinds of new and
useful software because it is intangible and cheap to produce. Placing
liability on software vendors threatens to dramatically change this
landscape. We can expect to see reduced participation, hampered innovation,
and skyrocketing costs. We should carefully consider whether perfect
security is a goal or an expectation, and educate users on the need for
compartmentalization, defense in depth, patching, and best practices in
their networks. If we approach the issue in this way, we can improve
security overall with minimal risk to the efficiency of the software
industry.
Comments (32 posted)
New vulnerabilities
aide: checksum errors
| Package(s): | aide |
CVE #(s): | CVE-2007-3849
|
| Created: | September 4, 2007 |
Updated: | September 5, 2007 |
| Description: |
Advanced Intrusion Detection Environment (AIDE) is a file integrity checker
and intrusion detection program. A flaw was discovered in the way file
checksums were stored in the AIDE database. A packaging flaw in the Red Hat
AIDE rpm resulted in the file database not containing any file checksum
information. This could prevent AIDE from detecting certain file
modifications. |
| Alerts: |
|
Comments (none posted)
clamav: multiple vulnerabilities
| Package(s): | clamav |
CVE #(s): | CVE-2007-4510
CVE-2007-4560
|
| Created: | September 3, 2007 |
Updated: | February 13, 2008 |
| Description: |
Several remote vulnerabilities have been discovered in the Clam anti-virus
toolkit. The Common Vulnerabilities and Exposures project identifies the
following problems:
CVE-2007-4510:
It was discovered that the RTF and RFC2397 parsers can be tricked
into dereferencing a NULL pointer, resulting in denial of service.
CVE-2007-4560:
It was discovered clamav-milter performs insufficient input
sanitizing, resulting in the execution of arbitrary shell commands.
|
| Alerts: |
|
Comments (none posted)
fetchmail: denial of service
| Package(s): | fetchmail |
CVE #(s): | CVE-2007-4565
|
| Created: | September 5, 2007 |
Updated: | October 30, 2009 |
| Description: |
fetchmail before 6.3.9 allows context-dependent attackers to cause a denial of service (NULL dereference and application crash) by refusing certain warning messages that are sent over SMTP. |
| Alerts: |
|
Comments (none posted)
gallery2: multiple unspecified vulnerabilities
| Package(s): | gallery2 |
CVE #(s): | CVE-2007-4650
|
| Created: | September 5, 2007 |
Updated: | November 9, 2007 |
| Description: |
Multiple unspecified vulnerabilities in Gallery before 2.2.3 allow
attackers to (1) rename items, (2) read and modify item properties, or (3) lock and replace items
via unknown vectors in (a) the WebDAV module; and (4) edit unspecified data files using "linked
items" in (a) WebDAV and (b) Reupload modules. |
| Alerts: |
|
Comments (none posted)
kernel: denial of service
| Package(s): | kernel |
CVE #(s): | CVE-2006-0558
CVE-2007-1217
|
| Created: | September 4, 2007 |
Updated: | November 14, 2007 |
| Description: |
A flaw in the ISDN CAPI subsystem could allow a remote user to cause a
denial of service or potential remote access. Exploitation would require
the attacker to be able to send arbitrary frames over the ISDN network to
the victim's machine.
A flaw in the perfmon subsystem on ia64 platforms could allow a local user
to cause a denial of service. |
| Alerts: |
|
Comments (none posted)
krb5: buffer overflow, uninitialized pointer
| Package(s): | krb5 |
CVE #(s): | CVE-2007-3999
CVE-2007-4000
|
| Created: | September 4, 2007 |
Updated: | March 24, 2008 |
| Description: |
Tenable Network Security discovered a stack buffer overflow flaw in the RPC
library used by kadmind. A remote unauthenticated attacker who can access
kadmind could trigger this flaw and cause kadmind to crash.
Garrett Wollman discovered an uninitialized pointer flaw in kadmind. A
remote unauthenticated attacker who can access kadmind could trigger this
flaw and cause kadmind to crash. |
| Alerts: |
|
Comments (none posted)
mapserver: multiple cross-site scripting vulnerabilities
| Package(s): | mapserver |
CVE #(s): | CVE-2007-4542
CVE-2007-4629
|
| Created: | September 5, 2007 |
Updated: | April 7, 2008 |
| Description: |
CVE-2007-4542: Multiple cross-site scripting (XSS) vulnerabilities in MapServer before 4.10.3 allow remote attackers to inject arbitrary web script or HTML via unspecified vectors involving the (1) processLine function in maptemplate.c and the (2) writeError function in mapserv.c in the mapserv CGI program.
CVE-2007-4629: Buffer overflow in the processLine function in maptemplate.c in MapServer before 4.10.3 allows attackers to cause a denial of service and possibly execute arbitrary code via a mapfile with a long layer name, group name, or metadata entry name. |
| Alerts: |
|
Comments (none posted)
postfix-policyd: arbitrary code execution
| Package(s): | postfix-policyd |
CVE #(s): | CVE-2007-3791
|
| Created: | August 30, 2007 |
Updated: | September 5, 2007 |
| Description: |
The postfix-policyd anti-spam plugin for the postfix mta does not
correctly test the bounds of incoming SMTP commands. This can be
exploited for the remote execution of arbitrary code. |
| Alerts: |
|
Comments (none posted)
tcp-wrappers: unauthorized access
| Package(s): | tcp-wrappers |
CVE #(s): | CVE-2007-5137
|
| Created: | August 30, 2007 |
Updated: | October 13, 2007 |
| Description: |
The TCP wrapper library can improperly allow connections to services
that do not have server-side connection details specified.
Remote attackers can connect to blocked services. |
| Alerts: |
|
Comments (none posted)
vavoom: multiple vulnerabilities
| Package(s): | vavoom |
CVE #(s): | CVE-2007-4533
CVE-2007-4534
CVE-2007-4535
|
| Created: | September 5, 2007 |
Updated: | September 5, 2007 |
| Description: |
Security update fixing various format strings vulnerabilities and a DOS vulnerability in the vavoom
server, this fixes: CVE-2007-4533, CVE-2007-4534 & CVE-2007-4535. Also see bugzilla bug 256621. |
| Alerts: |
|
Comments (none posted)
Updated vulnerabilities
acroread: multiple vulnerabilities
| Package(s): | acroread |
CVE #(s): | CVE-2006-5857
CVE-2007-0045
CVE-2007-0046
|
| Created: | January 11, 2007 |
Updated: | October 26, 2009 |
| Description: |
Adobes acrobat reader has the following vulnerabilities:
The Adobe Reader Plugin has a cross site scripting vulnerability that
can be triggered by processes malformed URLs. Arbitrary JavaScript can
be served by a malicious web server, leading to a cross-site scripting
attack.
Maliciously crafted PDF files can be used to trigger two vulnerabilities,
if an attacker can trick a user into viewing the files, arbitrary code
can be executed with the user's privileges. |
| Alerts: |
|
Comments (1 posted)
apache2: information disclosure
| Package(s): | apache |
CVE #(s): | CVE-2007-1862
|
| Created: | June 20, 2007 |
Updated: | February 18, 2008 |
| Description: |
From the Mandriva advisory: "The recall_headers function in mod_mem_cache in Apache 2.2.4 does not
properly copy all levels of header data, which can cause Apache to
return HTTP headers containing previously-used data, which could be
used to obtain potentially sensitive information by unauthorized users." |
| Alerts: |
|
Comments (2 posted)
apache: multiple vulnerabilities
| Package(s): | apache |
CVE #(s): | CVE-2007-3304
CVE-2006-5752
|
| Created: | June 27, 2007 |
Updated: | February 18, 2008 |
| Description: |
The Apache HTTP Server did not verify that a process was an Apache child
process before sending it signals. A local attacker who has the ability to
run scripts on the Apache HTTP Server could manipulate the scoreboard and
cause arbitrary processes to be terminated, which could lead to a denial of
service. (CVE-2007-3304)
A flaw was found in the Apache HTTP Server mod_status module. Sites with
the server-status page publicly accessible and ExtendedStatus enabled were
vulnerable to a cross-site scripting attack. On Red Hat Enterprise Linux
the server-status page is not enabled by default and it is best practice to
not make this publicly available. (CVE-2006-5752) |
| Alerts: |
|
Comments (1 posted)
apache: cross-site scripting
| Package(s): | apache |
CVE #(s): | CVE-2006-3918
|
| Created: | August 9, 2006 |
Updated: | April 4, 2008 |
| Description: |
From the Red Hat advisory: "A bug was found in Apache where an invalid Expect header sent to the server
was returned to the user in an unescaped error message. This could
allow an attacker to perform a cross-site scripting attack if a victim was
tricked into connecting to a site and sending a carefully crafted Expect
header." |
| Alerts: |
|
Comments (none posted)
avahi: denial of service
| Package(s): | avahi |
CVE #(s): | CVE-2007-3372
|
| Created: | June 28, 2007 |
Updated: | December 23, 2008 |
| Description: |
Avahi is vulnerable to a local denial of service that can be caused by
making an erroneous call to the assert() function. |
| Alerts: |
|
Comments (none posted)
bochs: buffer overflow
| Package(s): | bochs |
CVE #(s): | CVE-2007-2893
|
| Created: | July 20, 2007 |
Updated: | November 19, 2007 |
| Description: |
A heap-based buffer overflow in the bx_ne2k_c::rx_frame function in
iodev/ne2k.cc in the emulated NE2000 device in Bochs 2.3 allows local users
of the guest operating system to write to arbitrary memory locations and
gain privileges on the host operating system via vectors that cause TXCNT
register values to exceed the device memory size, aka "RX Frame heap
overflow." |
| Alerts: |
|
Comments (none posted)
bugzilla: several vulnerabilities
| Package(s): | bugzilla |
CVE #(s): | |
| Created: | August 28, 2007 |
Updated: | August 29, 2007 |
| Description: |
This Bugzilla security
advisory covers several vulnerabilities in Bugzilla 2.20.4, 2.22.2, and
3.0. |
| Alerts: |
|
Comments (1 posted)
centericq: buffer overflows
| Package(s): | centericq |
CVE #(s): | CVE-2007-3713
|
| Created: | July 20, 2007 |
Updated: | December 17, 2007 |
| Description: |
Multiple buffer overflows in Konst CenterICQ 4.9.11 through 4.21 allow
remote attackers to execute arbitrary code via unspecified vectors. NOTE:
the provenance of this information is unknown; the details are obtained
solely from third party information. NOTE: this might overlap
CVE-2007-0160. |
| Alerts: |
|
Comments (none posted)
clamav: denial of service
| Package(s): | clamav |
CVE #(s): | CVE-2007-3725
|
| Created: | July 24, 2007 |
Updated: | February 27, 2008 |
| Description: |
A NULL pointer dereference has been discovered in the RAR VM of Clam
Antivirus (ClamAV) which allows user-assisted remote attackers to
cause a denial of service via a specially crafted RAR archives. |
| Alerts: |
|
Comments (none posted)
cpio: arbitrary code execution
| Package(s): | cpio |
CVE #(s): | CVE-2005-4268
|
| Created: | January 2, 2006 |
Updated: | March 17, 2010 |
| Description: |
Richard Harms discovered that cpio did not sufficiently validate file
properties when creating archives. Files with e. g. a very large size
caused a buffer overflow. By tricking a user or an automatic backup
system into putting a specially crafted file into a cpio archive, a
local attacker could probably exploit this to execute arbitrary code
with the privileges of the target user (which is likely root in an
automatic backup system). |
| Alerts: |
|
Comments (none posted)
vixie-cron: privilege escalation
| Package(s): | cron |
CVE #(s): | CVE-2006-2607
|
| Created: | May 31, 2006 |
Updated: | June 1, 2009 |
| Description: |
The Vixie cron daemon does not check the return code from setuid(); if that call can be made to fail, a local attacker may be able to execute commands as root. |
| Alerts: |
|
Comments (1 posted)
cscope: buffer overflows
| Package(s): | cscope |
CVE #(s): | CVE-2006-4262
|
| Created: | October 2, 2006 |
Updated: | June 16, 2009 |
| Description: |
Will Drewry of the Google Security Team discovered several buffer overflows
in cscope, a source browsing tool, which might lead to the execution of
arbitrary code. |
| Alerts: |
|
Comments (none posted)
cscope: buffer overflows
| Package(s): | cscope |
CVE #(s): | CVE-2004-2541
|
| Created: | May 22, 2006 |
Updated: | June 19, 2009 |
| Description: |
A buffer overflow in Cscope 15.5, and possibly multiple overflows, allows
remote attackers to execute arbitrary code via a C file with a long
#include line that is later browsed by the target. |
| Alerts: |
|
Comments (1 posted)
cups: denial of service
| Package(s): | cups |
CVE #(s): | CVE-2007-0720
|
| Created: | March 26, 2007 |
Updated: | February 7, 2008 |
| Description: |
Previous versions of the cups package could be forced to hang via a client
"partially negotiating" an ssl connection. In this state, cups would not
allow other connections to be made, a denial of service. |
| Alerts: |
|
Comments (none posted)
gpdf: integer overflow
| Package(s): | cups poppler xpdf |
CVE #(s): | CVE-2007-3387
|
| Created: | July 31, 2007 |
Updated: | November 28, 2007 |
| Description: |
The gpdf library contains an integer overflow which can be exploited via a malicious PDF file. This code finds its way into multiple packages, including xpdf, kpdf, poppler, cups, and more. |
| Alerts: |
|
Comments (1 posted)
Cyrus-SASL: DIGEST-MD5 Pre-Authentication Denial of Service
| Package(s): | cyrus-sasl |
CVE #(s): | CVE-2006-1721
|
| Created: | April 21, 2006 |
Updated: | September 4, 2007 |
| Description: |
Cyrus-SASL contains an unspecified vulnerability in the DIGEST-MD5
process that could lead to a Denial of Service. An attacker could possibly
exploit this vulnerability by sending specially crafted data stream to the
Cyrus-SASL server, resulting in a Denial of Service even if the attacker is
not able to authenticate. |
| Alerts: |
|
Comments (none posted)
dovecot: privilege escalation
| Package(s): | dovecot |
CVE #(s): | CVE-2007-4211
|
| Created: | August 15, 2007 |
Updated: | May 21, 2008 |
| Description: |
From the rPath advisory: "Previous versions of the dovecot package are vulnerable to a
minor privilege escalation attack in which an authenticated
user may exploit an ACL plugin weakness to save message flags
without having proper permissions." |
| Alerts: |
|
Comments (none posted)
dovecot: directory traversal
| Package(s): | dovecot |
CVE #(s): | CVE-2007-2231
|
| Created: | May 8, 2007 |
Updated: | May 21, 2008 |
| Description: |
Directory traversal vulnerability in index/mbox/mbox-storage.c in Dovecot
before 1.0.rc29, when using the zlib plugin, allows remote attackers to
read arbitrary gzipped (.gz) mailboxes (mbox files) via a .. (dot dot)
sequence in the mailbox name. |
| Alerts: |
|
Comments (none posted)
elinks: code execution
| Package(s): | elinks |
CVE #(s): | CVE-2007-2027
|
| Created: | May 7, 2007 |
Updated: | October 30, 2009 |
| Description: |
Arnaud Giersch discovered that elinks incorrectly attempted to load
gettext catalogs from a relative path. If a user were tricked into
running elinks from a specific directory, a local attacker could execute
code with user privileges. |
| Alerts: |
|
Comments (none posted)
elinks: arbitrary file access
| Package(s): | elinks |
CVE #(s): | CVE-2006-5925
|
| Created: | November 16, 2006 |
Updated: | October 22, 2009 |
| Description: |
The elinks text-mode browser has an arbitrary file access vulnerability
in the Elinks SMB protocol handler. If a user can be tricked into
visiting a specially crafted web page, arbitrary files may be read or
written with the user's permissions. |
| Alerts: |
|
Comments (none posted)
emacs21: denial of service
| Package(s): | emacs21 |
CVE #(s): | CVE-2007-2833
|
| Created: | June 21, 2007 |
Updated: | August 29, 2007 |
| Description: |
The emacs21 editor has a denial of service vulnerability.
emacs21 can be made to crash by viewing "certain types of images". |
| Alerts: |
|
Comments (none posted)
evolution: format string error
| Package(s): | evolution |
CVE #(s): | CVE-2007-1002
|
| Created: | March 27, 2007 |
Updated: | February 27, 2008 |
| Description: |
A format string error in the "write_html()" function in calendar/gui/
e-cal-component-memo-preview.c when displaying a memo's categories can
potentially be exploited to execute arbitrary code via a specially crafted
shared memo containing format specifiers. |
| Alerts: |
|
Comments (1 posted)
evolution-data-server: malicious server arbitrary code execution
| Package(s): | evolution-data-server |
CVE #(s): | CVE-2007-3257
|
| Created: | June 18, 2007 |
Updated: | November 7, 2007 |
| Description: |
From the GNOME
bugzilla: "The "SEQUENCE" value in the GData of the IMAP code
(camel-imap-folder.c) is converted from a string using strtol. This allows
for negative values. The imap_rescan uses this value as an int. It checks
for !seq and seq>summary.length. It doesn't check for seq <
0. Although seq is used as the index of an array." |
| Alerts: |
|
Comments (1 posted)
pop mail man-in-the-middle attacks
| Package(s): | evolution thunderbird mutt fetchmail |
CVE #(s): | CVE-2007-1558
|
| Created: | May 8, 2007 |
Updated: | July 3, 2009 |
| Description: |
The APOP protocol allows remote attackers to guess the first 3 characters
of a password via man-in-the-middle (MITM) attacks that use crafted message
IDs and MD5 collisions. NOTE: this design-level issue potentially affects
all products that use APOP, including (1) Thunderbird, (2) Evolution, (3)
mutt, and (4) fetchmail. |
| Alerts: |
|
Comments (none posted)
file: integer overflow
| Package(s): | file |
CVE #(s): | CVE-2007-2799
|
| Created: | June 1, 2007 |
Updated: | October 19, 2007 |
| Description: |
Colin Percival from FreeBSD reported that the previous fix for the
file_printf() buffer overflow introduced a new integer overflow. A remote
attacker could entice a user to run the file program on an overly large
file (more than 1Gb) that would trigger an integer overflow on 32-bit
systems, possibly leading to the execution of arbitrary code with the
rights of the user running file. |
| Alerts: |
|
Comments (3 posted)
firebird: buffer overflow
| Package(s): | firebird |
CVE #(s): | CVE-2007-3181
|
| Created: | July 2, 2007 |
Updated: | March 27, 2008 |
| Description: |
The Firebird DBMS has a buffer overflow vulnerability involving
the processing of connect requests with an overly large p_cnct_count
value. Remote attackers can send a specially crafted
request to the server in order to potentially execute arbitrary code with
the permissions of the Firebird user. |
| Alerts: |
|
Comments (none posted)
firefox: multiple vulnerabilities
| Package(s): | firefox |
CVE #(s): | CVE-2007-3844
CVE-2007-3845
|
| Created: | August 1, 2007 |
Updated: | February 20, 2008 |
| Description: |
A flaw was discovered in handling of "about:blank" windows used by
addons. A malicious web site could exploit this to modify the contents,
or steal confidential data (such as passwords), of other web pages.
(CVE-2007-3844)
Jesper Johansson discovered that spaces and double-quotes were
not correctly handled when launching external programs. In rare
configurations, after tricking a user into opening a malicious web page,
an attacker could execute helpers with arbitrary arguments with the
user's privileges. (CVE-2007-3845) |
| Alerts: |
|
Comments (none posted)
firefox: multiple vulnerabilities
| Package(s): | firefox mozilla seamonkey thunderbird |
CVE #(s): | CVE-2007-1362
CVE-2007-2867
CVE-2007-2868
CVE-2007-2869
CVE-2007-2870
CVE-2007-2871
|
| Created: | June 4, 2007 |
Updated: | August 29, 2007 |
| Description: |
Various flaws were discovered in the layout and JavaScript engines. By
tricking a user into opening a malicious web page, an attacker could
execute arbitrary code with the user's privileges. (CVE-2007-2867,
CVE-2007-2868)
A flaw was discovered in the form autocomplete feature. By tricking a user
into opening a malicious web page, an attacker could cause a persistent
denial of service. (CVE-2007-2869)
Nicolas Derouet discovered flaws in cookie handling. By tricking a user
into opening a malicious web page, an attacker could force the browser to
consume large quantities of disk or memory while processing long cookie
paths. (CVE-2007-1362)
A flaw was discovered in the same-origin policy handling of the
addEventListener JavaScript method. A malicious web site could exploit
this to modify the contents, or steal confidential data (such as
passwords), of other web pages. (CVE-2007-2870)
Chris Thomas discovered a flaw in XUL popups. A malicious web site
could exploit this to spoof or obscure portions of the browser UI,
such as the location bar. (CVE-2007-2871) |
| Alerts: |
|
Comments (3 posted)
firefox, thunderbird, seamonkey: multiple vulnerabilities
| Package(s): | firefox, thunderbird, seamonkey |
CVE #(s): | CVE-2007-3738
CVE-2007-3656
CVE-2007-3670
CVE-2007-3285
CVE-2007-3737
CVE-2007-3089
CVE-2007-3736
CVE-2007-3734
CVE-2007-3735
|
| Created: | July 18, 2007 |
Updated: | May 12, 2008 |
| Description: |
shutdown and moz_bug_r_a4 reported two separate ways to modify an
XPCNativeWrapper such that subsequent access by the browser would result in
executing user-supplied code. (CVE-2007-3738)
Michal Zalewski reported that it was possible to bypass the same-origin
checks and read from cached (wyciwyg) documents It is possible to access
wyciwyg:// documents without proper same domain policy checks through the
use of HTTP 302 redirects. This enables the attacker to steal sensitive
data displayed on dynamically generated pages; perform cache poisoning; and
execute own code or display own content with URL bar and SSL certificate
data of the attacked page (URL spoofing++). (CVE-2007-3656)
Internet Explorer calls registered URL protocols without escaping quotes
and may be used to pass unexpected and potentially dangerous data to the
application that registers that URL Protocol. (CVE-2007-3670)
Ronald van den Heetkamp reported that a filename URL containing %00
(encoded null) can cause Firefox to interpret the file extension
differently than the underlying Windows operating system potentially
leading to unsafe actions such as running a program. This is only
accessible locally. (CVE-2007-3285)
An attacker can use an element outside of a document to call an event
handler allowing content to run arbitrary code with chrome
privileges. (CVE-2007-3737)
Ronen Zilberman and Michal Zalewski both reported that it was possible to
exploit a timing issue to inject content into about:blank frames in a
page. When opening a window from a script, it is possible to spoof the
content of the newly opened window's frames within a short time frame,
while the window is loading. (CVE-2007-3089)
Mozilla contributor moz_bug_r_a4 demonstrated that the methods
addEventListener and setTimeout could be used to inject script into another
site in violation of the browser's same-origin policy. This could be used
to access or modify private or valuable information from that other
site. (CVE-2007-3736)
As part of the Firefox 2.0.0.5 update releases Mozilla developers fixed
many bugs to improve the stability of the product. Some of these crashes
that showed evidence of memory corruption under certain circumstances and
we presume that with enough effort at least some of these could be
exploited to run arbitrary code. Note: Thunderbird shares the browser
engine with Firefox and could be vulnerable if JavaScript were to be
enabled in mail. This is not the default setting and we strongly discourage
users from running JavaScript in mail. Without further investigation we
cannot rule out the possibility that for some of these an attacker might be
able to prepare memory for exploitation through some means other than
JavaScript, such as large images. (CVE-2007-3734, CVE-2007-3735) |
| Alerts: |
|
Comments (none posted)
flac123: arbitrary code execution
| Package(s): | flac123 |
CVE #(s): | CVE-2007-3507
|
| Created: | July 13, 2007 |
Updated: | October 22, 2007 |
| Description: |
A stack-based buffer overflow in the local__vcentry_parse_value function in
vorbiscomment.c in flac123 (aka flac-tools or flac) before 0.0.10 allows
user-assisted remote attackers to execute arbitrary code via a large
comment value_length. |
| Alerts: |
|
Comments (none posted)
freetype: arbitrary code execution
| Package(s): | freetype |
CVE #(s): | CVE-2007-2754
|
| Created: | May 24, 2007 |
Updated: | June 1, 2010 |
| Description: |
The Freetype font rendering library versions 2.3.4 and below
has an integer sign error. Remote attackers may be able to
create a specially crafted TrueType Font file with a negative
n_points value that will cause an integer overflow and heap-based
buffer overflow, allowing the execution of arbitrary code. |
| Alerts: |
|
Comments (none posted)
freetype: integer overflows
| Package(s): | freetype |
CVE #(s): | CVE-2006-0747
CVE-2006-1861
CVE-2006-2493
CVE-2006-2661
CVE-2006-3467
|
| Created: | June 8, 2006 |
Updated: | June 1, 2010 |
| Description: |
The FreeType library has several integer overflow vulnerabilities.
If a user can be tricked into installing a specially
crafted font file, arbitrary code can be executed with the privilege
of the user. |
| Alerts: |
|
Comments (none posted)
gcc: file overwrite vulnerability
| Package(s): | gcc |
CVE #(s): | CVE-2006-3619
|
| Created: | September 6, 2006 |
Updated: | March 14, 2008 |
| Description: |
The fastjar utility found in the GNU compiler collection does not perform adequate file path checking, allowing the creation or overwriting of files outside of the current directory tree. |
| Alerts: |
|
Comments (none posted)
gd: buffer overflow
| Package(s): | gd |
CVE #(s): | CVE-2007-0455
|
| Created: | February 7, 2007 |
Updated: | November 18, 2009 |
| Description: |
The gd graphics library contains a buffer overflow which could enable a remote attacker to execute arbitrary code. Note that various other packages include code from gd and could also be vulnerable. |
| Alerts: |
|
Comments (2 posted)
gd: multiple vulnerabilities
| Package(s): | gd |
CVE #(s): | CVE-2007-3472
CVE-2007-3473
CVE-2007-3474
CVE-2007-3475
CVE-2007-3476
CVE-2007-3477
CVE-2007-3478
|
| Created: | August 6, 2007 |
Updated: | November 6, 2009 |
| Description: |
Integer overflow in gdImageCreateTrueColor function in the GD Graphics
Library (libgd) before 2.0.35 allows user-assisted remote attackers
to have unspecified remote attack vectors and impact. (CVE-2007-3472)
The gdImageCreateXbm function in the GD Graphics Library (libgd)
before 2.0.35 allows user-assisted remote attackers to cause a denial
of service (crash) via unspecified vectors involving a gdImageCreate
failure. (CVE-2007-3473)
Multiple unspecified vulnerabilities in the GIF reader in the
GD Graphics Library (libgd) before 2.0.35 allow user-assisted
remote attackers to have unspecified attack vectors and
impact. (CVE-2007-3474)
The GD Graphics Library (libgd) before 2.0.35 allows user-assisted
remote attackers to cause a denial of service (crash) via a GIF image
that has no global color map. (CVE-2007-3475)
Array index error in gd_gif_in.c in the GD Graphics Library (libgd)
before 2.0.35 allows user-assisted remote attackers to cause
a denial of service (crash and heap corruption) via large color
index values in crafted image data, which results in a segmentation
fault. (CVE-2007-3476)
The (a) imagearc and (b) imagefilledarc functions in GD Graphics
Library (libgd) before 2.0.35 allows attackers to cause a denial
of service (CPU consumption) via a large (1) start or (2) end angle
degree value. (CVE-2007-3477)
Race condition in gdImageStringFTEx (gdft_draw_bitmap) in gdft.c in the
GD Graphics Library (libgd) before 2.0.35 allows user-assisted remote
attackers to cause a denial of service (crash) via unspecified vectors,
possibly involving truetype font (TTF) support. (CVE-2007-3478) |
| Alerts: |
|
Comments (none posted)
gd: denial of service
| Package(s): | gd |
CVE #(s): | CVE-2007-2756
|
| Created: | June 14, 2007 |
Updated: | February 28, 2008 |
| Description: |
Libgd2 has a denial of service vulnerability involving the incorrect
validation of PNG callback results. If an application that is linked
against libgd2 is used to process a specially-crafted PNG file,
a denial of service involving CPU resource consumption can be
caused. |
| Alerts: |
|
Comments (none posted)
gdm: denial of service
| Package(s): | gdm |
CVE #(s): | CVE-2007-3381
|
| Created: | August 1, 2007 |
Updated: | September 20, 2007 |
| Description: |
JLANTHEA reported a denial of service flaw in the way that gdm listens on its Unix domain socket.
Any local user can crash the locally running X session. |
| Alerts: |
|
Comments (none posted)
gedit: format string vulnerability
| Package(s): | gedit |
CVE #(s): | CAN-2005-1686
|
| Created: | June 9, 2005 |
Updated: | February 5, 2009 |
| Description: |
A format string vulnerability has been discovered in gedit. Calling
the program with specially crafted file names caused a buffer
overflow, which could be exploited to execute arbitrary code with the
privileges of the gedit user. |
| Alerts: |
|
Comments (1 posted)
gimp: multiple vulnerabilities
| Package(s): | gimp |
CVE #(s): | CVE-2007-2949
|
| Created: | June 28, 2007 |
Updated: | February 27, 2008 |
| Description: |
The gimp image editor has several vulnerabilities, including
a problem where it can open PSD files with excessive dimensions
and a possible stack overflow in the Sunras loader. |
| Alerts: |
|
Comments (none posted)
grip: buffer overflow
| Package(s): | grip |
CVE #(s): | CAN-2005-0706
|
| Created: | March 10, 2005 |
Updated: | November 19, 2008 |
| Description: |
Grip, a CD ripper, has a buffer overflow vulnerability that can
occur when the CDDB server returns more than 16 matches. |
| Alerts: |
|
Comments (none posted)
gzip: multiple vulnerabilities
| Package(s): | gzip |
CVE #(s): | CVE-2006-4334
CVE-2006-4335
CVE-2006-4336
CVE-2006-4337
CVE-2006-4338
|
| Created: | September 19, 2006 |
Updated: | January 20, 2010 |
| Description: |
Tavis Ormandy of the Google Security Team discovered two denial of service
flaws in the way gzip expanded archive files. If a victim expanded a
specially crafted archive, it could cause the gzip executable to hang or
crash.
Tavis Ormandy of the Google Security Team discovered several code execution
flaws in the way gzip expanded archive files. If a victim expanded a
specially crafted archive, it could cause the gzip executable to crash or
execute arbitrary code. |
| Alerts: |
|
Comments (1 posted)
HelixPlayer: arbitrary code execution
| Package(s): | HelixPlayer |
CVE #(s): | CVE-2007-3410
|
| Created: | June 27, 2007 |
Updated: | September 17, 2007 |
| Description: |
A buffer overflow flaw was found in the way HelixPlayer processed
Synchronized Multimedia Integration Language (SMIL) files. It was possible
for a malformed SMIL file to execute arbitrary code with the permissions of
the user running HelixPlayer. (CVE-2007-3410) |
| Alerts: |
|
Comments (1 posted)
horde-kronolith: local file inclusion
| Package(s): | horde-kronolith |
CVE #(s): | CVE-2006-6175
|
| Created: | January 17, 2007 |
Updated: | March 7, 2008 |
| Description: |
Kronolith contains a mistake in lib/FBView.php where a raw, unfiltered
string is used instead of a sanitized string to view local files. An
authenticated attacker could craft an HTTP GET request that uses directory
traversal techniques to execute any file on the web server as PHP code,
which could allow information disclosure or arbitrary code execution with
the rights of the user running the PHP application (usually the webserver
user). |
| Alerts: |
|
Comments (none posted)
id3lib: insecure tmpfile creation
| Package(s): | id3lib |
CVE #(s): | CVE-2007-4460
|
| Created: | August 27, 2007 |
Updated: | October 2, 2007 |
| Description: |
The RenderV2ToFile function in tag_file.cpp in id3lib (aka libid3) 3.8.3
allows local users to overwrite arbitrary files via a symlink attack on a
temporary file whose name is constructed from the name of a file being
tagged. |
| Alerts: |
|
Comments (none posted)
ImageMagick: integer overflows
| Package(s): | imagemagick |
CVE #(s): | CVE-2007-1797
|
| Created: | April 4, 2007 |
Updated: | August 11, 2009 |
| Description: |
Multiple integer overflows in ImageMagick before 6.3.3-5 allow remote
attackers to execute arbitrary code via (1) a crafted DCM image, which
results in a heap-based overflow in the ReadDCMImage function, or (2) the
(a) colors or (b) comments field in a crafted XWD image, which results in a
heap-based overflow in the ReadXWDImage function, different issues than
CVE-2007-1667. |
| Alerts: |
|
Comments (none posted)
jasper: denial of service
| Package(s): | jasper |
CVE #(s): | CVE-2007-2721
|
| Created: | June 1, 2007 |
Updated: | April 19, 2010 |
| Description: |
The jpc_qcx_getcompparms function in jpc/jpc_cs.c could allow remote
user-assisted attackers to cause a denial of service (crash) and possibly
corrupt the heap via malformed image files. |
| Alerts: |
|
Comments (none posted)
java: multiple vulnerabilities
| Package(s): | java |
CVE #(s): | CVE-2006-4339
CVE-2006-4790
CVE-2006-6731
CVE-2006-6736
CVE-2006-6737
CVE-2006-6745
|
| Created: | January 18, 2007 |
Updated: | June 4, 2010 |
| Description: |
java has multiple vulnerabilities, these include:
an RSA exponent padding attack vulnerability, two vulnerabilities
which allow untrusted applets to access data in other applets,
vulnerabilities that involve applets gaining privileges due to
serialization bugs in the JRE and buffer overflows in the java image
handling routines that can give attackers read/write/execute capabilities
for local files. |
| Alerts: |
|
Comments (1 posted)
java-1.5.0-sun: multiple vulnerabilities
| Package(s): | java-1.5.0-sun |
CVE #(s): | CVE-2007-3503
CVE-2007-3655
CVE-2007-3698
CVE-2007-3922
|
| Created: | August 6, 2007 |
Updated: | June 24, 2008 |
| Description: |
The Javadoc tool was able to generate HTML documentation pages that
contained cross-site scripting (XSS) vulnerabilities. A remote attacker
could use this to inject arbitrary web script or HTML. (CVE-2007-3503)
The Java Web Start URL parsing component contained a buffer overflow
vulnerability within the parsing code for JNLP files. A remote attacker
could create a malicious JNLP file that could trigger this flaw and execute
arbitrary code when opened. (CVE-2007-3655)
The JSSE component did not correctly process SSL/TLS handshake requests. A
remote attacker who is able to connect to a JSSE-based service could
trigger this flaw leading to a denial-of-service. (CVE-2007-3698)
A flaw was found in the applet class loader. An untrusted applet could use
this flaw to circumvent network access restrictions, possibly connecting to
services hosted on the machine that executed the applet. (CVE-2007-3922)
|
| Alerts: |
|
Comments (none posted)
kdebase: information leak
| Package(s): | kdebase |
CVE #(s): | CVE-2007-2022
|
| Created: | June 13, 2007 |
Updated: | September 19, 2007 |
| Description: |
A problem with the interaction between the Flash Player and the Konqueror
web browser was found. The problem could lead to key presses leaking to the
Flash Player applet instead of the browser.
NOTE: CVE number may be incorrect, see CVE entry |
| Alerts: |
|
Comments (1 posted)
kdebase: several vulnerabilities
| Package(s): | kdebase |
CVE #(s): | CVE-2007-3820
CVE-2007-4224
CVE-2007-4225
|
| Created: | August 20, 2007 |
Updated: | October 8, 2007 |
| Description: |
konqueror/konq_combo.cc in Konqueror 3.5.7 allows remote attackers to spoof
the data: URI scheme in the address bar via a long URI with trailing
whitespace, which prevents the beginning of the URI from being
displayed. (CVE-2007-3820)
KDE Konqueror 3.5.7 allows remote attackers to spoof the URL address bar by
calling setInterval with a small interval and changing the window.location
property. (CVE-2007-4224)
Visual truncation vulnerability in KDE Konqueror 3.5.7 allows remote
attackers to spoof the URL address bar via an http URI with a large amount
of whitespace in the user/password portion. (CVE-2007-4225) |
| Alerts: |
|
Comments (none posted)
kdelibs: kate backup file permission leak
| Package(s): | kdelibs kate kwrite |
CVE #(s): | CAN-2005-1920
|
| Created: | July 19, 2005 |
Updated: | September 21, 2010 |
| Description: |
Kate / Kwrite, as shipped with KDE 3.2.x up to including 3.4.0, creates a file backup before saving a modified file. These backup files are created with default permissions, even if the original file had more strict permissions set. See this advisory for more information. |
| Alerts: |
|
Comments (1 posted)
kernel: denial of service
| Package(s): | kernel |
CVE #(s): | CVE-2007-1357
|
| Created: | April 16, 2007 |
Updated: | November 14, 2007 |
| Description: |
The atalk_sum_skb function in AppleTalk for Linux kernel 2.6.x before
2.6.21, and possibly 2.4.x, allows remote attackers to cause a denial of
service (crash) via an AppleTalk frame that is shorter than the specified
length, which triggers a BUG_ON call when an attempt is made to perform a
checksum. |
| Alerts: |
|
Comments (none posted)
kernel: denial of service
| Package(s): | kernel |
CVE #(s): | CVE-2006-4623
|
| Created: | October 18, 2006 |
Updated: | November 14, 2007 |
| Description: |
The kernel DVB layer can be caused to crash with maliciously-formatted unidirectional lightweight encapsulation (ULE) data. |
| Alerts: |
|
Comments (none posted)
kernel: denial of service
| Package(s): | kernel |
CVE #(s): | CVE-2007-3642
|
| Created: | July 23, 2007 |
Updated: | November 14, 2007 |
| Description: |
The decode_choice function in net/netfilter/bf_conntrack_h323_asn1.c in the
Linux kernel before 2.6.22 allows remote attackers to cause a denial of
service (crash) via an encoded, out-of-range index value for a choice
field, which triggers a NULL pointer dereference. |
| Alerts: |
|
Comments (none posted)
kernel: multiple vulnerabilities
| Package(s): | kernel |
CVE #(s): | CVE-2007-0005
CVE-2007-1000
|
| Created: | March 15, 2007 |
Updated: | November 14, 2007 |
| Description: |
The Linux kernel has a boundary error problem with the
Omnikey CardMan 4040 driver read and write functions. This can be used
to cause a buffer overflow and possible execution or arbitrary code with
kernel privileges.
The ipv6_getsockopt_sticky function in
net/ipv6/ipv6_sockglue.c is vulnerable to a NULL pointer dereference.
Local users can use this to crash the kernel or to disclose kernel
memory. |
| Alerts: |
|
Comments (none posted)
kernel: denial of service
| Package(s): | kernel |
CVE #(s): | CVE-2006-0007
CVE-2007-0006
|
| Created: | February 15, 2007 |
Updated: | November 14, 2007 |
| Description: |
Linux kernel versions from 2.6.9 to 2.6.20 have a denial of service
vulnerability. A remote attacker can cause the key_alloc_serial
function's key serial number collision avoidance code to have a
null dereference, resulting in a crash. |
| Alerts: |
|
Comments (1 posted)
kernel: denial of service
| Package(s): | kernel |
CVE #(s): | CVE-2006-4535
CVE-2006-4538
|
| Created: | September 18, 2006 |
Updated: | January 5, 2009 |
| Description: |
Sridhar Samudrala discovered a local denial of service vulnerability
in the handling of SCTP sockets. By opening such a socket with a
special SO_LINGER value, a local attacker could exploit this to crash
the kernel. (CVE-2006-4535)
Kirill Korotaev discovered that the ELF loader on the ia64 and sparc
platforms did not sufficiently verify the memory layout. By attempting
to execute a specially crafted executable, a local user could exploit
this to crash the kernel. (CVE-2006-4538) |
| Alerts: |
|
Comments (none posted)
kernel: denial of service
| Package(s): | kernel |
CVE #(s): | CVE-2007-1861
CVE-2007-2242
|
| Created: | May 1, 2007 |
Updated: | February 8, 2008 |
| Description: |
The netlink protocol has an infinite recursion bug that allows users to
cause a kernel crash. Also the IPv6 protocol allows remote attackers to
cause a denial of service via crafted IPv6 type 0 route headers
(IPV6_RTHDR_TYPE_0) that create network amplification between two routers. |
| Alerts: |
|
Comments (none posted)
kernel: denial of service by memory consumption
| Package(s): | kernel |
CVE #(s): | CVE-2006-2936
|
| Created: | July 17, 2006 |
Updated: | November 14, 2007 |
| Description: |
The ftdi_sio driver (usb/serial/ftdi_sio.c) in Linux kernel 2.6.x up to
2.6.17, and possibly later versions, allows local users to cause a denial
of service (memory consumption) by writing more data to the serial port
than the driver can handle, which causes the data to be queued. |
| Alerts: |
|
Comments (none posted)
kernel: denial of service
| Package(s): | kernel |
CVE #(s): | CVE-2007-0772
|
| Created: | February 23, 2007 |
Updated: | November 14, 2007 |
| Description: |
The Linux kernel before 2.6.20.1 allows remote attackers to cause a denial
of service (oops) via a crafted NFSACL 2 ACCESS request that triggers a free
of an incorrect pointer. |
| Alerts: |
|
Comments (none posted)
kernel: several vulnerabilities
| Package(s): | kernel |
CVE #(s): | CVE-2007-1353
CVE-2007-2451
CVE-2007-2453
|
| Created: | June 11, 2007 |
Updated: | March 6, 2008 |
| Description: |
Ilja van Sprundel discovered that Bluetooth setsockopt calls could leak
kernel memory contents via an uninitialized stack buffer. A local attacker
could exploit this flaw to view sensitive kernel information.
(CVE-2007-1353)
The GEODE-AES driver did not correctly initialize its encryption key.
Any data encrypted using this type of device would be easily compromised.
(CVE-2007-2451)
The random number generator was hashing a subset of the available
entropy, leading to slightly less random numbers. Additionally, systems
without an entropy source would be seeded with the same inputs at boot
time, leading to a repeatable series of random numbers. (CVE-2007-2453) |
| Alerts: |
|
Comments (none posted)
kernel: signal handling flaw on PPC
| Package(s): | kernel |
CVE #(s): | CVE-2007-3107
|
| Created: | July 10, 2007 |
Updated: | February 4, 2008 |
| Description: |
A flaw in the signal handling on PowerPC-based systems that allowed a
local user to cause a denial of service (floating point corruption). |
| Alerts: |
|
Comments (none posted)
kernel: several vulnerabilities
| Package(s): | kernel |
CVE #(s): | CVE-2006-5823
CVE-2006-6054
CVE-2007-1592
|
| Created: | June 12, 2007 |
Updated: | March 21, 2011 |
| Description: |
A flaw in the cramfs file system allows invalid compressed data to cause
memory corruption (CVE-2006-5823)
A flaw in the ext2 file system allows an invalid inode size to cause a
denial of service (system hang) (CVE-2006-6054)
A flaw in IPV6 flow label handling allows a local user to cause a denial of
service (crash) (CVE-2007-1592) |
| Alerts: |
|
Comments (none posted)
kernel: denial of service
| Package(s): | kernel |
CVE #(s): | CVE-2006-5757
|
| Created: | November 13, 2006 |
Updated: | November 14, 2007 |
| Description: |
From the MOKB-05-11-2006
advisory: "The ISO9660 filesystem handling code of the Linux
2.6.x kernel fails to properly handle corrupted data structures, leading to
an exploitable denial of service condition. This particular vulnerability
seems to be caused by a race condition and a signedness issue. When
performing a read operation on a corrupted ISO9660 fs stream, the
isofs_get_blocks() function will enter an infinite loop when
__find_get_block_slow() callback from sb_getblk() fails ("due to various
races between file io on the block device and getblk")." |
| Alerts: |
|
Comments (none posted)
kernel: denial of service
| Package(s): | kernel |
CVE #(s): | CVE-2006-2935
CVE-2006-4145
CVE-2006-3745
|
| Created: | September 1, 2006 |
Updated: | July 30, 2008 |
| Description: |
Previous versions of the kernel package are subject to several
vulnerabilities. Certain malformed UDF filesystems can cause the system to
crash (denial of service). Malformed CDROM firmware or USB storage devices
(such as USB keys) could cause system crash (denial of service), and if
they were intentionally malformed, can cause arbitrary code to run with
elevated privileges. In addition, the SCTP protocol is subject to a remote
system crash (denial of service) attack. |
| Alerts: |
|
Comments (none posted)
kernel: multiple vulnerabilities
| Package(s): | kernel |
CVE #(s): | CVE-2006-5749
CVE-2006-4814
CVE-2006-6106
|
| Created: | January 5, 2007 |
Updated: | January 8, 2009 |
| Description: |
A security issue has been reported in Linux kernel due to an error in
drivers/isdn/i4l/isdn_ppp.c as the "isdn_ppp_ccp_reset_alloc_state()"
function never initializes an event timer before scheduling it with the
"add_timer()" function.
The mincore function in the kernel does not properly lock access to user
space, which has unspecified impact and attack vectors, possibly related to
a deadlock.
Another vulnerability has been reported in Linux kernel caused by a
boundary error within the handling of incoming CAPI messages in
net/bluetooth/cmtp/capi.c. This can be exploited to overwrite certain
Kernel data structures. |
| Alerts: |
|
Comments (none posted)
kernel: several vulnerabilities
| Package(s): | kernel |
CVE #(s): | CVE-2007-3851
CVE-2007-3848
CVE-2007-3105
|
| Created: | August 17, 2007 |
Updated: | January 8, 2009 |
| Description: |
The drm/i915 component in the Linux kernel before 2.6.22.2, when used with
i965G and later chipsets, allows local users with access to an X11 session
and Direct Rendering Manager (DRM) to write to arbitrary memory locations
and gain privileges via a crafted batchbuffer. (CVE-2007-3851)
Linux kernel 2.4.35 and other versions allows local users to send arbitrary
signals to a child process that is running at higher privileges by causing
a setuid-root parent process to die, which delivers an attacker-controlled
parent process death signal (PR_SET_PDEATHSIG). (CVE-2007-3848)
Stack-based buffer overflow in the random number generator (RNG)
implementation in the Linux kernel before 2.6.22 might allow local root
users to cause a denial of service or gain privileges by setting the
default wakeup threshold to a value greater than the output pool size,
which triggers writing random numbers to the stack by the pool transfer
function involving "bound check ordering". NOTE: this issue might only
cross privilege boundaries in environments that have granular assignment of
privileges for root. (CVE-2007-3105) |
| Alerts: |
|
Comments (1 posted)
krb5: multiple vulnerabilities
| Package(s): | krb5 |
CVE #(s): | CVE-2007-2442
CVE-2007-2443
CVE-2007-2798
|
| Created: | June 27, 2007 |
Updated: | March 24, 2008 |
| Description: |
David Coffey discovered an uninitialized pointer free flaw in the
RPC library used by kadmind. A remote unauthenticated attacker who
could access kadmind could trigger the flaw causing kadmind to crash
or possibly execute arbitrary code (CVE-2007-2442).
David Coffey also discovered an overflow flaw in the same RPC library.
A remote unauthenticated attacker who could access kadmind could
trigger the flaw causing kadmind to crash or possibly execute arbitrary
code (CVE-2007-2443).
Finally, a stack buffer overflow vulnerability was found in kadmind
that allowed an unauthenticated user able to access kadmind the
ability to trigger the vulnerability and possibly execute arbitrary
code (CVE-2007-2798). |
| Alerts: |
|
Comments (none posted)
krb5: uninitialized pointers
| Package(s): | krb5 |
CVE #(s): | CVE-2006-6143
CVE-2006-3084
|
| Created: | January 10, 2007 |
Updated: | July 7, 2010 |
| Description: |
The kdamind daemon can, in some situations, perform operations on uninitialized pointers. This bug could conceivably open up the system to a code execution attack by an unauthenticated remote attacker, but it appears to be difficult to exploit. See this advisory for details. |
| Alerts: |
|
Comments (1 posted)
krb5: local privilege escalation
| Package(s): | krb5 |
CVE #(s): | CVE-2006-3083
|
| Created: | August 9, 2006 |
Updated: | July 7, 2010 |
| Description: |
Some kerberos applications fail to check the results of setuid() calls, with the result that, if that call fails, they could continue to execute as root after thinking they had switched to a nonprivileged user. A local attacker who can cause these calls to fail (through resource exhaustion, presumably) could exploit this bug to gain root privileges. |
| Alerts: |
|
Comments (none posted)
krb5: multiple vulnerabilities
| Package(s): | krb5 |
CVE #(s): | CVE-2007-0956
CVE-2007-0957
CVE-2007-1216
|
| Created: | April 3, 2007 |
Updated: | March 24, 2008 |
| Description: |
A flaw was found in the username handling of the MIT krb5 telnet daemon
(telnetd). A remote attacker who can access the telnet port of a target
machine could log in as root without requiring a password. MIT krb5 Security Advisory 2007-001
Buffer overflows were found which affect the Kerberos KDC and the kadmin
server daemon. A remote attacker who can access the KDC could exploit this
bug to run arbitrary code with the privileges of the KDC or kadmin server
processes. MIT krb5 Security Advisory
2007-002
A double-free flaw was found in the GSSAPI library used by the kadmin
server daemon. MIT krb5 Security Advisory
2007-003 |
| Alerts: |
|
Comments (none posted)
ktorrent: incorrect validation
| Package(s): | ktorrent |
CVE #(s): | CVE-2007-1384
CVE-2007-1385
CVE-2007-1799
|
| Created: | March 13, 2007 |
Updated: | October 24, 2007 |
| Description: |
Bryan Burns of Juniper Networks discovered that KTorrent did not
correctly validate the destination file paths nor the HAVE statements
sent by torrent peers. A malicious remote peer could send specially
crafted messages to overwrite files or execute arbitrary code with user
privileges. |
| Alerts: |
|
Comments (1 posted)
lftp: shell command execution
| Package(s): | lftp |
CVE #(s): | CVE-2007-2348
|
| Created: | May 4, 2007 |
Updated: | September 16, 2009 |
| Description: |
mirror --script in lftp before 3.5.9 does not properly quote shell
metacharacters, which might allow remote user-assisted attackers to execute
shell commands via a malicious script. NOTE: it is not clear whether this
issue crosses security boundaries, since the script already supports
commands such as "get" which could overwrite executable files. |
| Alerts: |
|
Comments (none posted)
libarchive: pax extension header vulnerabilities
| Package(s): | libarchive |
CVE #(s): | CVE-2007-3641
CVE-2007-3644
CVE-2007-3645
|
| Created: | August 9, 2007 |
Updated: | February 27, 2008 |
| Description: |
libarchive, a library for manipulating different streaming archive
formats, has a number of pax extension header vulnerabilities.
These may be used to cause a denial of service or for the execution
of arbitrary code. |
| Alerts: |
|
Comments (none posted)
libexif: integer overflow
| Package(s): | libexif |
CVE #(s): | CVE-2007-2645
|
| Created: | June 1, 2007 |
Updated: | February 11, 2008 |
| Description: |
Integer overflow in the exif_data_load_data_entry function in exif-data.c
in libexif before 0.6.14 allows user-assisted remote attackers to cause a
denial of service (crash) or possibly execute arbitrary code via crafted
EXIF data, involving the (1) doff or (2) s variable. |
| Alerts: |
|
Comments (none posted)
libmodplug: boundary errors
| Package(s): | libmodplug |
CVE #(s): | CVE-2006-4192
|
| Created: | December 11, 2006 |
Updated: | May 4, 2011 |
| Description: |
Luigi Auriemma has reported various boundary errors in load_it.cpp and
a boundary error in the "CSoundFile::ReadSample()" function in
sndfile.cpp. A remote attacker can entice a user to read crafted modules
or ITP files, which may trigger a buffer overflow resulting in the
execution of arbitrary code with the privileges of the user running the
application. |
| Alerts: |
|
Comments (none posted)
libphp-phpmailer: command execution
| Package(s): | libphp-phpmailer |
CVE #(s): | CVE-2007-3215
|
| Created: | June 20, 2007 |
Updated: | June 25, 2009 |
| Description: |
libphp-phpmailer does not do sufficient input validation, enabling shell command injection attacks. |
| Alerts: |
|
Comments (none posted)
libpng: denial of service
| Package(s): | libpng |
CVE #(s): | CVE-2007-2445
|
| Created: | May 17, 2007 |
Updated: | March 23, 2009 |
| Description: |
Libpng can be crashed when processing malformed PNG files.
It may also be possible to exploit this vulnerability to execute arbitrary
code. |
| Alerts: |
|
Comments (none posted)
libpng: buffer overflow
| Package(s): | libpng |
CVE #(s): | CVE-2006-3334
|
| Created: | July 19, 2006 |
Updated: | December 15, 2008 |
| Description: |
In pngrutil.c, the function png_decompress_chunk() allocates
insufficient space for an error message, potentially overwriting stack
data, leading to a buffer overflow. |
| Alerts: |
|
Comments (none posted)
libpng: heap based buffer overflow
| Package(s): | libpng |
CVE #(s): | CVE-2006-0481
|
| Created: | February 13, 2006 |
Updated: | December 15, 2008 |
| Description: |
A heap based buffer overflow bug was found in the way libpng strips alpha
channels from a PNG image. An attacker could create a carefully crafted PNG
image file in such a way that it could cause an application linked with
libpng to crash or execute arbitrary code when the file is opened by a
victim. |
| Alerts: |
|
Comments (1 posted)
libtiff: buffer overflow
| Package(s): | libtiff |
CVE #(s): | CVE-2006-2193
|
| Created: | June 15, 2006 |
Updated: | September 1, 2008 |
| Description: |
The t2p_write_pdf_string function in libtiff 3.8.2 and earlier is vulnerable
to a buffer overflow. Attackers can use a TIFF file with UTF-8 characters
in the DocumentName tag to overflow a buffer, causing a denial of service,
and possibly the execution of arbitrary code. |
| Alerts: |
|
Comments (none posted)
libvorbis: multiple memory corruption flaws
| Package(s): | libvorbis |
CVE #(s): | CVE-2007-3106
CVE-2007-4029
|
| Created: | July 27, 2007 |
Updated: | January 22, 2008 |
| Description: |
This iSEC Partners security advisory has
details on multiple memory corruption flaws in libvorbis. |
| Alerts: |
|
Comments (none posted)
libxml2 - arbitrary code execution
| Package(s): | libxml2 |
CVE #(s): | CAN-2004-0110
|
| Created: | February 26, 2004 |
Updated: | August 19, 2009 |
| Description: |
Yuuichi Teranishi discovered a flaw in libxml2 versions prior to 2.6.6.
When fetching a remote resource via FTP or HTTP, libxml2 uses special
parsing routines. These routines can overflow a buffer if passed a very
long URL. If an attacker is able to find an application using libxml2 that
parses remote resources and allows them to influence the URL, then this
flaw could be used to execute arbitrary code. |
| Alerts: |
|
Comments (none posted)
libxml2: multiple buffer overflows
| Package(s): | libxml2 |
CVE #(s): | CAN-2004-0989
|
| Created: | October 28, 2004 |
Updated: | August 19, 2009 |
| Description: |
libxml2 prior to version 2.6.14 has multiple buffer overflow
vulnerabilities, if a local user passes a specially crafted
FTP URL, arbitrary code may be executed. |
| Alerts: |
|
Comments (none posted)
lighttpd: denial of service
| Package(s): | lighttpd |
CVE #(s): | CVE-2007-3946
CVE-2007-3947
CVE-2007-3948
CVE-2007-3949
CVE-2007-3950
|
| Created: | July 19, 2007 |
Updated: | July 15, 2008 |
| Description: |
The lighttpd web server has multiple vulnerabilities involving
a remote access-control setting circumvention that is performed
by the sending of malformed requests. This can be used to crash
the server and cause a denial of service. |
| Alerts: |
|
Comments (none posted)
lookup-el: insecure temporary file
| Package(s): | lookup-el |
CVE #(s): | CVE-2007-0237
|
| Created: | March 19, 2007 |
Updated: | December 10, 2007 |
| Description: |
Tatsuya Kinoshita discovered that Lookup, a search interface to electronic
dictionaries on emacsen, creates a temporary file in an insecure fashion
when the ndeb-binary feature is used, which allows a local attacker to
craft a symlink attack to overwrite arbitrary files. |
| Alerts: |
|
Comments (none posted)
lynx: arbitrary command execution
| Package(s): | lynx |
CVE #(s): | CVE-2005-2929
|
| Created: | November 14, 2005 |
Updated: | September 14, 2009 |
| Description: |
An arbitrary command execute bug was found in the lynx "lynxcgi:" URI
handler. An attacker could create a web page redirecting to a malicious URL
which could execute arbitrary code as the user running lynx. |
| Alerts: |
|
Comments (none posted)
mod_jk: proxy bypass
| Package(s): | mod_jk |
CVE #(s): | CVE-2007-1860
|
| Created: | May 30, 2007 |
Updated: | March 7, 2008 |
| Description: |
From the Red Hat advisory: "Versions of mod_jk before 1.2.23 decoded request URLs by default inside
Apache httpd and forwarded the encoded URL to Tomcat, which itself did a
second decoding. If Tomcat was used behind mod_jk and configured to only
proxy some contexts, an attacker could construct a carefully crafted HTTP
request to work around the context restriction and potentially access
non-proxied content." |
| Alerts: |
|
Comments (none posted)
moin: arbitrary JavaScript execution
| Package(s): | moin |
CVE #(s): | CVE-2007-2423
|
| Created: | May 8, 2007 |
Updated: | March 10, 2008 |
| Description: |
A flaw was discovered in MoinMoin's error reporting when using the
AttachFile action. By tricking a user into viewing a crafted MoinMoin
URL, an attacker could execute arbitrary JavaScript as the current
MoinMoin user, possibly exposing the user's authentication information
for the domain where MoinMoin was hosted. |
| Alerts: |
|
Comments (none posted)
moodle: cross-site scripting
| Package(s): | moodle |
CVE #(s): | CVE-2007-3555
|
| Created: | August 7, 2007 |
Updated: | December 22, 2008 |
| Description: |
A cross-site scripting (XSS) vulnerability in index.php in Moodle 1.7.1
allows remote attackers to inject arbitrary web script or HTML via a style
expression in the search parameter. |
| Alerts: |
|
Comments (none posted)
mplayer: buffer overflow
| Package(s): | mplayer |
CVE #(s): | CVE-2007-1246
|
| Created: | March 8, 2007 |
Updated: | April 1, 2008 |
| Description: |
MPlayer versions up to 1.0rc1 have a buffer overflow in the
loader/dmo/DMO_VideoDecoder.c DMO_VideoDecoder_Open function.
user-assisted remote attackers can use this to create a buffer overflow
and possibly execute arbitrary code. |
| Alerts: |
|
Comments (none posted)
mydns: buffer overflows
| Package(s): | mydns |
CVE #(s): | CVE-2007-2362
|
| Created: | May 23, 2007 |
Updated: | December 17, 2007 |
| Description: |
Multiple buffer overflows in MyDNS allow remote attackers to cause a denial of
service (daemon crash) and possibly execution of arbitrary code. |
| Alerts: |
|
Comments (none posted)
mysql: denial of service
| Package(s): | mysql |
CVE #(s): | CVE-2007-1420
|
| Created: | March 22, 2007 |
Updated: | May 21, 2008 |
| Description: |
MySQL subselect queries using "ORDER BY" can be used by an attacker with
access to a MySQL instance in order to create an intermittent denial
of service. |
| Alerts: |
|
Comments (none posted)
mysql: format string bug
| Package(s): | mysql |
CVE #(s): | CVE-2006-3469
|
| Created: | July 21, 2006 |
Updated: | July 30, 2008 |
| Description: |
Jean-David Maillefer discovered a format string bug in the
date_format() function's error reporting. By calling the function with
invalid arguments, an authenticated user could exploit this to crash
the server. |
| Alerts: |
|
Comments (none posted)
MySQL: privilege violations
| Package(s): | mysql |
CVE #(s): | CVE-2006-4031
CVE-2006-4226
|
| Created: | August 25, 2006 |
Updated: | July 30, 2008 |
| Description: |
MySQL 4.1 before 4.1.21 and 5.0 before 5.0.24 allows a local user to access
a table through a previously created MERGE table, even after the user's
privileges are revoked for the original table, which might violate intended
security policy (CVE-2006-4031).
MySQL 4.1 before 4.1.21, 5.0 before 5.0.25, and 5.1 before 5.1.12, when run
on case-sensitive filesystems, allows remote authenticated users to create
or access a database when the database name differs only in case from a
database for which they have permissions (CVE-2006-4226). |
| Alerts: |
|
Comments (none posted)
mysql: multiple vulnerabilities
Comments (none posted)
MySQL: logging bypass
| Package(s): | mysql |
CVE #(s): | CVE-2006-0903
|
| Created: | April 4, 2006 |
Updated: | May 21, 2008 |
| Description: |
MySQL 5.0.18 and earlier allows local users to bypass logging mechanisms
via SQL queries that contain the NULL character, which are not properly
handled by the mysql_real_query function. NOTE: this issue was originally
reported for the mysql_query function, but the vendor states that since
mysql_query expects a null character, this is not an issue for mysql_query. |
| Alerts: |
|
Comments (2 posted)
nbd: arbitrary code execution
| Package(s): | nbd |
CVE #(s): | CVE-2005-3534
|
| Created: | January 6, 2006 |
Updated: | March 7, 2011 |
| Description: |
Kurt Fitzner discovered that the NBD (network block device) server did not
correctly verify the maximum size of request packets. By sending specially
crafted large request packets, a remote attacker who is allowed to access
the server could exploit this to execute arbitrary code with root
privileges. |
| Alerts: |
|
Comments (none posted)
ncompress: buffer underflow
| Package(s): | ncompress |
CVE #(s): | CVE-2006-1168
|
| Created: | August 10, 2006 |
Updated: | February 21, 2012 |
| Description: |
The ncompress compression utility has a missing boundary check.
A local user can use a maliciously created file to cause a
a .bss buffer underflow. |
| Alerts: |
|
Comments (none posted)
nginx: cross site scripting
| Package(s): | nginx |
CVE #(s): | |
| Created: | July 20, 2007 |
Updated: | September 14, 2009 |
| Description: |
Nginx [engine x] is an HTTP(S) server, HTTP(S) reverse proxy and IMAP/POP3
proxy server written by Igor Sysoev. The "msie_refresh" directive could
allow cross site scripting. |
| Alerts: |
|
Comments (none posted)
OpenOffice.org: arbitrary code execution
| Package(s): | openoffice.org |
CVE #(s): | CVE-2007-0245
|
| Created: | June 13, 2007 |
Updated: | June 12, 2008 |
| Description: |
A specially crafted RTF file could cause the
filter to overwrite data on the heap, which may lead to the execution
of arbitrary code. |
| Alerts: |
|
Comments (none posted)
OpenSSH: denial of service
| Package(s): | openssh |
CVE #(s): | CVE-2006-4925
CVE-2006-5052
|
| Created: | October 6, 2006 |
Updated: | November 15, 2007 |
| Description: |
packet.c in ssh in OpenSSH allows remote attackers to cause a denial of
service (crash) by sending an invalid protocol sequence with
USERAUTH_SUCCESS before NEWKEYS, which causes newkeys[mode] to be NULL.
An unspecified vulnerability in portable OpenSSH before 4.4, when running
on some platforms, allows remote attackers to determine the validity of
usernames via unknown vectors involving a GSSAPI "authentication abort." |
| Alerts: |
|
Comments (none posted)
openssh: remote denial of service
| Package(s): | openssh |
CVE #(s): | CVE-2006-4924
CVE-2006-5051
|
| Created: | September 27, 2006 |
Updated: | September 17, 2008 |
| Description: |
Openssh 4.4 fixes some
security issues, including a pre-authentication denial of service, an
unsafe signal hander and on portable OpenSSH a GSSAPI authentication abort
could be used to determine the validity of usernames on some platforms. |
| Alerts: |
|
Comments (none posted)
openssl: private key attack
| Package(s): | openssl |
CVE #(s): | CVE-2007-3108
|
| Created: | August 7, 2007 |
Updated: | May 13, 2008 |
| Description: |
OpenSSL could allow a local user in certain circumstances to divulge
information about private keys being used. |
| Alerts: |
|
Comments (none posted)
opera: multiple vulnerabilities
| Package(s): | opera |
CVE #(s): | CVE-2007-4367
CVE-2007-3929
CVE-2007-3142
CVE-2007-3819
|
| Created: | August 23, 2007 |
Updated: | February 27, 2008 |
| Description: |
The Opera browser has multiple vulnerabilities.
The JavaScript engine is vulnerable to a virtual function call on an invalid pointer that can be triggered by specially crafted JavaScript.
A freed pointer in the BitTorrent support may be
accessed, this can be used for malicious code execution.
The browser is vulnerable to several memory read protection
errors. There are URI display errors that can be used to trick
users into visiting arbitrary web sites. |
| Alerts: |
|
Comments (none posted)
pam: privilege escalation
| Package(s): | pam |
CVE #(s): | CVE-2007-1716
|
| Created: | June 12, 2007 |
Updated: | November 15, 2007 |
| Description: |
A flaw was found in the way pam_console set console device permissions. It
was possible for various console devices to retain ownership of the console
user after logging out, possibly leaking information to an unauthorized
user. |
| Alerts: |
|
Comments (none posted)
pam_ssh: authentication restriction bypass
| Package(s): | pam_ssh |
CVE #(s): | CVE-2007-0844
|
| Created: | August 27, 2007 |
Updated: | August 29, 2007 |
| Description: |
The auth_via_key function in pam_ssh.c in pam_ssh before 1.92, when the allow_blank_passphrase option is disabled, allows remote attackers to bypass authentication restrictions and use private encryption keys requiring a blank passphrase by entering a non-blank passphrase. |
| Alerts: |
|
Comments (none posted)
perl-Net-DNS: predictable id sequence
| Package(s): | perl-Net-DNS |
CVE #(s): | CVE-2007-3377
|
| Created: | June 26, 2007 |
Updated: | March 12, 2008 |
| Description: |
Net::DNS before 0.60 uses an id sequence that is predictable and the same
in all child processes. |
| Alerts: |
|
Comments (none posted)
php: multiple vulnerabilities
| Package(s): | php |
CVE #(s): | CVE-2007-1001
CVE-2007-1285
CVE-2007-1718
CVE-2007-1583
|
| Created: | April 16, 2007 |
Updated: | December 4, 2007 |
| Description: |
A denial of service flaw was found in the way PHP processed a deeply nested
array. A remote attacker could cause the PHP interpreter to crash by
submitting an input variable with a deeply nested array. (CVE-2007-1285)
A flaw was found in the way the mbstring extension set global variables. A
script which used the mb_parse_str() function to set global variables could
be forced to enable the register_globals configuration option, possibly
resulting in global variable injection. (CVE-2007-1583)
A flaw was discovered in the way PHP's mail() function processed header
data. If a script sent mail using a Subject header containing a string from
an untrusted source, a remote attacker could send bulk e-mail to unintended
recipients. (CVE-2007-1718)
A heap based buffer overflow flaw was discovered in PHP's gd extension. A
script that could be forced to process WBMP images from an untrusted source
could result in arbitrary code execution. (CVE-2007-1001) |
| Alerts: |
|
Comments (none posted)
php: several vulnerabilities
| Package(s): | php |
CVE #(s): | CVE-2006-4481
CVE-2006-4484
CVE-2006-4485
|
| Created: | September 8, 2006 |
Updated: | June 13, 2008 |
| Description: |
The file_exists and imap_reopen functions in PHP before 5.1.5 do not check
for the safe_mode and open_basedir settings, which allows local users to
bypass the settings (CVE-2006-4481).
A buffer overflow in the LWZReadByte function in ext/gd/libgd/gd_gif_in.c
in the GD extension in PHP before 5.1.5 allows remote attackers to have an
unknown impact via a GIF file with input_code_size greater than
MAX_LWZ_BITS, which triggers an overflow when initializing the table array
(CVE-2006-4484).
The stripos function in PHP before 5.1.5 has unknown impact and attack
vectors related to an out-of-bounds read (CVE-2006-4485). |
| Alerts: |
|
Comments (1 posted)
php: multiple vulnerabilities
| Package(s): | php |
CVE #(s): | CVE-2007-2872
CVE-2007-2756
|
| Created: | June 1, 2007 |
Updated: | January 29, 2008 |
| Description: |
According to a vendor release announcement multiple
security enhancements and fixes were fixed in version 5.2.3 of the
programming language PHP. |
| Alerts: |
|
Comments (none posted)
php: buffer overflows
| Package(s): | php |
CVE #(s): | CVE-2006-5465
|
| Created: | November 3, 2006 |
Updated: | January 18, 2010 |
| Description: |
The Hardened-PHP Project discovered buffer overflows in
htmlentities/htmlspecialchars internal routines to the PHP Project. Of
course the whole purpose of these functions is to be filled with user
input. (The overflow can only be when UTF-8 is used) |
| Alerts: |
|
Comments (none posted)
phpbb2: missing input sanitizing
| Package(s): | phpbb2 |
CVE #(s): | CVE-2006-1896
|
| Created: | May 22, 2006 |
Updated: | February 11, 2008 |
| Description: |
It was discovered that phpbb2, a web based bulletin board, insufficiently
sanitizes values passed to the "Font Color 3" setting, which might lead to
the execution of injected code by admin users. |
| Alerts: |
|
Comments (none posted)
phpbb2: multiple vulnerabilities
| Package(s): | phpbb2 |
CVE #(s): | CVE-2005-3310
CVE-2005-3415
CVE-2005-3416
CVE-2005-3417
CVE-2005-3418
CVE-2005-3419
CVE-2005-3420
CVE-2005-3536
CVE-2005-3537
|
| Created: | December 22, 2005 |
Updated: | February 11, 2008 |
| Description: |
The phpbb2 web forum has a number of vulnerabilities including:
a web script injection problem, a protection mechanism bypass, a
security check bypass, a remote global variable bypass, cross site
scripting vulnerabilities, an SQL injection vulnerability,
a remote regular expression modification problem, missing input
sanitizing, and a missing request validation problem. |
| Alerts: |
|
Comments (none posted)
phpPgAdmin: cross-site scripting
| Package(s): | phppgadmin |
CVE #(s): | CVE-2007-2865
CVE-2007-5728
|
| Created: | June 18, 2007 |
Updated: | January 21, 2009 |
| Description: |
A cross-site scripting (XSS) vulnerability in sqledit.php in phpPgAdmin
4.1.1 allows remote attackers to inject arbitrary web script or HTML via
the server parameter. |
| Alerts: |
|
Comments (none posted)
phpwiki: remote code execution
| Package(s): | phpwiki |
CVE #(s): | CVE-2007-2024
CVE-2007-2025
|
| Created: | May 17, 2007 |
Updated: | September 12, 2007 |
| Description: |
The phpwiki Upload page does not properly check the extension of a file.
This can be used by a remote attacker to upload a specially crafted PHP file
and execute arbitrary PHP code with the privileges of the PhpWiki user. |
| Alerts: |
|
Comments (none posted)
po4a: information leak
| Package(s): | po4a |
CVE #(s): | CVE-2007-4462
|
| Created: | August 27, 2007 |
Updated: | September 14, 2007 |
| Description: |
This update fixes a potential security problem (information leak)
due to use of predictable name in /tmp.
|
| Alerts: |
|
Comments (none posted)
pptpd: denial of service
| Package(s): | pptpd |
CVE #(s): | CVE-2007-0244
|
| Created: | May 9, 2007 |
Updated: | September 3, 2007 |
| Description: |
The PoPToP server daemon contains a bug which allows an attacker to tear down a connection through a malformed GRE packet. |
| Alerts: |
|
Comments (none posted)
proftpd: authentication bypass
| Package(s): | proftpd |
CVE #(s): | CVE-2007-2165
|
| Created: | June 21, 2007 |
Updated: | November 5, 2007 |
| Description: |
The ProFTPD Auth API has an authentication bypass vulnerability.
When multiple simultaneous authentication modules are configured,
the ProFTPD module that checks authentication is not necessarily
the same module that retrieves authentication data. This can be
used by remote attackers to bypass the authentication system.
|
| Alerts: |
|
Comments (none posted)
pulseaudio: denial of service
| Package(s): | pulseaudio |
CVE #(s): | CVE-2007-1804
|
| Created: | May 30, 2007 |
Updated: | March 10, 2008 |
| Description: |
The pulseaudio network code suffers from a denial of service vulnerability exploitable by an unauthenticated attacker. |
| Alerts: |
|
Comments (none posted)
python: information disclosure
| Package(s): | python |
CVE #(s): | CVE-2007-2052
|
| Created: | May 9, 2007 |
Updated: | July 30, 2009 |
| Description: |
Python 2.4 and 2.5 contain a bug in PyLocale_strxfrm() which could enable an attacker to read portions of unrelated memory. |
| Alerts: |
|
Comments (none posted)
qemu: multiple vulnerabilities
Comments (none posted)
qt: arbitrary code execution
| Package(s): | qt |
CVE #(s): | CVE-2007-3388
|
| Created: | August 1, 2007 |
Updated: | December 10, 2007 |
| Description: |
Format string bugs were found in several Qt warning messages.
Applications using Qt for processing certain data types could
trigger them if the data caused Qt to print warnings. The bugs
potentially allow to execute arbitrary code via specially crafted
files (CVE-2007-3388). |
| Alerts: |
|
Comments (none posted)
qt: "/../" injection
| Package(s): | qt |
CVE #(s): | CVE-2007-0242
|
| Created: | April 4, 2007 |
Updated: | September 13, 2007 |
| Description: |
Andreas Nolden discovered a bug in qt3, where the UTF8 decoder does not
reject overlong sequences, which can cause "/../" injection or (in the case
of konqueror) a "<script>" tag injection. |
| Alerts: |
|
Comments (2 posted)
quake: buffer overflow
| Package(s): | quake3-bin |
CVE #(s): | CVE-2006-2236
|
| Created: | May 10, 2006 |
Updated: | January 12, 2009 |
| Description: |
Games based on the Quake 3 engine are vulnerable to a buffer overflow exploitable by a hostile game server. |
| Alerts: |
|
Comments (none posted)
redhat-cluster-suite: denial of service
| Package(s): | redhat-cluster-suite |
CVE #(s): | CVE-2007-3380
|
| Created: | July 19, 2007 |
Updated: | November 14, 2007 |
| Description: |
The redhat cluster suite's
cluster manager is vulnerable to a remote attack. Attackers
can connect to the DLM port and block subsequent DLM operations,
resulting in a denial of service. |
| Alerts: |
|
Comments (1 posted)
rsync: off-by-one errors
| Package(s): | rsync |
CVE #(s): | CVE-2007-4091
|
| Created: | August 20, 2007 |
Updated: | December 3, 2007 |
| Description: |
Multiple off-by-one errors in the sender.c in rsync 2.6.9 might allow
remote attackers to execute arbitrary code via directory names that are not
properly handled when calling the f_name function. |
| Alerts: |
|
Comments (1 posted)
slocate: information disclosure
| Package(s): | slocate |
CVE #(s): | CVE-2007-0227
|
| Created: | February 22, 2007 |
Updated: | September 4, 2012 |
| Description: |
The slocate permission checking code has a local information disclosure
vulnerability. During the reporting of matching files, slocate does not
respect the parent directory's read permissions, resulting in hidden
filenames being viewable by other local users. |
| Alerts: |
|
Comments (none posted)
snort: remote arbitrary code execution
| Package(s): | snort |
CVE #(s): | CVE-2006-5276
|
| Created: | March 2, 2007 |
Updated: | September 7, 2007 |
| Description: |
The Snort intrusion detection system is vulnerable to a buffer overflow
in the DCE/RPC preprocessor code. Remote attackers can send
specially crafted fragmented SMB or DCE/RPC packets which can be used
to allow the the remote execution of arbitrary code. |
| Alerts: |
|
Comments (1 posted)
star: directory traversal vulnerability
| Package(s): | star |
CVE #(s): | CVE-2007-4134
|
| Created: | August 28, 2007 |
Updated: | October 23, 2007 |
| Description: |
Star saves many files together into a single tape or disk archive,
and can restore individual files from the archive. Star supports ACL.
Version 1.5a84 fixes a directory traversal vulnerability. |
| Alerts: |
|
Comments (none posted)
Sun JDK/JRE: multiple vulnerabilities
| Package(s): | Sun JDK/JRE |
CVE #(s): | CVE-2007-2435
CVE-2007-2788
CVE-2007-2789
|
| Created: | June 1, 2007 |
Updated: | April 18, 2008 |
| Description: |
An unspecified vulnerability involving an "incorrect use of system
classes" was reported by the Fujitsu security team. Additionally, Chris
Evans from the Google Security Team reported an integer overflow
resulting in a buffer overflow in the ICC parser used with JPG or BMP
files, and an incorrect open() call to /dev/tty when processing certain
BMP files. |
| Alerts: |
|
Comments (none posted)
sylpheed: format string vulnerability
| Package(s): | sylpheed |
CVE #(s): | CVE-2007-2958
|
| Created: | August 28, 2007 |
Updated: | October 26, 2007 |
| Description: |
Ulf Harnhammar (Secunia Research) has discovered a format string
vulnerability in sylpheed and claws-mail in inc_put_error() function in
src/inc.c when displaying POP3 error reply. The problem can be exploited
by malicious POP3 server via specially crafted POP3 server replies
containing format specifiers. See this Secunia advisory for more
information. |
| Alerts: |
|
Comments (none posted)
sysstat: insecure temporary files
| Package(s): | sysstat |
CVE #(s): | CVE-2007-3852
|
| Created: | August 20, 2007 |
Updated: | September 23, 2011 |
| Description: |
The init script (sysstat.in) in sysstat 5.1.2 up to 7.1.6 creates
/tmp/sysstat.run insecurely, which allows local users to execute arbitrary
code. |
| Alerts: |
|
Comments (1 posted)
tar: symlink path traversal vulnerability
| Package(s): | tar |
CVE #(s): | CVE-2007-4131
|
| Created: | August 23, 2007 |
Updated: | December 28, 2007 |
| Description: |
The tar utility has a symlink path traversal vulnerability involving
extracted archives. Maliciously created tar archives can be used to
write arbitrary data to files that the tar user has write access to. |
| Alerts: |
|
Comments (none posted)
tcpdump: integer overflow
| Package(s): | tcpdump |
CVE #(s): | CVE-2007-3798
|
| Created: | July 20, 2007 |
Updated: | November 15, 2007 |
| Description: |
An integer overflow in print-bgp.c in the BGP dissector in tcpdump 3.9.6
and earlier allows remote attackers to execute arbitrary code via crafted
TLVs in a BGP packet, related to an unchecked return value. |
| Alerts: |
|
Comments (none posted)
tcpdump: denial of service
| Package(s): | tcpdump |
CVE #(s): | CVE-2007-1218
|
| Created: | March 5, 2007 |
Updated: | November 15, 2007 |
| Description: |
Off-by-one buffer overflow in the parse_elements function in the 802.11
printer code (print-802_11.c) for tcpdump 3.9.5 and earlier allows remote
attackers to cause a denial of service (crash) via a crafted 802.11
frame. NOTE: this was originally referred to as heap-based, but it might be
stack-based. |
| Alerts: |
|
Comments (none posted)
terminal: arbitrary code execution
| Package(s): | terminal |
CVE #(s): | CVE-2007-3770
|
| Created: | August 13, 2007 |
Updated: | December 19, 2007 |
| Description: |
A vulnerability was found in the Xfce terminal program:
Lasse Karkkainen discovered that the function terminal_helper_execute()
in file terminal-helper.c does not properly escape the URIs before
processing.
|
| Alerts: |
|
Comments (none posted)
tetex: buffer overflow
| Package(s): | tetex |
CVE #(s): | CVE-2007-0650
|
| Created: | May 8, 2007 |
Updated: | May 13, 2008 |
| Description: |
A buffer overflow in the open_sty function in mkind.c for makeindex 2.14 in
teTeX might allow user-assisted remote attackers to overwrite files and
possibly execute arbitrary code via a long filename. NOTE: other overflows
exist but might not be exploitable, such as a heap-based overflow in the
check_idx function. |
| Alerts: |
|
Comments (1 posted)
tomcat: directory traversal
| Package(s): | tomcat |
CVE #(s): | CVE-2007-0450
|
| Created: | May 2, 2007 |
Updated: | February 27, 2008 |
| Description: |
Versions of tomcat prior to 5.5.22 do not properly filter filename separator characters, enabling information disclosure attacks. |
| Alerts: |
|
Comments (none posted)
tomcat: cross-site scripting
| Package(s): | tomcat |
CVE #(s): | CVE-2007-2449
CVE-2007-2450
|
| Created: | July 17, 2007 |
Updated: | February 17, 2009 |
| Description: |
Some JSPs within the 'examples' web application did not escape user
provided data. If the JSP examples were accessible, this flaw could allow a
remote attacker to perform cross-site scripting attacks (CVE-2007-2449).
Note: it is recommended the 'examples' web application not be installed on
a production system.
The Manager and Host Manager web applications did not escape user provided
data. If a user is logged in to the Manager or Host Manager web
application, an attacker could perform a cross-site scripting attack
(CVE-2007-2450). |
| Alerts: |
|
Comments (1 posted)
vim: arbitrary code execution
| Package(s): | vim |
CVE #(s): | CVE-2007-2953
|
| Created: | July 30, 2007 |
Updated: | November 27, 2008 |
| Description: |
vim is vulnerable to a user-assisted attack in which vim may execute arbitrary code when helptags is run on data that has been maliciously crafted. |
| Alerts: |
|
Comments (none posted)
vixie-cron: weak permissions may cause errors
| Package(s): | vixie-cron |
CVE #(s): | CVE-2007-1856
|
| Created: | April 17, 2007 |
Updated: | December 4, 2007 |
| Description: |
During an internal audit, Raphael Marichez of the Gentoo Linux Security
Team found that Vixie Cron has weak permissions set on Gentoo, allowing
for a local user to create hard links to system and users cron files,
while a st_nlink check in database.c will generate a superfluous error. |
| Alerts: |
|
Comments (1 posted)
vlc: several vulnerabilities
| Package(s): | vlc |
CVE #(s): | CVE-2007-3316
CVE-2007-3467
CVE-2007-3468
|
| Created: | July 10, 2007 |
Updated: | March 10, 2008 |
| Description: |
Several remote vulnerabilities have been discovered in the VideoLan
multimedia player and streamer, which may lead to the execution of
arbitrary code. |
| Alerts: |
|
Comments (none posted)
wireshark: multiple vulnerabilities
| Package(s): | wireshark |
CVE #(s): | CVE-2007-3390
CVE-2007-3392
CVE-2007-3393
|
| Created: | June 28, 2007 |
Updated: | February 27, 2008 |
| Description: |
The wireshark network traffic analyzer has three vulnerabilities
that can be used to create a denial of service. These include
off-by-one overflows in the iSeries dissector, vulnerabilities in
the MMS and SSL dissectors that can cause an infinite loop and
an off-by-one overflow in the DHCP/BOOTP dissector. |
| Alerts: |
|
Comments (none posted)
wordpress: cross-site scripting
| Package(s): | wordpress |
CVE #(s): | CVE-2007-4139
|
| Created: | August 29, 2007 |
Updated: | August 29, 2007 |
| Description: |
Cross-site scripting (XSS) vulnerability in the Temporary Uploads editing functionality (wp-admin/includes/upload.php) in WordPress 2.2.1, allows remote attackers to inject arbitrary web script or HTML via the style parameter to wp-admin/upload.php. |
| Alerts: |
|
Comments (none posted)
XFree86 X.org: integer overflows
| Package(s): | xfree86 x.org |
CVE #(s): | CVE-2007-1003
CVE-2007-1667
CVE-2007-1351
CVE-2007-1352
|
| Created: | April 3, 2007 |
Updated: | August 11, 2009 |
| Description: |
iDefense reported an integer overflow flaw in the XFree86 XC-MISC
extension. A malicious authorized client could exploit this issue to cause
a denial of service (crash) or potentially execute arbitrary code with root
privileges on the XFree86 server. (CVE-2007-1003)
iDefense reported two integer overflows in the way X.org handled various
font files. A malicious local user could exploit these issues to
potentially execute arbitrary code with the privileges of the X.org server.
(CVE-2007-1351, CVE-2007-1352)
An integer overflow flaw was found in the XFree86 XGetPixel() function.
Improper use of this function could cause an application calling it to
function improperly, possibly leading to a crash or arbitrary code
execution. (CVE-2007-1667) |
| Alerts: |
|
Comments (none posted)
xfsdump: insecure temp dir
| Package(s): | xfsdump |
CVE #(s): | CVE-2007-2654
|
| Created: | June 22, 2007 |
Updated: | September 21, 2007 |
| Description: |
xfs_fsr in xfsdump creates a .fsr temporary directory with insecure
permissions, which allows local users to read or overwrite arbitrary files
on xfs filesystems. |
| Alerts: |
|
Comments (none posted)
xine-lib: arbitrary code execution
| Package(s): | xine-lib |
CVE #(s): | CVE-2007-1387
|
| Created: | March 13, 2007 |
Updated: | April 1, 2008 |
| Description: |
Moritz Jodeit discovered that the DirectShow loader of Xine did not
correctly validate the size of an allocated buffer. By tricking a user
into opening a specially crafted media file, an attacker could execute
arbitrary code with the user's privileges. |
| Alerts: |
|
Comments (none posted)
xine-lib: buffer overflow
| Package(s): | xine-lib |
CVE #(s): | CVE-2006-1664
|
| Created: | April 27, 2006 |
Updated: | February 27, 2008 |
| Description: |
xine-lib does an improper input data boundary check on
MPEG streams. A specially crafted MPEG file can be
created that can cause arbitrary code execution when the
file is accessed. |
| Alerts: |
|
Comments (none posted)
xmms: BMP handling vulnerability
| Package(s): | xmms |
CVE #(s): | CVE-2007-0653
CVE-2007-0654
|
| Created: | March 28, 2007 |
Updated: | July 26, 2011 |
| Description: |
xmms suffers from vulnerabilities in its handling of BMP images. Should a hostile image be included in an xmms skin, it could lead to code execution on the user's system. |
| Alerts: |
|
Comments (none posted)
X.org: temp file vulnerability
| Package(s): | X.org |
CVE #(s): | CVE-2007-3103
|
| Created: | July 12, 2007 |
Updated: | July 2, 2009 |
| Description: |
The X.Org X11 xfs font server has a temp file vulnerability in the
startup script. A local user can modify the permissions of the script
in order to elevate their local privileges. |
| Alerts: |
|
Comments (none posted)
xterm: local user unauthorized access
| Package(s): | xterm |
CVE #(s): | CVE-2007-2797
|
| Created: | August 27, 2007 |
Updated: | November 15, 2007 |
| Description: |
Previous versions of the xterm package assigned incorrect ownership and
write permissions to pseudo-terminal devices, permitting local users to
direct output to other users' xterm sessions. |
| Alerts: |
|
Comments (1 posted)
zziplib: buffer overflow
| Package(s): | zziplib |
CVE #(s): | CVE-2007-1614
|
| Created: | April 4, 2007 |
Updated: | September 5, 2007 |
| Description: |
dmcox discovered a boundary error in the zzip_open_shared_io() function
from zzip/file.c . A remote attacker could entice a user to run a zziplib
function with an overly long string as an argument which would trigger the
buffer overflow and may lead to the execution of arbitrary code. |
| Alerts: |
|
Comments (none posted)
Page editor: Jake Edge
Kernel development
Brief items
The current 2.6 prepatch is 2.6.23-rc5,
released by Linus on
August 31, immediately prior to his departure for the kernel summit.
It contains a fair number of fixes; this kernel is stabilizing but has some
ground yet to cover before it is ready for release.
There have been a very small number of fixes added to the mainline git
repository since the -rc5 release.
The current -mm tree is 2.6.23-rc4-mm1. Recent changes
to -mm include some significant internal sysfs implementation changes, some
filesystem API changes, the sysctl() re-deprecation
patches, and the container memory
controller patches.
The current stable 2.6 kernel is 2.6.22.6, released with a couple dozen
fixes on August 30.
Comments (none posted)
Kernel development news
If we're going to send a message to sysadmins, we shouldn't force
them to go through a git bisection search and a lkml discussion to
receive it!
--
Andrew Morton
Judging by the number and severity of the bug reports which seem to
be flying past, 2.6.23 isn't exactly imminent.
--
Andrew Morton
Comments (none posted)
By Jonathan Corbet
September 3, 2007
![[Michael Kerrisk]](/images/conf/lce2007/mkerrisk-sm.jpg)
Michael Kerrisk, the Linux man page maintainer since 2004, gave a talk on
the value of documentation during the first day of LinuxConf Europe 2007.
While documents are useful for end users trying to get their job done, this
use was not Michael's focus; instead, he talked about how documentation can
help in the creation of a better kernel in the first place. The writing of
documents, he says, reveals bugs and bad interface designs before they
become part of a released kernel. And that can help to prevent a great
deal of pain for both kernel and user-space developers.
Michael presented three examples to show how the process of writing
documentation can turn up bugs:
- The inotify interface
was added to the 2.6.13 kernel as an
improved way for an application to request notifications when changes
are made to directories and files. Around 2.6.16, Michael got around
to writing a manual page for this call, only to find that one option
(IN_ONESHOT) had never worked. Once the problem was found it
was quickly fixed, but that did not happen until an effort was made to
document the interface.
- splice() was added in 2.6.17. Michael found that it was easy
to write programs which would go into an unkillable hang; clogging the
system with hung processes was also easy. Again, once the problem was
found, it was fixed quickly.
- The timerfd() interface, as merged in 2.6.22, did not work
properly. It also has some design issues, as were covered in
this article.
The existence of buggy interfaces in stable kernel releases is, says
Michael, a result of insufficient testing of -rc kernels during the
development process. Better documentation can help with this problem.
Better documentation can also help with the API design process in the first
place. Designing good APIs is hard, and is made harder by the fact that,
for the kernel, API design mistakes must be maintained forever. So anything
which can help in the creation of a good API can only be a good thing.
The characteristics of a good API include simplicity, ease of use,
generality, consistency with other interfaces, and integration with other
interfaces. Bad designs, instead, lack those characteristics. As an
example, Michael discussed the dnotify interface - the previous attempt to
provide a file-change notification service. Dnotify suffered as a result
of its use of signals, which never leads to an easy-to-use interface. It
was only able to monitor directories, not individual files. It required
keeping an open file descriptor, thus preventing the unmounting of any
filesystem where dnotify was in use. And the amount of information
provided to applications was limited.
Another example was made of the mlock() and
remap_file_pages() system calls. Both have start and
length arguments to specify the range of memory to be affected.
The mlock() interface rounds the length argument up to
the next page, while remap_file_pages() rounds it down. The two
system calls also differ in when they apply the length argument. As a
result, a call like:
mlock (4000, 6000);
will affect bytes 0..12287, while
remap_file_pages (4000, 6000, ...);
affects bytes 0..4095. This sort
of inconsistency makes these system calls harder for developers to use.
Many bits can be expended on how bad these interfaces are. But, asks
Michael, was it all really the developer's fault? Or did the lack of a
review process contribute to these problems?
Many of these difficulties result from the fact that the designers of
system call interfaces (kernel hackers) are not generally the users of
those interfaces. To make things better, Michael put forward a proposal to
formalize the system call interface development process. He acknowledges
that this sort of formalization is a hard sell, but the need to create
excellent interfaces from the first release makes it necessary. So he
would like to see a formal signoff requirement for APIs - though who would
be signing off on them was not specified. There would need to be a design
review, full documentation of the interface, and a test suite before this
signoff could happen. The test suite would need to be at least partially
written by people other than the developer, who will never be able to imagine
all of the crazy things users might try to do with a new interface.
The documentation requirement is an important part of the process. Writing
documentation for an interface will often reveal bugs or bad design
decisions. Beyond that, good documentation makes the nature of the
interface easier for others to understand, resulting in more review and
more testing of a proposed interface. Without testing from application
developers, problems in new APIs will often not be found until after they
have been made part of a stable kernel release, and that is too late.
In the question period, it was asserted that getting application developers
to try out system calls in -rc kernels is always going to be hard.
An alternative idea, which has been heard before, would be to mark new
system calls as "experimental" for a small number of kernel release cycles
after they are first added. Then it would be possible to try out new
system calls without having to run development kernels and still have a
chance to influence the final form of the new API. It might be easier to
get the kernel developers to agree to this kind of policy than to get them
to agree to an elaborate formal review process, but it still represents a
policy change which would have to be discussed. That discussion could
happen soon; how it goes will depend on just how many developers really
feel that there is a problem with how user-space APIs are designed and
deployed now.
The next day, Arnd Bergmann gave a talk on how not to design kernel
interfaces. Good interfaces, he says, are designed with "taste," but
deciding what has taste is not always easy. Taste is subjective and
changes over time. But some characteristics of a tasteful interface are
clear: simplicity, consistency, and using the right tool for the job.
These are, of course, very similar to the themes raised by Michael the day
before.
As is often the case, discussion of interface design is often most easily
done by pointing out the things one should not do. Arnd started in
with system calls, which are the primary interface to the kernel. Adding
new system calls is a hard thing to do; there is a lot of review which must
be gotten through first (though, as discussed above, perhaps it's still not
hard enough). But often the alternative to adding system calls can be
worse; he raised the hypothetical idea of a /dev/exit device; a
process which has completed its work could quit by opening and writing to
that device. Such a scheme would allow the elimination of the
exit() system call, but it would not be a more tasteful interface
by any means.
The ioctl() system call has long been the target of criticism; it
is not type safe, hard to script, and is an easy way to sneak in ABI
changes without anybody noticing. On the other hand, it is well
established, easy to extend, it works in modules, and it can be a good way
to prototype system calls. Again, trying to avoid ioctl() can
lead to worse things; Arnd presented an example from the InfiniBand code
which interprets data written to a special file descriptor to execute
commands. The result is essentially ioctl(), but even less clear.
Sockets are a well-established interface which, Arnd says, would never be
accepted into the kernel now. They are totally inconsistent with
everything else, operate on devices which are not part of the device tree,
have read and write calls which are not read() and
write(), and so on. Netlink, by adding complexity to the socket
interface, did not really help the user-space interface situation in
general; its use is, he says, best avoided. But, importantly, it is better
to use netlink than to reinvent it. The wireless extensions API was
brought up as another example of how not to do things; putting wireless
extensions over netlink turned out to be a way of combining the worst
features of sockets and ioctl() into a single interface.
The "fashionable" way to design new interfaces now is with virtual
filesystems. But troubles can be found there as well. /proc
became a sort of dumping ground for new interfaces until the developers
began to frown on additions there. Sysfs was meant to solve many of
the problems with /proc, but it clearly has not solved the API
stability problem. Virtual filesystems may well be the best way to create
new interfaces, but there are many traps there.
Finally, there was some talk of designing interfaces to make ABI emulation
easy. Arnd suggests that data structures should be the same in both kernel
and user space. Avoid long variables, and, whenever possible,
avoid pointers as well. Structure padding - either explicit or caused by
badly aligned fields - can lead to trouble. And so on.
All told, it was a lively session with a great deal of audience
participation. There are many user-space interface design mistakes which
are part of Linux and must be supported forever. There is also a great
deal of interest in avoiding making more of those mistakes in the future.
The problem remains a hard one, though, even with the benefit of a great
deal of experience.
Comments (52 posted)
September 5, 2007
This article was contributed by Valerie Henson
When people talk about fsck they not only pronounce it in wildly
different ways, but they also mean wildly different actions. For example, they
might mean "traverse the entire file system looking for obvious
errors," "run a full consistency cross-check of file system metadata,"
"repair corruption from a disk error," "repair half-finished writes
leftover from a system crash," "reconstruct a consistent file system
hierarchy starting from the inodes alone," or "I'm so geeky I think
it's funny to say 'fsck' instead of swearing. Is there a new xkcd up yet?" As different as all these
meanings are, every one of them (except the last) has been implemented
by a program referred to as fsck. The question, "Does this file
system require fsck?" then becomes anything from "Does this file
system need to check and repair the entire file system after every
crash before mounting read-write?" to "Can this file system recover
from any disk corruption event while still mounted?" In this article,
we'll review the history and the various meanings of that complicated,
least-beloved of file system utilities, fsck.
fsck tasks
First, what exactly does fsck - the "file system check"
program - do? Many Linux users experience it as that annoying 10
minute delay in booting that happens every 180 days or 30 mounts,
whichever comes first (the default ext3 "paranoia"
fsck parameters). When we do run fsck, most of us
run it in automatic mode. After all, how many of us can out-guess
fsck when it comes to repairing internal file system
structures? Probably the top 10 developers for each file system,
which leaves the other 99.99% of us with the -y switch. But
before we can understand the differences between fsck
implementations, we have to have some idea of what it does.
The most important job of fsck is to find out whether the
file system makes a consistent, correctly formatted whole. This is
not as simple as traversing all of the file system and incidentally
making sure the metadata is good enough for reading along the way.
fsck also has to do more involved cross-checks on the
metadata than simply reading it, and make sure that the parts of the
file system it believes are unused are in fact unused. This is the difference
between having a file system that is consistent enough to read, and
one that is consistent enough to write. A file system that
can be read may be chock-full of reference count bugs and errors which
will only cause trouble when the system attempts to actually change
the file system. A car may be in good enough repair to start and
idle, but then fall apart once it leaves the garage.
During consistency checking, fsck double-checks the metadata
describing which blocks and inodes are free, and which are allocated.
Usually, some sort of allocation bitmap or tree of extents is
maintained to speed up searching for free blocks or inodes -
otherwise, the file system would have to check every file to see if it
used a particular block, very slow going indeed. This bitmap is a
distilled copy of the metadata in individual block pointers or inodes
describing whether a block or inode is in use. The upside of this
second copy is speed (or lack of glacial slowness, more accurately);
the downside is possible inconsistency. If corruption occurs, the two
copies can disagree with each other, leading to further file system
corruption. The kinds of errors fsck looks for here are
double-use (a block with more than one pointer to it), leaked inodes
or blocks (an inode or block is marked as used but nothing refers to
it), and disagreement (a block pointer points to a block or a
directory entry points to an inode but it is marked as free).
Orphan inodes, inodes marked as allocated but not pointed to by any
directory entry deserve extra discussion. Orphan inodes are
surprisingly common, due to a UNIX convention that allows a file to be
unlinked (removed from the directory tree) but still open. Many
programs create temporary files and unlink them in this way so they
are guaranteed to be deleted even if the program doesn't shut down
properly. The file system has the honor of implementing this
guarantee. Many modern file systems maintain some form of on-disk
delete queue - a list of inodes which need to be deleted when their
reference count drops - for quick deletion in case of crash, instead
of searching the entire file system for orphan inodes. Even
journaling file systems must kick-start this deletion after an unclean
unmount, though it is not crucial to using the file system
immediately.
Free/allocated consistency is particularly hard especially when it
comes to blocks. Most file systems do not have any way to have back
pointers for blocks to their parent, so the only way to find out if a
block is really part of a file is to traverse the entire file system.
Detecting duplicate block allocations requires keeping a block
allocation bitmap and checking if a block is already marked before
marking a block as allocated. Fixing the duplicate allocation
requires keeping a list of which inode points to a block which can
take a lot of memory; the ext2/3/4 fsck doesn't record this
information until it detects a duplicate block, at which point it
starts over and finds this information.
UNIX file systems have the wonderful quality of allowing more than one
hard link to an inode (which can be file or directory). The inode is
not deleted until all the hard links are gone. Each inode must
maintain a link count, and fsck has to check that the number
of directory entries referencing an inode is exactly the same as the
link count. This is checked by walking the entire directory tree and
recording each link to an inode.
The structure of the directories in a file system has to obey certain
rules. No directory cycles can exist (e.g., directory A -> directory
B -> directory A), and each directory must be reachable from the root
directory of a file system.
The above are the most important, generic UNIX rules for file system
consistency, but there are many more things to check. Each file
system then also needs to check the internal structure of its
metadata. For example, if the file system uses extents, the file
system must check that the extents of a file are correctly formatted
and refer to plausible blocks. The superblock and the summaries for
groups of blocks must be checked. Some file systems use B-trees
extensively and must check them for consistency too, and so forth.
One paper that may help with understanding some of the more subtle
issues of file system checking is Fast
Consistency Checking for the Solaris File System [PDF]. The authors
implement a scheme for fast fsck with relatively minor
changes to the Solaris UFS file system, in the process describing the
most difficult tasks in file system consistency checking.
Primordial fsck: check the file system and repair
in-progress updates
For the purposes of UNIX, the first fsck was designed for the
Fast File System. (Original
fsck paper in text gzipped format) As is well known, FFS
had no formal method of maintaining file system consistency if the
file system was not cleanly unmounted. (In fact, in the earliest days,
the operator had to sync the file system by hand before shutting the
system down.) Many write operations require writing more than one
block on disk. If a system crash occurred, some random subset of the
outstanding writes would be on disk, and the rest would not. When the
system booted again, the file system would be in an inconsistent state
and not usable - perhaps an inode had zero links to it, but was still
marked as allocated, and therefore could never be freed. As well,
corruption might occur for other reasons - a bad disk, or a file
system bug - and not be found until the whole file system was checked.
fsck in this earliest incarnation therefore did the following
things: It checked the whole file system for inconsistencies, both
from an unclean mount and other source of corruption, and in the
process attempted to repair any inconsistencies it found. (Repair here
means, as it does in the rest of the article, returning the file
system to a usable consistent state, rather than to some platonic
ideal of what the file system would have been without the corruption.)
The majority of the inconsistencies were the result of an unclean
unmount, and the steps to fixing them were fairly well known. The
first use of fsck meant "check the file system and fix any
in-progress writes that didn't complete so that the file system can be
mounted." This is the use that carried over to the ext2 file system
in Linux.
fsck and journaling file systems
Running fsck after every unclean unmount was an unpleasant,
time-consuming, and dangerous experience. Many a sysadmin has
distinct memories of lines of unintelligible gobbledygook scrolling off
the screen, each ending with "Fix? <y>", and a sore
finger from holding down the enter key (this was before the
-y switch). The new journaling file systems, like XFS, VxFS,
Reiserfs, and ext3, made running fsck after an unclean
unmount unnecessary.
Journaling file systems keep an on-disk log of write operations to the
file system. When the entirety of a write operation is in the log,
then the file system begins rewriting the changes to their final
location on disk. If the system crashes or something else goes wrong,
then the journal entry is still on-disk on the next mount, and the
file system will finish replaying the entry, so that the entire
self-consistent set of changes to the metadata will go to disk.
fsck no longer had to clean up after half-finished writes,
and the file system only had to replay the journal after an unclean
unmount.
Some file system developers initially took this to mean that no
fsck was needed at all. In part, this was true - the system
no longer needed to repair half-finished writes by scanning the entire
file system, it only had to replay the log. But fixing half-finished
writes was only one part of what fsck did. It also checked
for and repaired corruption caused by disk errors, file system bugs,
administrator error, and any other source. These sources of errors
are less common and can be ignored in development, but become a major
problem in production use. Nobody wanted to repair a journaling file
system by hand any more than any other file system. fsck in
the sense of "repair half-completed writes" is unnecessary for
journaling file systems (or copy-on-write file systems) but it is
still necessary in the sense of "check for and repair file system
corruption when something unexpected goes wrong."
The XFS developers decided to head off the fsck naming
confusion at the pass and created two commands, xfs_check,
which checks the file system for corruption, and xfs_repair,
which repairs corruption. The xfs_check man page immediately
clears up any confusion about when to run it:
xfs_check checks whether an XFS filesystem is consistent. It
is normally run only when there is reason to believe that the
filesystem has a consistency problem.
The Reiser version 3 file system, reiserfs, tried something radical
and new with its file system check and repair program. It had three
major modes: "check," "fix fixable," and "rebuild tree." It divided
file system corruption into two kinds: that which is easily fixable,
and that which was handled by throwing away most of the metadata and
rebuilding the entire file system tree using only the leaves as a
starting point (reiserfs puts all of the file system metadata and data
into one "balanced tree" structure). The file system repair program
only had to deal with a limited set of "easy" corruption repairs.
Anything harder just threw away all the "secondary" metadata that
could be conflicting and then did a brute force search for the
"primary" metadata - the leaves of the tree - and rebuilt a tree out
of them. The downside of this approach is that there is no
out-of-band signal to say what blocks are metadata and which are not,
so it used a magic number present in reiserfs metadata to decide what
should be part of the tree. Unfortunately, regular file data can have
this magic number, and one common use case was to keep a reiserfs file
system image in a file (to mount using the loop device) on a reiserfs
file system. The result was that file systems became trivially
corrupted during a tree rebuild, since the metadata leaves in the
loopback became incorporated into the parent file system.
fsck and soft updates
Soft updates, implemented on FFS for BSD, introduced another meaning
of fsck. Soft updates is a method of recording and ordering
metadata writes to the disk so that if a system crash occurs, the file
system is consistent, with the exception of possible leaked inodes and
blocks. When the system boots after an unclean unmount, fsck
takes a snapshot of the file system (using an interesting file-based
copy-on-write mechanism) and checks it, looking for leaked inodes and blocks.
As soon as the snapshot is taken, the system goes forward with the
normal boot process, mounting the file system read-write. When
fsck finishes, it releases the leaked inodes and blocks it
found and lets go of its snapshot. Soft updates gave immediate access
to the file system after unclean unmount, without changing the on-disk
format of the original FFS file system. fsck in this case
meant two things: search for and free leaked inodes and blocks, and
repair unexpected corruption.
fsck and copy-on-write file systems
Copy-on-write file systems use an atomic rewrite of the top block in
the file system hierarchy to switch between one consistent file system
state and another. Copy-on-write file systems may have some form of
logging, but this is for the purpose of swiftly recording recent
changes to the file system rather than being necessary for the
consistency of the file system as in journaling. For example, Write
Anywhere File Layout (WAFL)
keeps a log of recent writes in an NVRAM device, and ZFS keeps an
intent log of recent operations. fsck for copy-on-write file
systems is then restricted to the role of checking for and repairing
unexpected, unlooked-for file system corruption. fsck is
only run as a paranoia check or in response to some sign of
corruption.
Not much information is available on the file system check and repair
tools for WAFL, other than that they exist. Searching for the file
system check and repair tool for WAFL, wafl_check, only gives
about 100 results from Google. The online consistency check tool is
named wafliron (ha!) and had about 100 results as well.
ZFS's file system check and repair facilities don't follow the usual
interface boundaries. The zdb command, used for debugging
ZFS, has an undocumented option which will cause it to traverse the
entire file system tree, checking checksums as it goes, for a basic
consistency check. (Undocumented, because, as the man
page says, "The zdb command is used by support engineers to
diagnose failures and gather statistics. Since the ZFS file system is
always consistent on disk and is self-repairing, zdb should only be
run under the direction [of] a support engineer.") Checks and fixes for
some problems the developers have observed in the wild are implemented
in-kernel. The best known of these in-kernel repair facilities is the
automatic repair of a damaged block with two copies, replacing the
copy which does not match the block's checksum with the good copy if
available. Since all metadata has at least two copies, this fixes
most data corruption (the exceptions include things like in-memory block corruption). This collection of features definitely qualifies
as file system check and repair, but people will argue whether they
should be called fsck or not.
Which fsck do you mean?
We've seen fsck in all its infinite glory, everything from a
simple traversal of the file system metadata to groveling through the
entire file system cleaning up after a simple-minded file system.
Sometimes the names of the programs implementing file system check and
repair have improved on unpronounceable fsck
(xfs_repair), and sometimes they are just funny
(wafliron). One thing is for sure: fsck is an
overloaded word, with as many interpretations as there are listeners.
Until the file systems community comes up with new terminology, you'll
be best served by defining exactly what you mean by "fsck" - "file
system consistency check," "file system inconsistency repair," or
other unwieldy descriptions.
(Note to readers: Lots more kinds of fsck exist - for
example, I didn't cover any flash file systems, which tend to be
different in very interesting ways. Please add comments about other
kinds of fsck, or details on the ones described here. And of
course, your fsck war stories. - V.H.)
Comments (16 posted)
With the completion of
part 6 of
this series, we now know how to set up a video device and transfer
frames back and forth. It is a well known fact, however, that users can be
hard to please; not content with being able to see video from their camera
device, they immediately start asking if they can play with parameters like
brightness, contrast, and more. These adjustments could be done in the
video application, and sometimes they are, but there are advantages to
doing them in the hardware itself when the hardware has that capability. A
brightness adjustment, for example, might lose dynamic range if done after
the fact, but a hardware-based adjustment may retain the full range that
the sensor is capable of delivering. Hardware-based adjustments,
obviously, will also be easier on the host processor.
Current hardware typically has a wide range of parameters which can be
adjusted on the fly. Just how those parameters work varies widely from one
device to the next, though. An adjustment as simple as "brightness" could
involve a straightforward register setting, or it could require a rather
more complex change to an obscure transformation matrix. It would be nice
to hide as much of this detail from the application as possible, but there
are limits to how much hiding can be done. An overly abstract interface
might make it impossible to use the hardware's controls to their fullest
potential.
The V4L2 control interface tries to simplify things as much as possible
while allowing full use of the hardware. It starts by defining a set of
standard control names; these include V4L2_CID_BRIGHTNESS,
V4L2_CID_CONTRAST, V4L2_CID_SATURATION, and many more.
There are boolean controls for features like white balance, horizontal
and vertical mirroring, etc. See the V4L2 API spec for
a full list of predefined control ID values.
There is also a provision for driver-specific
controls, but those, clearly, will generally only be usable by
special-purpose applications. Private controls start at
V4L2_CID_PRIVATE_BASE and go up from there.
In typical fashion, the V4L2 API provides a mechanism by which an
application can enumerate the available controls. To that end, they will
make ioctl() calls which end up in a V4L2 driver via the
vidioc_queryctrl() callback:
int (*vidioc_queryctrl)(struct file *file, void *private_data,
struct v4l2_queryctrl *qc);
The driver will normally fill in the structure qc with information
about the control of interest, or return EINVAL if that control is
not supported. This structure has a number of fields:
struct v4l2_queryctrl
{
__u32 id;
enum v4l2_ctrl_type type;
__u8 name[32];
__s32 minimum;
__s32 maximum;
__s32 step;
__s32 default_value;
__u32 flags;
__u32 reserved[2];
};
The control being queried will be passed in via id. As a special
case, the application can supply a control ID with the
V4L2_CTRL_FLAG_NEXT_CTRL bit set; when this happens, the driver
should return information about the next supported control ID higher than
the one given by the application. In any case, id should be set
to the ID of the control actually being described.
All of the other fields are set by the driver to describe the selected
control. The data type of the control is given in type; it can be
V4L2_CTRL_TYPE_INTEGER,
V4L2_CTRL_TYPE_BOOLEAN,
V4L2_CTRL_TYPE_MENU (for a set of fixed choices), or
V4L2_CTRL_TYPE_BUTTON (for a control which performs some action
when set and which ignores any given value). name describes the control; it
could be used in the interface presented to the user by the application.
For integer controls (only), minimum and maximum describe
the range of values implemented by the control, and step gives the
granularity of that range. default_value is exactly what it
sounds like - though it is only applicable to integer, boolean, and menu
controls. Drivers should set control values to their default at
initialization time only; like other device parameters, they should persist
across open() and close() calls. As a result,
default_value may well not be the current value of the control.
Inevitably, there is a set of flags which further describe a control.
V4L2_CTRL_FLAG_DISABLED means that the control is disabled; the
application should ignore it. V4L2_CTRL_FLAG_GRABBED means that
the control, temporarily, cannot be changed, perhaps because another
application has taken it over. V4L2_CTRL_FLAG_READ_ONLY marks
controls which can be queried, but which cannot be changed.
V4L2_CTRL_FLAG_UPDATE means that adjusting this control may affect
the values of other controls. V4L2_CTRL_FLAG_INACTIVE marks a
control which is not relevant to the current device configuration. And
V4L2_CTRL_FLAG_SLIDER is a hint that applications should represent
the control with a slider-like interface.
Applications might just query a few controls which have been specifically
programmed in, or they may want to enumerate the entire set. In the latter
case, they will start at V4L2_CID_BASE and step through
V4L2_CID_LASTP1, perhaps using the
V4L2_CTRL_FLAG_NEXT_CTRL flag in the process. For controls of the
menu variety (type V4L2_CTRL_TYPE_MENU), applications will
probably want to enumerate the possible values as well. The relevant
callback is:
int (*vidioc_querymenu)(struct file *file, void *private_data,
struct v4l2_querymenu *qm);
The v4l2_querymenu structure looks like:
struct v4l2_querymenu
{
__u32 id;
__u32 index;
__u8 name[32];
__u32 reserved;
};
On input, id is the ID value for the menu control of interest, and
index is the index value for a specific menu value. Index values
start at zero and go up to the maximum value returned from
vidioc_queryctrl(). The driver will fill in the name of
the menu item; the reserved field should be set to zero.
Once the application knows about the available controls, it will likely set
about querying and changing their values. The structure used in this case
is relatively simple:
struct v4l2_control
{
__u32 id;
__s32 value;
};
To query a specific control, an application will set id to the ID
of the control and make a call which ends up in the driver as:
int (*vidioc_g_ctrl)(struct file *file, void *private_data,
struct v4l2_control *ctrl);
The driver should set value to the current setting of the
control. Of course, it should also be sure that it knows about this
specific control and return EINVAL if the application attempts to
query a nonexistent control. Attempts to query button controls should also
return EINVAL.
A request to change a control ends up in:
int (*vidioc_s_ctrl)(struct file *file, void *private_data,
struct v4l2_control *ctrl);
The driver should verify the id and make sure that value
falls within the allowed range. If all is well, the new value should be
set in the hardware.
Finally, it is worth noting that there is a separate extended controls
interface supported with V4L2. This API is meant for relatively
complex controls; in practice, its main use is for MPEG encoding and
decoding parameters. Extended controls can be grouped into classes, and
64-bit integer values are supported. The interface is similar to the
regular control interface; see the API specification for details.
Comments (2 posted)
Patches and updates
Kernel trees
Core kernel code
Device drivers
Filesystems and block I/O
Memory management
Architecture-specific
Security-related
Virtualization and containers
Benchmarks and bugs
Miscellaneous
Page editor: Jake Edge
Distributions
News and Editorials
By Rebecca Sobol
September 5, 2007
Last week this column was about
SmoothWall Express, an open source
router/firewall distribution. This week I decided to try out
Vyatta Community Edition 2.2. At
the end of the day though, my network computer is back to running
SmoothWall Express.
Vyatta requires registration to download the Community Edition, but once
registered you have access to a CD ROM image for the Community Edition, the
VMWare Virtual Appliance, and access to the source code. Just as
SmoothWall Express is the open source version of the company's commercial
software, the company Vyatta has a subscription release available only to
paying customers and the freely available Community Edition.
First I found the Quick Evaluation Guide (PDF) on the download page. Later
I found a documentation
page with several more PDF files. I downloaded the Quick Evaluation
Guide from the download page and copied it to my laptop so I could follow
it while setting up Vyatta. One could print the thirteen page document,
but as I run a mostly paperless office, that was not my first thought.
There is a webinar
series available, the next routing webinar is scheduled for September
11 and one must be registered to attend. Ok for those who plan ahead, but
not so good for instant gratification. They also have video demos and
screenshots of a Graphical User Interface, although the GUI doesn't seem to
be part of the Community Edition. My 64-bit desktop machine doesn't run
Macromedia Flash, so I couldn't check out the videos.
The Quick Eval Guide that I downloaded proudly proclaimed that it was once a
Microsoft Word file, before it's conversion to PDF. One presumes that many
of Vyatta's customers are using this distribution to secure and route a
mostly Windows network. It contains a series of commands to be typed on
command line of the configuration routine.
Vyatta CE includes standard WAN (wide area network) routing protocols such
as RIP (Routing Information Protocol), OSPFv2 (Open Shortest Path First
version 2), and BGPv4 (Border Gateway Protocol version 4). For the LAN
(local area network) portion it includes intranet networking protocols such
as DHCP (Dynamic Host Configuration Protocol), VRRP (Virtual Router
Redundancy Protocol) and SNMP. I can only connect to my ISP using DHCP,
which doesn't seem to be available for the outgoing connection.
Is Vyatta right for you? That's between you and your
networking/firewalling needs. It is not right for me, unless I completely
missed the ability to use DHCP for establishing an outgoing connection.
Update:
Dave Roberts at Vyatta contacted me with some comments and
corrections about this article. While he confirmed that Vyatta does not,
at this time, include DHCP for outgoing connections, he did say that are
working on it and expect that it will be available early in 2008. This top
enhancements page shows DHCP for clients at the top of the list.
When I said that the GUI wasn't part of the community edition, I was
wrong. I didn't poke around hard enough but it is mentioned in the Quick
Start Guide (on page 53), which can be found on the documentation page. The
GUI is disabled by default, but it's easy to turn on, and it is
demonstrated in the videos.
Registration is not required just to download the Community Edition. You
use the "Skip It" button. Also the Quick Start Guide and the Eval Guide
are available without registration. Registration is required for some of
the advanced documentation.
Vyatta is a high end product, more often used in large cross-platform
environments. It is not really geared toward the tiny home network,
although it should work for most. Vyatta really does appear to be a nice
product and I'll look forward to giving it another try in the future.
Comments (1 posted)
New Releases
ALT Linux has
released
(in Russian) version 4.0 Personal Desktop. ALT 4.0 Personal Desktop is a
Russian desktop distribution for home and office use, with OpenOffice.org,
WINE, graphics applications, multimedia, support for the latest hardware
technologies, and much more.
Comments (none posted)
The LiveCD team has announced the release of the first LiveCD with the
Linux From Scratch 6.3 book for x86-based computers. "
There are some
known bugs and missing features that were present in the 6.2 series of CDs
(e.g., no loop-aes support), thus the CDs are not called "stable", but for
most people, they should be good enough to build LFS-6.3 and ask for
support online."
Full Story (comments: none)
Distribution News
The CentOS team has announced the creation of its first Special Interest
Group (SIG): the Virtualization SIG. A SIG is a smaller group within the
CentOS project that focuses on a small set of issues, in order to either
create awareness or to focus development along a specific topic.
Full Story (comments: none)
The amount of release-critical bugs has increased since the release of
Etch. The 0-day NMU policy was successful before, so it has been
reintroduced as an incentive for both maintainers and NMUers to take care
of RC bugs. So begins an everlasting Bug Squashing Party.
Full Story (comments: none)
packages.debian.org was updated to the new code base that was already
available from packages.debian.net. "
This is a pretty big update
that affects almost all features of packages.debian.org and includes some
behavioural changes." Click below for highlights and known
regressions. See also
these associated
changes to mail handling.
Full Story (comments: none)
Gentoo forums will be unavailable from September 8, 2007 until sometime on
September 10th or 11th as the database backend will be upgraded to MySQL
v5.
Full Story (comments: none)
Mandriva has issued a press release on a prototype of the Mandriva Linux
distribution with KDE running on the new Intel Mobile Internet Device (MID)
platform at the aKademy 2007 conference. Videos of the Mandriva MID
prototype are available
here.
Full Story (comments: none)
Ubuntu QA, GNOME, Linux, installer and other teams have decided not to make
a formal release for Tribe 6, but rather to use it as a milestone for
bugfixing.
Full Story (comments: none)
Distribution Newsletters
The August edition of the
Foresight
Linux Newsletter features an update on the Foresight Linux 2.0
development and release dates, upcoming speaking engagements by members of
the Foresight Linux team, and an introduction and overview to PackageKit.
Full Story (comments: none)
The Ubuntu Weekly Newsletter for September 1, 2007 covers the announcement
of the next Ubuntu release "Hardy Heron 8.04", Full Circle's latest issue,
the Month of Ubuntu Screen Casts, Gutsy Gibbon's release parties, and more.
Full Story (comments: none)
The
DistroWatch
Weekly for September 3, 2007 is out. "
If you have only recently
discovered this web site and the joy of testing the hundreds of different
distributions and live CD available on the market, then you need to learn
one essential skill: how to correct a faulty screen resolution that many of
these products fail to set up correctly. Today's featured article lists the
necessary steps. In the news section, Canonical has announced Ubuntu 8.04
"Hardy Heron" LTS, FreeBSD has unveiled the first alpha of its all-new
point-and-click system installer, Debian has updated the backend of its
package database infrastructure, and the German Mandriva user community has
released the first English issue of "MagDriva", a magazine dedicated to all
fans and users of Mandriva Linux. Finally, we are pleased to announce that
the recipient of the DistroWatch.com August 2007 donation is the lighttpd
project."
Comments (none posted)
Distribution meetings
There will be a Gentoo mini-conf at LCA, slated to run for half a day on
Tuesday January 29, 2008. This is the call for papers and presentations.
Full Story (comments: none)
Newsletters and articles of interest
ars technica
looks
at the "BulletProof-X" feature planned for Ubuntu's Gutsy release.
"
If Xorg fails to start, the failsafe mode will initiate with
minimalistic settings, low resolution, and a limited number of colors. The
failsafe mode also automatically runs Ubuntu's new GTK-based display
configuration utility so that users can easily test various display
settings and choose a configuration that will work properly with their
hardware. The display configuration utility provides a simple mouse-driven
interface that is very intuitive. The configuration utility even has
limited multihead [support], but unfortunately doesn't support more than two
screens yet."
Comments (none posted)
Linux-Watch
looks forward
to Ubuntu 8.04 aka the Hardy Heron. "
The next Ubuntu Linux
distribution with long-term support, "Hardy Heron," Ubuntu 8.04, will be
released in April 2008. Canonical, the company behind Ubuntu, like Red Hat
with Fedora and Red Hat Enterprise Linux and Novell with openSUSE and SUSE
Linux, releases both a community version and a version for businesses or
individuals who want to rely on a distribution with long-term technical
support. Unlike Red Hat and Novell, though, Canonical doesn't separate the
two versions with different names."
Comments (none posted)
Distribution reviews
DesktopLinux.com
takes a look at Custom NimbleX 2.
"
This lesser known Slackware-derived project offers a Web-based tool that lets users concoct, and then download, their own customized live CD Linux images -- in minutes!
"I am pleased to announce ... that I just released the Release Candidate of ... Custom NimbleX 2," wrote chief maintainer Bogdan Radulescu. "It allows you to generate your customized Linux distribution by choosing what packages you want to have and it also allows you to configure several other stuff like the default wallpaper, volumes, sounds, greetings, passwords and the language of the interface.""
Comments (none posted)
Page editor: Rebecca Sobol
Development
By Forrest Cook
September 5, 2007
GNU Radio
is an open-source software project which controls some simple
hardware in order to create arbitrarily modulated radio signals.
According to the
FSF listing:
GNU Radio is a collection of software that when combined with minimal hardware, allows the construction of radios where the actual waveforms transmitted and received are defined by software: it turns the digital modulation schemes used in high performance wireless devices into software problems.
Waveforms are generated as sampled digital signals, converted from digital to analog via a wideband DAC and then possibly upconverted from IF to RF. The receiver uses a wideband Analog to Digital Converter (ADC) that captures all the channels of the software radio node. The receiver then extracts, downconverts and demodulates the channel waveform using software on a general purpose processor.
The
Wikipedia entry
for GNU Radio explains some of the project's history:
"Philanthropist John Gilmore initiated and has sustained GNU Radio with the funding of $320,000 (US) to Eric Blossom for code creation and project management duties."
"GNU Radio began as a fork of the Pspectra code that was developed by the SpectrumWare project at MIT. The Pspectra SDR design utilized a modular pipeline structure and the programmability of the Python programming language for easy configuration and flexibility. In 2004 a complete "rewrite" of the GNU Radio was completed but much of the original Pspectra code and structure remains."
To use the GNU Radio software, one must acquire some hardware in the
form of the
Universal Software Radio Peripheral.
The USRP consists of a motherboard with a USB 2.0 interface, four
D/A converters, four A/D converters, an Altera FPGA chip, and
slots for two transmitter and two receiver daugherboards.
The full hardware setup is not inexpensive at $850. Hardware
subsets are available for less.
The GNU Radio code is a combination of Python and C++. The
wxPython library is used for
GUI functionality on the host system, control information is sent
to the radio peripheral via USB.
Eric Blossom's 2004 paper
Exploring GNU Radio explains the project in more detail.
Some of the applications of GNU Radio include:
- Making a multi-channel radio signal recorder.
- Creation of Time Division Multiple Access (TDMA) waveforms.
- A passive radar for tracking aircraft through broadcast TV distortion.
- A radio astronomy receiver.
- A Terrestrial Trunked Radio system (TETRA).
- A Global Positioning System (GPS) receiver.
- A platform for distributed sensor networks.
- A spectrum analysis device.
- Amateur radio equipment.
- An ad-hoc mesh network platform.
- A Radio Frequency ID (RFID) reader.
- much more.
The paper includes some short Python applications for creating
a telephone dial tone and making a software FM radio receiver.
A device that can create arbitrary waveforms via software is
likely to get the attention of the regulatory agencies.
From Eric Blossom's paper:
"Every revolution has its political issues. Free software for building radios is troublesome to some people. In the US, we've run into opposition from the Motion Picture Association of America and its attempt with the Broadcast Flag to restrict the kinds of receivers that can be built for over-the-air digital TV.
The US Federal Communications Commission has issued a Notice of Proposed Rule Making (NPRM) concerning Cognitive Radio Technologies and Software Defined Radios. Several troublesome issues are raised in the NPRM, including restricting the sale of high-speed digital-to-analog converters, requirements for digital signatures or similar methods to keep unauthorized software out of software radio hardware and new restrictions on radios built for the amateur radio market."
GNU Radio version 3.0.4 was
announced
last July, it featured one bug fix and a change of license to GPLv3.
To see some of the projects that are being done with GNU Radio, see the
Our Users page.
Comments (6 posted)
System Applications
Database Software
Version 1.3.2 of Job Scheduler has been
announced.
"
The Job Scheduler runs executable files, shell scripts and database procedures automatically (MySQL,PostgreSQL,Firebird,SQL Server,Oracle,DB2). Job Scheduler provides sequential/parallel tasks, job chains and an API, see project web site for details.
This is a maintenance release that adds http authentication, minor improvements and quite a bunch of bugfixes to the Job Scheduler."
Comments (none posted)
Version 1.2 of LiquiBase has been
announced, it adds new features and bug fixes. LiquiBase is:
"
A tool to manage database changes and refactorings. All changes to a database are stored in XML files that are stored in version control with other source code. A graphical IDE is also available."
Comments (none posted)
The September 3, 2007 edition of the PostgreSQL Weekly News
is online with the latest PostgreSQL DBMS articles and resources.
Full Story (comments: none)
Version 3.5.0 alpha of the
SQLite DBMS has been announced.
"
The OS interface layer and the memory allocation subsystems in SQLite have been reimplemented. The published API is largely unchanged but the (unpublished) OS interface has been modified extensively. Applications that implement their own OS interface will require modification.
See 34to35.html
for details.
This is a large change. Approximately 10% of the source code was modified. We are calling this first release "alpha" in order to give the user community time to test and evaluate the changes before we freeze the new design."
Comments (none posted)
Interoperability
Version 4.0.0 alpha1 of Samba has been announced.
"
Samba 4 is the ambitious next version of the Samba suite that is being
developed in parallel to the stable 3.0 series. The main emphasis in
this branch is support for the Active Directory logon protocols used
by Windows 2000 and above.
Samba 4 is currently not yet in a state where it is usable in
production environments."
Full Story (comments: none)
Web Site Development
Version 1.4.17 of
lighttpd,
a light weight web server, is out.
"
Ok. We broke it. And yes it took longer than expected to fix it.
Anyway. It was worth to wait. We fixed lots of bugs in this release."
Comments (none posted)
Miscellaneous
Version 1.4.7 of Conky, a system monitor for X,
is available.
"
This is the next maintenance release for Conky, prompted by bugs introduced in 1.4.6. Also notable is changes/clarifications made to licensing. If you have any problems with the licensing changes (ie. someone got left out of AUTHORS) please let us know."
Comments (none posted)
Desktop Applications
Audio Applications
Version 0.4 of jackmix, a mixer application for the Jack Audio Connection
Kit, is out.
"
Whats new since 0.3?
Since 0.3 can save its own state (and load it again) it was only a small step
to include lash-support. Well, it took some time after the last release but
thats because I had to be real busy for work and university. And it seemed to
be a bug somewhere in the new lash-part but currently I can't reproduce it,
so I think I just release this version before it gets really old..."
Full Story (comments: none)
Stable version 3.5 of Xhippo has been
announced.
"
Xhippo is a generic playlist manager program that works with mpg123, madplay, bplay, timidity, tracker, xmp, s3mod and almost any other command-line player. It automatically decides which player to use depending on a file's extension; the defaults are set in a config file. It uses textual playlist files, which are compatible with XMMS and other audio players, and can be easily generated with standard command-line tools."
Comments (none posted)
Business Applications
Version 2.2.0.3 of OrangeHRM, a human resources information system
(HRIS), has been
announced.
"
This is latest stable version of the system mainly contains the implementation of suggested improvements and bug fixes."
Comments (none posted)
Desktop Environments
Version 2.19.91 of the GNOME desktop, aka version 12.20.0 Beta 2,
has been announced.
"
This is our eighth development release on our road towards GNOME
2.20.0, which will be released in September 2007. All new features should
all be there, so your mission is simple : Go download it. Go compile
it. Go test it. And go hack on it, document it, translate it, fix it."
Full Story (comments: none)
Version 2.19.91 of GARNOME, the bleeding-edge GNOME distribution, is out.
"
This release includes all of GNOME 2.19.91 plus a
bunch of updates that were released after the GNOME freeze date.
This is the eighth release in the unstable cycle, with more, err...
fixes added. It is for anyone who wants to get his hands dirty on the
development branch, or who'd like to get a peek at future features."
Full Story (comments: none)
The following new GNOME software has been announced this week:
You can find more new GNOME software releases at
gnomefiles.org.
Comments (none posted)
The KDE 4 release team has sent out a new schedule which includes a
two-month delay in the expected release of this long-awaited upgrade. The
final release can now be expected around the end of the year.
Full Story (comments: 4)
The following new KDE software has been announced this week:
You can find more new KDE software releases at
kde-apps.org.
Comments (none posted)
The following new Xorg software has been announced this week:
More information can be found on the
X.Org Foundation wiki.
Comments (none posted)
Encryption Software
Version 1.08 of KeePass has been
announced.
"
KeePass is a free password manager, which helps you to manage your passwords
in a secure way. You can put all your passwords in one database, which is
locked with one master password or a key file. So you only have to remember
one single master password or select the key file to unlock the whole
database. Databases are encrypted using very secure encryption algorithms
(AES/Rijndael, Twofish)."
Comments (none posted)
Version 4.7 of OpenSSH, a secure remote communication system, is out.
This release fixes some security problems and bugs and adds some new
functionality.
Full Story (comments: none)
Financial Applications
Version 2.8.8 of
SQL-Ledger,
a web-based accounting system, is out with lots of new features and some
bug fixes. See the
What's New document for details.
Comments (none posted)
Imaging Applications
Version 0.6 of the Java Mass JPEG Resizer Tool
is out.
"
The "Java Mass JPEG Resizer Tool" has following Features Resize all JPEG Images of a Directory, Create Webgalleries, Pack it to an ZIP File for E-Mail Attachments."
Comments (none posted)
Mail Clients
Version 3.0.0 of the
Claws Mail
email client has been announced. This version adds a number of new
features and features a change to the GPLv3 license.
See the
news
listing for details.
Comments (none posted)
Multimedia
Version 0.8.1 of Gnash is out with new capabilities and efficiency
improvements.
"
The forth alpha release of Gnash has just been made at version
0.8.1. Gnash is a GPL'd Flash movie player and browser plugin for
Firefox, Mozilla, Konqueror, and Opera. Gnash supports many SWF v7
features and ActionScript2 classes. Gnash also runs on many GNU/Linux
distributions, embedded GNU/Linux, FreeBSD, NetBSD, OpenBSD, non x86
processors, and 64 bit architectures."
Full Story (comments: none)
Music Applications
Version 1.11 of horgand, an organ synthesizer, is out with the following
changes:
"
New features including, stereo operators, edit/save engine sound parameters
for each sound, FLTK graphic options on command line, engine sound transpose,
window icons, new file format and new sound presets. Improved volume
normalize, chorus linear interpolation, tremolo and rotary DSP effects. Fixed
bugs including preset at first time, Master Volume, preset at load bank and
other small bugs."
Full Story (comments: none)
Version 0.4 of LiveMix, the initial release, is out.
"
LiveMix is a mix table for live performances designed for
sound technician (not for musician as usual !)
It actually will use Jack and LADSPA ad backend."
Full Story (comments: none)
Version 0.9 of MusE, a multi-track midi/audio sequencer with support
for internal and external software synthesizers, is out.
"
MusE has been in transition towards a redesign dubbed MusE 1.0 and there
wasn't supposed to be any more development in the old (0.7,0.8, now 0.9)
branch.
But, due to fresh developer interest and lots of angry users, we decided
to resurrect the old codebase :)"
Full Story (comments: none)
News Readers
Stable version 1.4.0 of Liferea has been
announced.
"
Liferea (Linux Feed Reader) is a GTK desktop news aggregator for online news feeds and weblogs. The project focus is on simplicity and easy installation.
This release adds comment feed support and duplicate detection. It improves the proxy handling and uses a sqlite backend for headlines storage."
Comments (none posted)
Office Suites
The August, 2007 edition of the OpenOffice.org Newsletter
is out with the latest OO.o office suite articles and events.
Full Story (comments: none)
Science
Version 0.9.1 of libquantum, a free quantum simulator, has been announced.
"
The new release contains an interface for numerically solving the
Schroedinger equation. "This essentially allows the simulation of
arbitrary problems within quantum mechanics", says Hendrik Weimer,
physicist and libquantum core developer.
A version jump from 0.2.4 to 0.9.1 prepares the transition towards a
stable and a development branch."
Full Story (comments: none)
Languages and Tools
Caml
The September 4, 2007 edition of the Caml Weekly News
is out with new Caml language articles.
Full Story (comments: none)
PHP
Version 5.2.4 of PHP has been
released.
"
The PHP development team would like to announce the immediate availability of PHP 5.2.4. This release focuses on improving the stability of the PHP 5.2.X branch with over 120 various bug fixes in addition to resolving several low priority security bugs. All users of PHP are encouraged to upgrade to this release."
Comments (none posted)
Python
The first alpha release of Python 3.0 is available; see
the release page
for details and downloads. For those who have not been following the
Python 3.0 process, the
what's new
document is a good place to start. The final release is expected to
happen about one year from now.
Full Story (comments: 23)
The September 3, 2007 edition of the Python-URL! is online with
a new collection of Python article links.
Full Story (comments: none)
Ruby
O'Reilly has published
part two of Gregory Brown's series on
Behavior-Driven Development Using Ruby.
"
Gregory Brown has introduced us to the basic idea of behavior-driven
development in his last article. Now, he takes it from abstract to concrete
by showing us how to build behavior-driven development into an actual Ruby
application."
Comments (2 posted)
Tcl/Tk
The August 30, 2007 edition of the Tcl-URL! is online with new
Tcl/Tk articles and resources.
Full Story (comments: none)
Libraries
Version 2.0.0 of Freeverb3 has been
announced.
"
Freeverb3 library includes high quality freeverb, nreverb and impulse response reverb. Oversampling feature provides higher quality of audio processing. This library includes XMMS plugins, audacious plugins, BMP beep media player plugins and sample programs, which enable you to test the audio effects easily."
Comments (none posted)
Test Suites
Version 3.2.3 of the Software Testing Automation Framework (STAF),
a framework designed to improve the level of reuse and automation in
test cases and test environments, has been
announced.
"
There are some new features in STAF V3.2.3 as well as bug fixes and documentation updates."
Comments (none posted)
Version Control
Version 1.5.3 of the GIT version control system is out with numerous
changes.
Full Story (comments: none)
Page editor: Forrest Cook
Linux in the news
Recommended Reading
Doc Searls
looks at
infrastructure, code and the humans who write it, in his Linux Journal
blog. "
The success of FOSS requires that we start looking at the
sources of sources: human beings, doing constructive work. What kind of
public policies might grow on the realization that the sources that matter
most are the people who comprise as well as build civilization? What kind
of businesses? What kind of civic and public institutions?"
Comments (none posted)
Linux.com
looks at how
free video drivers are progressing. "
Fully-functional video drivers
-- ones capable of handling 3-D acceleration -- remain one of the weak
points of free software. The Free Software Foundation has declared them a
high-priority project. Meanwhile, some distributions and even more users
have resorted to using the proprietary drivers offered as free downloads by
card manufacturers. One of the main projects attempting to provide
complete, free drivers is focusing on developing the Avivo driver for the
R500 and R600 cards from AMD/ATI, so-called after a specification first
introduced in this line of cards. According to Jerome Glisse, who
coordinates the development of the driver, progress is being made in the
project, and "maybe by the end of this year, we might have some 3-D
acceleration.""
Comments (21 posted)
The SCO Problem
Groklaw
covers SCO's latest appeal.
"
I gather SCO has noticed that the SCO v. IBM litigation won't be nearly so annoying to IBM unless it does something fast about Judge Dale Kimball's August 10th ruling, which pared that case, like all of SCO's cases, down to almost nothing but the counterclaims against SCO.
So it's asking the court to enter a final judgment on certain matters the ruling decided, so it can seek an immediate appeal on those issues, such as whether it owns the UNIX and Unixware copyrights after all and whether Novell has the authority to tell SCO to waive any purported breach of contract by licensees. Those are the two that shot arrows straight through SCO's heart."
Comments (none posted)
Companies
Techlogg.com
reports
that HP will sell PCs loaded with Red Hat Enterprise Linux 5.
"
US-based PC giant Hewlett-Packard today announced that it will begin offering Linux preloaded on one of its desktop PC ranges in the Australian market. The company says it will offer Red Hat Enterprise Linux 5 Desktop preloaded on its new HP dx2250 desktop PC with an eye to growing its share of the small to medium business (SMB) market.
The HP Compaq dx2250 desktop PC is a range of systems under the one banner offering AMD processor technology based on Sempron, Athlon 64 and Athlon 64 X2 chips."
Comments (10 posted)
Here's
a LinuxWorld story about the OOXML vote end game. "
Andrew Updegrove, a well-known backer of the rival Open Document Format for Office Applications (ODF) and an attorney at Gesmer Updegrove LLP in Boston, said Microsoft's tactics make the outcome of the Open XML vote crucial to the future of the technology standards process.
'I personally believe that this result is essential, due to the severe impact that the events of the past several months have had on the integrity of the standards development process,' he wrote in an e-mail."
Comments (3 posted)
News.com has an
overview of the
voting process for fast-tracking Microsoft's ISO application for its
Open XML file formats. "
'It's clear
that whatever the vote, OOXML will not be a JTC1 standard for a long, long
time, no matter what people say next week. It's also clear that unless the
process is quickly terminated with OOXML being rejected as unsuitable with
comments unresolvable, it will churn on and on and on, no matter what you
feel about it or the OOXML spec,' Bob Sutor, IBM's vice president of open
source and standards and a vocal Microsoft critic, wrote this week in his blog."
Comments (13 posted)
It appears that Microsoft's bid to have its Open XML file format
fast-tracked has failed, perhaps surprisingly given the alleged voting irregularities. ars technica
reports
on the vote. "
With the vote going against Microsoft, the proposed
standard for OOXML will have to revised in order to take into account the
'with comments' votes. This could entail changes to the file format itself,
which would then require updates to Office 2007 in order to make it fully
compliant with any revisions to the OOXML format. There will be a week-long
Ballot Resolution Meeting held in February or March of 2008 where further
work on the standard will take place. Another vote on OOXML will then be
held at the end of the meeting."
Comments (9 posted)
LinuxDevices
covers Palm's decision to drop the planned Linux-based Foleo, which was supposed to be an peripheral for their Treo smartphones. There are plans to revamp the device after hearing generally negative market feedback. "
Palm announced the Foleo in May, describing it as a new class of mobile device designed to expand the email, Internet, and productivity application capabilities of mobile phones such Palm's Treo, by adding a full-size keyboard and a larger screen. In announcing the Foleo, Palm Founder Jeff Hawkins predicted it would prove more successful than Palm's original Palm Pilot, and more successful than Palm's current Treo smartphones."
Comments (3 posted)
Legal
ars techica
takes a look at a bill coming up for a vote in the US House of Representatives. The bill would mandate voter-verifiable paper trails for electronic voting machines. "
The Electronic Frontier Foundation (EFF) is one of several advocacy groups calling for legislators to vote in favor of HR 811 despite its deficiencies. As the EFF points out, the current text of the bill still establishes a compulsory paper trail, a crucial reform that limits the potential for exploitation of security vulnerabilities and decreases the risk of serious problems in the event of machine failures. The EFF also expresses 'profound disappointment' with the removal of source code disclosure provisions. 'Our support for HR 811 is tempered by profound disappointment that one of the bill's pillars has been watered down to the point of ineffectiveness due to pressure from the proprietary software industry,' the EFF said in a statement. 'We call on Rep. Zoe Lofgren and the other members of the Elections Subcommittee to promptly fix this provision... before the bill makes it to the floor of the House.'"
Comments (3 posted)
Resources
Linux Journal has published
Part 3b
in a series on Troubleshooting Linux Audio by Dave Phillips.
"
In this final section I'll present some MIDI-specific troubleshooting tips, along with a brief description of the setup here at StudioDave, a few closing remarks, and of course some links to the Linux music-maker du jour."
Comments (none posted)
Linux Gazette #142,
for September 2007 is out. This month's articles include "Preventing Domain
Expiration", "Writing PostgreSQL Functions in C, Part Two", "SMTP
Authentication with Postfix", and more.
Comments (none posted)
Oliver Meyer
explains how to use Tesseract for optical character recognition on
an Ubuntu system.
"
This document describes how to set up Tesseract OCR on Ubuntu 7.04. OCR means "Optical Character Recognition". The resulting system will be able to convert images with embedded text to text files. Tesseract is licensed under the Apache License v2.0."
Comments (6 posted)
IBM developerWorks
covers
the use of Python scripts for system administration. "
As a system
administrator, you run across numerous challenges and problems. Managing
users, disk space, processes, devices, and backups can cause many system
administrators to lose their hair, good humor, or sanity. Shell scripts can
help, but they often have frustrating limitations. This is where a
full-featured scripting language, such as Python, can turn a tedious task
into an easy and, dare I say it, fun one."
Comments (28 posted)
Reviews
ars technica
takes
a first look at KDE 4 beta 2. "
As part of Ars Technica's
continuing coverage of the KDE 4.0 development cycle, I took the
opportunity today to sit down with a fresh build of KDE 4 from KDE's
publicly accessible source tree. My tests are conducted on a 64-bit Kubuntu
7.04 system with very few modifications other than the installation of a
bunch of -dev packages that were required to build the many parts of KDE
4. I built the whole thing to be self-contained within a single user's home
folder, so that I can safely test it without making any permanent changes
to my otherwise perfectly functional KDE 3.5.7 machine. To my surprise,
today is the first day that I can say that I'm really comfortable using KDE
4..."
Comments (none posted)
Linux.com has a
review of PhpGedView, which allows entry and display of genealogical data. "
For each person in the system you can add a tremendous amount of data: date and place of birthday and death, job, religion, and photos, just to name a few. Most of the data you insert can be used for statistical reports and diagrams. For example, you can see all the people alive in 1890, or display birthplaces with little flags on Google Maps."
Comments (none posted)
Page editor: Forrest Cook
Announcements
Non-Commercial announcements
The Software Freedom Law Center has set out a file of advice for those who
would incorporate non-GPL software into GPL-licensed projects. "
Many free software projects grant broad copyright permissions to
recipients of their programs. In many cases, these permissions are broad
enough to allow the code to be incorporated into larger works that are
licensed under the GNU GPL. When incorporating such code into GPL'd
projects, however, care must be taken to preserve all appropriate
copyright, permission, and disclaimer of warranty notices. Failure to do
so can result in infringement of the copyright on the incorporated
code."
Full Story (comments: 12)
Commercial announcements
A quick report from the kernel summit: AMD's representative at the summit
has announced that the company has made a decision to enable the
development of open source drivers for all of its (ATI) graphics processors
from the R500 going forward. There will be specifications available and a
skeleton driver as well; a free 2D driver is anticipated by the end of the
year. The rest will have to be written; freeing of the existing
binary-only driver is not in the cards, and "that is better for everybody."
Things are looking good on this front. More in the kernel summit report to
come.
Update: Christopher Blizzard has posted some more information about what AMD is doing.
Comments (43 posted)
Network Appliance is suing Sun over patents alleged to cover parts of the ZFS filesystem. The announcement comes from NetApp's founder and Executive VP
Dave Hitz's blog. "
This case is especially sensitive, because Sun has released ZFS as open source. It is admirable to contribute to open source. I have done it personally, although it was a long time ago that I was writing code, and NetApp has also contributed as a company. But it doesnt help the open source movement to give away code that is encumbered with someone elses patent rights. The sooner we determine the true status of ZFS, the better it will be for everyone. NetApp certainly doesnt believe that we can somehow erase every copy of ZFS that has been downloaded. (Impossible!) This lawsuit isnt about downloads for personal or non-commercial use; it is about what Sun is doing."
Comments (25 posted)
Novell, Inc. has
announced its third quarter fiscal results for 2007.
Its Linux platform product revenues have grown 77% in the last year.
"
For the quarter, Novell reported net revenue of $243
million, compared to net revenue of $236 million for the third fiscal
quarter 2006. The loss from operations for the third fiscal quarter 2007
was $10 million, compared to a loss from operations of $40 million for the
third fiscal quarter 2006. The loss available to common stockholders from
continuing operations in the third fiscal quarter 2007 was $3 million, or
$0.01 loss per common share."
Comments (none posted)
SGI has sent out an end of Fiscal Year 2007
report.
"
In August, NASA turned to SGI to acquire the world's largest
shared-memory supercomputer as part of NAS Technology Refresh (NTR), a
four-phase evaluation and procurement process that eventually will replace
the Columbia supercomputer system, powered by SGI(R) Altix(R). Installed in
August at the NASA Advanced Supercomputing (NAS) facility at the Ames
Research Center at Moffett Field, Calif., the new system is the first
supercomputer to operate 2,048 Intel(R) Itanium(R) 2 processor cores and
4TB of memory under a single copy of Linux(R) OS; as such, it is the
largest Linux single system image (SSI) in the world."
Comments (none posted)
SGI has
announced that its Altix systems have achieved the fastest performance
running Oracle Database 10g.
"
Running the Oracle E-Business Suite 11i (11.5.10) Benchmark, also known
as the Oracle Applications Standard Benchmark (OASB), an SGI(R) Altix(R)
450 system delivered twice the performance of the previous record holder in
tests that measure average response times for 2,000 online users. The SGI
system also delivered record hourly throughput in Oracle's measurement of
order management and payroll batch business processes."
Comments (none posted)
SugarCRM Inc. has
announced the beta release of Sugar Community Edition 5.0.
"
SugarCRM Inc., the world's
leading provider of commercial free/libre and open source (FLOSS) customer
relationship management (CRM) software, today announced the beta
availability of Sugar Community Edition 5.0 for download and testing by the
Sugar community. Sugar Community Edition 5.0 is being released under the
GNU General Public License version 3 (GPLv3), a free software license
published by the Free Software Foundation."
Comments (none posted)
New Books
O'Reilly has published the book
SOA in Practice by Nicolai Josuttis.
Full Story (comments: none)
Resources
O'Reilly has launched the
Women of Tech
article series.
"
There's no doubt that women coders, developers, designers,
and programmers are a powerful force in the modern tech industry, despite
their smaller numbers compared to men. At the same time many of the major
impacts and innovations of women at every level of the development and
evolution of technology--from the first female coders to today's Web 2.0
pioneers--aren't all that well known.
But starting now, O'Reilly Media aims to celebrate and give voice to the
real-world experiences and concerns of these female trailblazers by
publishing a new online series, "Women in Tech.""
Full Story (comments: none)
Education and Certification
rPath has announced that it will hold a webinar on September 5, 2007
at 1:00 pm Eastern time.
"
Engineering teams are becoming increasingly distributed and the art of building software products
is rapidly changing. Even the most nimble teams must rely on informal and on-demand collaboration
with team members as well as the customer. With a continuous testing process and end users playing
a greater role in the testing process, geographic dispersion of your engineers might be a greater
challenge than normal.
Join rPath for this web seminar to learn how GlobalLogic, an rPath Strategic Services Partner,
uses Velocity, a lightweight process and tools framework, to address these challenges."
Full Story (comments: none)
The Free Software Foundation Europe has announced a beta version of the
SELF Platform. "
The official
launch is taking place during a conference on Free Software in Education in
the Netherlands, accompanied by satellite launch events in Sweden,
Bulgaria, Argentina, Mexico and India with workshops and
conferences."
Full Story (comments: none)
Upcoming Events
The next Gelato Itanium Conference and Expo (ICE) will take place on
October 1-2, 2007 in Singapore.
"
This is the first ICE conference specifically targeting enterprise
attendees. There will be more enterprise content and focused outreach to
ISVs and SIs from the region. Rest assured that we will continue to
provide content of interest to research and HPC."
Full Story (comments: none)
Hack-a-thon II will be held in Austin, Texas on September 22-25, 2007
in conjunction with the Power Architecture Developer Conference.
"
In this 4 day event, sponsored by IBM and Power.org, Terra Soft will host a 6 node PS3 cluster and hands-on workshop for the installation of Yellow Dog
Linux, compute image deployment via Y-HPC, and use of Torque and Moab for job
management. Hack-a-thon attendees are invited to work hands-on to test their
own parallel and distributed code."
Full Story (comments: none)
The Fifth
LinuxChix Brazil conference will be held 7-8 September at IESB University in Brazilia. Talks, tutorials and debates are planned, mostly in Portuguese, but two English language presentations are scheduled as well. More details can be found by clicking below.
Full Story (comments: none)
The Fall 2007 PostgreSQL Conference has been announced.
"
PostgreSQL.Org is having a one day technical conference in Portland,
Oregon on October 20th 2007. The conference will be held at Portland
State University, and like PDXPGDay during OSCON there will be a dinner
and party afterward."
Full Story (comments: none)
Events: September 13, 2007 to November 12, 2007
The following event listing is taken from the
LWN.net Calendar.
| Date(s) | Event | Location |
September 10 September 14 |
Django Bootcamp with Juan Pablo Claude |
Atlanta, GA, USA |
September 11 September 14 |
5th Netfilter Workshop |
Karlsruhe, Germany |
September 11 September 13 |
VMworld 2007 |
San Francisco, CA, USA |
September 14 September 15 |
EuroBSDCon 2007 |
Copenhagen, Denmark |
| September 14 |
Django Sprint |
online, |
September 15 September 16 |
Texas Python Unconference |
Houston, TX, USA |
| September 15 |
Software Freedom Day |
The Internet, Worldwide |
September 17 September 19 |
RailsConf Europe 2007 |
Berlin, Germany |
| September 17 |
Bruce Perens to speak in Berkeley, September 17 |
Berkeley, CA, USA |
September 18 September 21 |
Embedded Systems Conference |
Boston, MA, USA |
September 18 September 20 |
High Performance Embedded Computing Workshop |
Lexington, MA, USA |
September 19 September 21 |
OpenOffice.org Conference 2007 |
Barcelona, Spain |
September 19 September 21 |
Gartner Open Source Summit |
Las Vegas, NV, USA |
September 22 September 25 |
Cell Hack-a-thon II |
Austin, TX, USA |
September 24 September 27 |
14th Annual Tcl/Tk Conference |
New Orleans, USA |
September 24 September 25 |
Power Architecture Developer Conference |
Austin, TX, USA |
September 24 September 27 |
Free and Open Source Software for Geospatial 2007 |
Victoria, BC, Canada |
September 27 September 28 |
Audio Mostly 2007 |
Ilmenau, Germany |
September 28 September 30 |
Ohio LinuxFest 2007 |
Columbus, USA |
September 28 September 29 |
Freed.in |
Delhi, India |
| September 28 |
IRC discussion on AGPLv3 and GPLv3 |
online, world |
September 30 October 3 |
Gelato ICE: Itanium® Conference & Expo |
Biopolis, Singapore, Singapore |
October 2 October 3 |
Openmind 2007 |
Tampere, Finland |
October 3 October 5 |
Apache Cocoon Get Together |
Rome, Italy |
October 6 October 7 |
Wineconf 2007 |
Zurich, Switzerland |
October 6 October 8 |
GNOME Boston Summit |
Boston, MA, USA |
October 7 October 9 |
Graphing Social Patterns |
San Jose, CA, USA |
October 8 October 10 |
VISION 2007 Embedded Linux Developer Conference |
Santa Clara, USA |
| October 8 |
Embedded Linux Bootcamp for Beginners |
Santa Clara, CA, USA |
October 9 October 10 |
Profoss |
Brussels, Belgium |
October 10 October 12 |
Plone Conference 2007 |
Naples, Italy |
| October 12 |
Legal Summit for Software Freedom |
New York, NY, USA |
October 13 October 14 |
T-DOSE 2007 (Technical Dutch Open Source Event) |
Eindhoven, The Netherlands |
| October 13 |
The Ontario Linux Fest Conference |
Toronto, Canada |
| October 13 |
Aka Linux Kernel Developer Conference |
Beijing, China |
| October 16 |
Databases and the Web |
London, England |
October 17 October 19 |
2007 WebGUI Users Conference |
Madison, WI, USA |
October 17 October 19 |
Web 2.0 Summit |
San Francisco, CA, USA |
October 18 October 20 |
HackLu 2007 |
Kirchberg, Luxembourg |
October 19 October 21 |
ToorCon 9 |
San Diego, CA, USA |
October 20 October 21 |
Ubucon.de |
Krefeld (Köln), Germany |
| October 20 |
PostgreSQL Conference Fall 2007 |
Portland, OR, USA |
| October 20 |
./freedom & opensource day - PERU |
Lima, PERU |
October 21 October 25 |
OOPSLA 2007 |
Montreal, Canada |
October 21 October 26 |
Colorado Software Summit |
Keystone, CO, USA |
October 22 October 26 |
OpenGL Bootcamp with Rocco Bowling |
Atlanta, GA, USA |
October 22 October 23 |
She's Geeky - A Women's Tech (un)Conference |
Mountain View, CA, USA |
October 23 October 25 |
Open aLANtejo 07 - CNSL07 |
Évora, Portugal |
October 23 October 26 |
Black Hat Japan |
Tokyo, Japan |
October 25 October 26 |
FSOSS 2007 - Free Software and Open Source Symposium |
Toronto, Canada |
October 27 October 28 |
FOSSCamp 2007 |
Cambridge, MA, USA |
| October 27 |
Linux Day Italy |
many cities around country, Italy |
October 28 November 2 |
Ubuntu Developer Summit |
Cambridge, Massachusetts, USA |
| October 29 |
3rd International Workshop on Storage Security and Survivability |
Alexandria, VA, USA |
October 29 November 1 |
Fall VON Conference and Expo |
Boston, MA, USA |
October 30 October 31 |
BCS'07 |
Jakarta, Indonesia |
October 31 November 1 |
LinuxWorld Conference & Expo |
Utrecht, Netherlands |
November 1 November 2 |
The Linux Foundation Japan Symposium |
Tokyo, Japan |
| November 2 |
5th ACM Workshop on Recurring Malcode |
Alexandria, VA, USA |
November 2 November 3 |
Embedded Linux Conference, Europe |
Linz, Austria |
November 2 November 4 |
Real-Time Linux Workshop |
Linz, Austria |
| November 3 |
Linux-Info-Tag Dresden |
Dresden, Germany |
November 5 November 9 |
Python Bootcamp with Dave Beazley |
Atlanta, USA |
| November 7 |
NLUUG 25th anniversary conference |
Beurs van Berlage, Amsterdam, The Netherlands |
| November 7 |
Alfresco North American Community Conference 2007 |
New York, NY, USA |
November 8 November 9 |
Blog World Expo |
Las Vegas, NV, USA |
November 10 November 11 |
Linuxtage |
Essen, NRW, Germany |
November 11 November 17 |
Large Installation System Administration Conference |
Dallas, TX, USA |
If your event does not appear here, please
tell us about it.
Page editor: Forrest Cook